Searched refs:command_format (Results 1 – 1 of 1) sorted by relevance
445 char const * const command_format = "wget --no-check-certificate -q -O- \"%s\""; in xfopen() local446 char * command = lsx_malloc(strlen(command_format) + strlen(identifier)); in xfopen()447 sprintf(command, command_format, identifier); in xfopen()