Searched refs:helpf (Results 1 – 6 of 6) sorted by relevance
/external/curl/src/ |
D | tool_main.c | 161 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()
|
D | tool_operate.c | 230 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 …]
|
D | tool_msgs.h | 29 void helpf(FILE *errors, const char *fmt, ...);
|
D | tool_msgs.c | 106 void helpf(FILE *errors, const char *fmt, ...) in helpf() function
|
D | tool_paramhlp.c | 539 helpf(config->global->errors, "out of memory\n"); in get_args()
|
D | tool_getparam.c | 1937 helpf(config->errors, "option %s: %s\n", orig_opt, reason); in parse_args() 1939 helpf(config->errors, "%s\n", reason); in parse_args()
|