Searched refs:warnf (Results 1 – 13 of 13) sorted by relevance
/external/curl/src/ |
D | tool_cb_wrt.c | 41 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()
|
D | tool_formparse.c | 209 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()
|
D | tool_getparam.c | 530 warnf(global, "--trace overrides an earlier trace/verbose option\n"); in getparameter() 539 warnf(global, in getparameter() 575 warnf(global, "unsupported rate unit. Use G, M, K or B!\n"); in getparameter() 685 warnf(global, "Failed to open %s!\n", nextarg); in getparameter() 839 warnf(global, "bad range input\n"); in getparameter() 871 warnf(global, in getparameter() 954 warnf(global, in getparameter() 967 warnf(global, "--metalink option is ignored because the binary is " in getparameter() 979 warnf(global, "--test-event is ignored unless a debug build!\n"); in getparameter() 1160 warnf(global, in getparameter() [all …]
|
D | tool_helpers.c | 86 warnf(config->global, "You can only select one HTTP request method! " in SetHTTPrequest() 112 warnf(config->global, in customrequest_helper()
|
D | tool_paramhlp.c | 334 warnf(config->global, "unrecognized protocol '%s'\n", token); in proto2num() 474 warnf(config->global, "unrecognized ftp file method '%s', using default\n", in ftpfilemethod() 487 warnf(config->global, "unrecognized ftp CCC method '%s', using default\n", in ftpcccmethod() 502 warnf(config->global, "unrecognized delegation method '%s', using none\n", in delegation()
|
D | tool_msgs.h | 26 void warnf(struct GlobalConfig *config, const char *fmt, ...);
|
D | tool_parsecfg.c | 207 warnf(operation->global, "%s:%d: warning: '%s' uses unquoted " in parseconfig() 267 warnf(operation->global, "%s:%d: warning: '%s' %s\n", in parseconfig()
|
D | tool_operate.c | 327 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() 1022 warnf(config->global, "ignoring %s, not supported by libcurl\n", in operate_do() 1110 warnf(config->global, "cookie option(s) used even though cookie " in operate_do() 1505 warnf(config->global, "Transient problem: %s " in operate_do() 1648 warnf(config->global, "Error setting extended attributes: %s\n", in operate_do()
|
D | tool_msgs.c | 95 void warnf(struct GlobalConfig *config, const char *fmt, ...) in warnf() function
|
D | tool_cb_hdr.c | 66 warnf(heads->config->global, "Header data exceeds single call write " in tool_header_cb()
|
D | tool_easysrc.c | 187 warnf(config, "Failed to open %s to write libcurl code!\n", o); in dumpeasysrc()
|
D | tool_cb_dbg.c | 91 warnf(config, "Failed to create/open output"); in tool_debug_cb()
|
/external/curl/ |
D | CHANGES.0 | 5092 pointed out that the warnf() function in the curl tool didn't properly deal
|