Searched refs:first_arg (Results 1 – 1 of 1) sorted by relevance
3156 char *first_arg = argc > 1 ? curlx_convert_tchar_to_UTF8(argv[1]) : NULL; in operate() local3166 (first_arg && strncmp(first_arg, "-q", 2) && in operate()3167 strcmp(first_arg, "--disable"))) { in operate()3177 curlx_unicodefree(first_arg); in operate()
Completed in 9 milliseconds