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