Home
last modified time | relevance | path

Searched refs:warnf (Results 1 – 13 of 13) sorted by relevance

/external/curl/src/
Dtool_cb_wrt.c41 warnf(global, "Remote filename has no length!\n"); in tool_create_output_file()
50 warnf(global, "Refusing to overwrite %s: %s\n", outs->filename, in tool_create_output_file()
59 warnf(global, "Failed to create the file %s: %s\n", outs->filename, in tool_create_output_file()
95 warnf(config->global, "Header data size exceeds single call write " in tool_write_cb()
102 warnf(config->global, "Data size exceeds single call write limit!\n"); in tool_write_cb()
131 warnf(config->global, "Invalid output struct data for write callback\n"); in tool_write_cb()
Dtool_formparse.c209 warnf(config->global, in formparse()
250 warnf(config->global, "skip unknown form field: %s\n", unknown); in formparse()
261 warnf(config->global, "Error building form post!\n"); in formparse()
295 warnf(config->global, "curl_formadd failed!\n"); in formparse()
327 warnf(config->global, "curl_formadd failed, possibly the file %s is " in formparse()
336 warnf(config->global, "curl_formadd failed!\n"); in formparse()
347 warnf(config->global, "curl_formadd failed!\n"); in formparse()
356 warnf(config->global, "Illegally formatted input field!\n"); in formparse()
Dtool_getparam.c568 warnf(global, "--trace overrides an earlier trace/verbose option\n"); in getparameter()
577 warnf(global, in getparameter()
613 warnf(global, "unsupported rate unit. Use G, M, K or B!\n"); in getparameter()
723 warnf(global, "Failed to open %s!\n", nextarg); in getparameter()
880 warnf(global, "bad range input\n"); in getparameter()
912 warnf(global, in getparameter()
995 warnf(global, in getparameter()
1008 warnf(global, "--metalink option is ignored because the binary is " in getparameter()
1020 warnf(global, "--test-event is ignored unless a debug build!\n"); in getparameter()
1205 warnf(global, in getparameter()
[all …]
Dtool_helpers.c86 warnf(config->global, "You can only select one HTTP request method! " in SetHTTPrequest()
112 warnf(config->global, in customrequest_helper()
Dtool_paramhlp.c336 warnf(config->global, "unrecognized protocol '%s'\n", token); in proto2num()
476 warnf(config->global, "unrecognized ftp file method '%s', using default\n", in ftpfilemethod()
489 warnf(config->global, "unrecognized ftp CCC method '%s', using default\n", in ftpcccmethod()
504 warnf(config->global, "unrecognized delegation method '%s', using none\n", in delegation()
Dtool_msgs.h26 void warnf(struct GlobalConfig *config, const char *fmt, ...);
Dtool_parsecfg.c207 warnf(operation->global, "%s:%d: warning: '%s' uses unquoted " in parseconfig()
267 warnf(operation->global, "%s:%d: warning: '%s' %s\n", in parseconfig()
Dtool_msgs.c95 void warnf(struct GlobalConfig *config, const char *fmt, ...) in warnf() function
Dtool_operate.c327 warnf(config->global, "Failed to open %s\n", config->headerfile); in operate_do()
563 warnf(config->global, "bad output glob!\n"); in operate_do()
708 warnf(config->global, in operate_do()
720 warnf(config->global, in operate_do()
1027 warnf(config->global, "ignoring %s, not supported by libcurl\n", in operate_do()
1139 warnf(config->global, "cookie option(s) used even though cookie " in operate_do()
1562 warnf(config->global, "Transient problem: %s " in operate_do()
1705 warnf(config->global, "Error setting extended attributes: %s\n", in operate_do()
Dtool_cb_hdr.c66 warnf(heads->config->global, "Header data exceeds single call write " in tool_header_cb()
Dtool_easysrc.c187 warnf(config, "Failed to open %s to write libcurl code!\n", o); in dumpeasysrc()
Dtool_cb_dbg.c91 warnf(config, "Failed to create/open output"); in tool_debug_cb()
/external/curl/
DCHANGES.05092 pointed out that the warnf() function in the curl tool didn't properly deal