Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_main.c169 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()
Dtool_msgs.h29 void helpf(FILE *errors, const char *fmt, ...);
Dtool_operate.c308 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 …]
Dtool_msgs.c110 void helpf(FILE *errors, const char *fmt, ...) in helpf() function
Dtool_paramhlp.c609 helpf(config->global->errors, "out of memory\n"); in get_args()
Dtool_getparam.c2278 helpf(global->errors, "option %s: %s\n", orig_opt, reason); in parse_args()
2280 helpf(global->errors, "%s\n", reason); in parse_args()