Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_main.c161 helpf(stderr, "error initializing curl easy handle\n"); in main_init()
167 helpf(stderr, "error retrieving curl library information\n"); in main_init()
172 helpf(stderr, "error initializing curl library\n"); in main_init()
177 helpf(stderr, "error initializing curl\n"); in main_init()
Dtool_operate.c230 helpf(global->errors, "no URL specified!\n"); in operate_do()
254 helpf(global->errors, "out of memory\n"); in operate_do()
265 helpf(global->errors, "out of memory\n"); in operate_do()
277 helpf(global->errors, "out of memory\n"); in operate_do()
302 helpf(global->errors, "out of memory\n"); in operate_do()
395 helpf(global->errors, "out of memory\n"); in operate_do()
432 helpf(global->errors, "out of memory\n"); in operate_do()
437 helpf(global->errors, "out of memory\n"); in operate_do()
551 helpf(global->errors, "Remote file name has no length!\n"); in operate_do()
611 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.c106 void helpf(FILE *errors, const char *fmt, ...) in helpf() function
Dtool_paramhlp.c541 helpf(config->global->errors, "out of memory\n"); in get_args()
Dtool_getparam.c2074 helpf(config->errors, "option %s: %s\n", orig_opt, reason); in parse_args()
2076 helpf(config->errors, "%s\n", reason); in parse_args()