Searched refs:helpf (Results 1 – 4 of 4) sorted by relevance
/third_party/curl/src/ |
D | tool_msgs.h | 28 void helpf(FILE *errors, const char *fmt, ...);
|
D | tool_msgs.c | 111 void helpf(FILE *errors, const char *fmt, ...) in helpf() function
|
D | tool_operate.c | 310 helpf(global->errors, "Can't open '%s'!\n", per->uploadfile); in pre_transfer() 2315 helpf(global->errors, "no URL specified!\n"); in transfer_per_config() 2369 helpf(global->errors, "out of memory\n"); in transfer_per_config() 2485 helpf(global->errors, NULL); in operate()
|
D | tool_getparam.c | 2403 helpf(global->errors, "option %s: %s\n", orig_opt, reason); in parse_args() 2405 helpf(global->errors, "%s\n", reason); in parse_args()
|