Searched refs:helpf (Results 1 – 6 of 6) sorted by relevance
/external/curl/src/ |
D | tool_main.c | 169 helpf(stderr, "error retrieving curl library information\n"); in main_init() 174 helpf(stderr, "error initializing curl library\n"); in main_init() 179 helpf(stderr, "error initializing curl\n"); in main_init()
|
D | tool_msgs.h | 29 void helpf(FILE *errors, const char *fmt, ...);
|
D | tool_operate.c | 308 helpf(global->errors, "Can't open '%s'!\n", per->uploadfile); in pre_transfer() 703 helpf(global->errors, "out of memory\n"); in single_transfer() 765 helpf(global->errors, "out of memory\n"); in single_transfer() 793 helpf(global->errors, "out of memory\n"); in single_transfer() 798 helpf(global->errors, "out of memory\n"); in single_transfer() 962 helpf(global->errors, "Remote file name has no length!\n"); in single_transfer() 1019 helpf(global->errors, "Can't open '%s'!\n", per->outfile); in single_transfer() 2152 helpf(global->errors, "no URL specified!\n"); in transfer_per_config() 2196 helpf(global->errors, "out of memory\n"); in transfer_per_config() 2206 helpf(global->errors, "out of memory\n"); in transfer_per_config() [all …]
|
D | tool_msgs.c | 110 void helpf(FILE *errors, const char *fmt, ...) in helpf() function
|
D | tool_paramhlp.c | 609 helpf(config->global->errors, "out of memory\n"); in get_args()
|
D | tool_getparam.c | 2278 helpf(global->errors, "option %s: %s\n", orig_opt, reason); in parse_args() 2280 helpf(global->errors, "%s\n", reason); in parse_args()
|