Home
last modified time | relevance | path

Searched refs:warnf (Results 1 – 12 of 12) 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()
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()
Dtool_formparse.c206 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 …]
Dtool_getparam.c451 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 …]
Dtool_helpers.c90 warnf(config->global, "You can only select one HTTP request method! " in SetHTTPrequest()
116 warnf(config->global, in customrequest_helper()
Dtool_paramhlp.c361 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()
Dtool_msgs.h26 void warnf(struct GlobalConfig *config, const char *fmt, ...);
Dtool_cb_hdr.c78 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()
Dtool_parsecfg.c203 warnf(operation->global, "%s:%d: warning: '%s' uses unquoted " in parseconfig()
259 warnf(operation->global, "%s:%d: warning: '%s' %s\n", in parseconfig()
Dtool_operate.c351 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()
Dtool_msgs.c99 void warnf(struct GlobalConfig *config, const char *fmt, ...) in warnf() function
Dtool_easysrc.c187 warnf(config, "Failed to open %s to write libcurl code!\n", o); in dumpeasysrc()
Dtool_cb_dbg.c92 warnf(config, "Failed to create/open output"); in tool_debug_cb()