/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() 105 warnf(config->global, "Header data size exceeds single call write " in tool_write_cb() 112 warnf(config->global, "Data size exceeds single call write limit!\n"); in tool_write_cb() 141 warnf(config->global, "Invalid output struct data for write callback\n"); in tool_write_cb() 153 warnf(config->global, "Binary output can mess up your terminal. " in tool_write_cb()
|
D | tool_formparse.c | 206 warnf(sip->config, "stdin: %s\n", strerror(errno)); in tool_mime_stdin_read() 463 warnf(config->global, "File %s line %d: header too long (truncated)\n", in read_field_headers() 521 warnf(config->global, "Illegally formatted content-type field!\n"); in get_param_part() 574 warnf(config->global, "Cannot read from %s: %s\n", hdrfile, in get_param_part() 636 warnf(config->global, "skip unknown form field: %s\n", unknown); in get_param_part() 647 warnf(config->global, "Field content type not allowed here: %s\n", type); in get_param_part() 652 warnf(config->global, in get_param_part() 658 warnf(config->global, in get_param_part() 664 warnf(config->global, in get_param_part() 725 warnf(config->global, "out of memory!\n"); \ [all …]
|
D | tool_getparam.c | 451 warnf(global, "invalid number specified for %s\n", which); in GetSizeParameter() 484 warnf(global, "unsupported %s unit. Use G, M, K or B!\n", which); in GetSizeParameter() 591 warnf(global, "The file name argument '%s' looks like a flag.\n", in getparameter() 651 warnf(global, "--trace overrides an earlier trace/verbose option\n"); in getparameter() 660 warnf(global, in getparameter() 782 warnf(global, "Failed to open %s!\n", nextarg); in getparameter() 996 warnf(global, in getparameter() 1079 warnf(global, in getparameter() 1092 warnf(global, "--metalink option is ignored because the binary is " in getparameter() 1104 warnf(global, "--test-event is ignored unless a debug build!\n"); in getparameter() [all …]
|
D | tool_helpers.c | 90 warnf(config->global, "You can only select one HTTP request method! " in SetHTTPrequest() 116 warnf(config->global, in customrequest_helper()
|
D | tool_paramhlp.c | 361 warnf(config->global, "unrecognized protocol '%s'\n", token); in proto2num() 505 warnf(config->global, "unrecognized ftp file method '%s', using default\n", in ftpfilemethod() 518 warnf(config->global, "unrecognized ftp CCC method '%s', using default\n", in ftpcccmethod() 533 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_cb_hdr.c | 78 warnf(heads->config->global, "Header data exceeds single call write " in tool_header_cb() 144 warnf(outs->config->global, "Failed to rename %s -> %s: %s\n", in tool_header_cb()
|
D | tool_parsecfg.c | 203 warnf(operation->global, "%s:%d: warning: '%s' uses unquoted " in parseconfig() 259 warnf(operation->global, "%s:%d: warning: '%s' %s\n", in parseconfig()
|
D | tool_operate.c | 351 warnf(config->global, "Failed to open %s\n", config->headerfile); in operate_do() 586 warnf(config->global, "bad output glob!\n"); in operate_do() 731 warnf(config->global, in operate_do() 743 warnf(config->global, in operate_do() 1064 warnf(config->global, "ignoring %s, not supported by libcurl\n", in operate_do() 1080 warnf(config->global, in operate_do() 1229 warnf(config->global, "cookie option(s) used even though cookie " in operate_do() 1697 warnf(config->global, "Transient problem: %s " in operate_do() 1847 warnf(config->global, "Error setting extended attributes: %s\n", in operate_do()
|
D | tool_msgs.c | 99 void warnf(struct GlobalConfig *config, const char *fmt, ...) in warnf() function
|
D | tool_easysrc.c | 187 warnf(config, "Failed to open %s to write libcurl code!\n", o); in dumpeasysrc()
|
D | tool_cb_dbg.c | 92 warnf(config, "Failed to create/open output"); in tool_debug_cb()
|