Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_main.c172 helpf(stderr, "error initializing curl easy handle\n"); in main_init()
178 helpf(stderr, "error retrieving curl library information\n"); in main_init()
183 helpf(stderr, "error initializing curl library\n"); in main_init()
188 helpf(stderr, "error initializing curl\n"); in main_init()
Dtool_operate.c230 helpf(global->errors, "no URL specified!\n"); in operate_do()
276 helpf(global->errors, "out of memory\n"); in operate_do()
287 helpf(global->errors, "out of memory\n"); in operate_do()
299 helpf(global->errors, "out of memory\n"); in operate_do()
326 helpf(global->errors, "out of memory\n"); in operate_do()
419 helpf(global->errors, "out of memory\n"); in operate_do()
456 helpf(global->errors, "out of memory\n"); in operate_do()
461 helpf(global->errors, "out of memory\n"); in operate_do()
574 helpf(global->errors, "Remote file name has no length!\n"); in operate_do()
634 helpf(global->errors, "Can't open '%s'!\n", outfile); in operate_do()
[all …]
Dtool_msgs.h29 void helpf(FILE *errors, const char *fmt, ...);
Dtool_msgs.c110 void helpf(FILE *errors, const char *fmt, ...) in helpf() function
Dtool_paramhlp.c570 helpf(config->global->errors, "out of memory\n"); in get_args()
Dtool_getparam.c2247 helpf(config->errors, "option %s: %s\n", orig_opt, reason); in parse_args()
2249 helpf(config->errors, "%s\n", reason); in parse_args()