Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_operate.c3180 char *first_arg = argc > 1 ? curlx_convert_tchar_to_UTF8(argv[1]) : NULL; in operate() local
3190 (first_arg && strncmp(first_arg, "-q", 2) && in operate()
3191 strcmp(first_arg, "--disable"))) { in operate()
3201 curlx_unicodefree(first_arg); in operate()

Completed in 10 milliseconds