Home
last modified time | relevance | path

Searched refs:command_format (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dformats.c445 char const * const command_format = "wget --no-check-certificate -q -O- \"%s\""; in xfopen() local
446 char * command = lsx_malloc(strlen(command_format) + strlen(identifier)); in xfopen()
447 sprintf(command, command_format, identifier); in xfopen()