/curl/src/ |
H A D | tool_filetime.c | 60 warnf(global, "Failed to get filetime: underflow"); in getfiletime() 67 warnf(global, "Failed to get filetime: " in getfiletime() 74 warnf(global, "Failed to get filetime: " in getfiletime() 85 warnf(global, "Failed to get filetime: %s", strerror(errno)); in getfiletime() 105 warnf(global, "Failed to set filetime %" CURL_FORMAT_CURL_OFF_T in setfiletime() 123 warnf(global, "Failed to set filetime %" CURL_FORMAT_CURL_OFF_T in setfiletime() 130 warnf(global, "Failed to set filetime %" CURL_FORMAT_CURL_OFF_T in setfiletime() 140 warnf(global, "Failed to set filetime %" CURL_FORMAT_CURL_OFF_T in setfiletime() 149 warnf(global, "Failed to set filetime %" CURL_FORMAT_CURL_OFF_T in setfiletime()
|
H A D | tool_helpers.c | 100 warnf(config->global, "You can only select one HTTP request method! " in SetHTTPrequest() 127 warnf(config->global, in customrequest_helper()
|
H A D | tool_formparse.c | 203 warnf(sip->config, "stdin: %s", strerror(errno)); in tool_mime_stdin_read() 559 warnf(config->global, "Cannot read from %s: %s", hdrfile, in get_param_part() 621 warnf(config->global, "skip unknown form field: %s", unknown); in get_param_part() 637 warnf(config->global, in get_param_part() 643 warnf(config->global, in get_param_part() 649 warnf(config->global, in get_param_part() 773 warnf(config->global, "no multipart to terminate"); in formparse() 818 warnf(config->global, in formparse() 855 warnf(config->global, in formparse() 888 warnf(config->global, in formparse() [all …]
|
H A D | tool_msgs.h | 29 void warnf(struct GlobalConfig *config, const char *fmt, ...)
|
H A D | tool_cb_wrt.c | 119 warnf(global, "Failed to open the file %s: %s", fname, in tool_create_output_file() 159 warnf(config->global, "Header data size exceeds single call write " in tool_write_cb() 166 warnf(config->global, "Data size exceeds single call write limit"); in tool_write_cb() 195 warnf(config->global, "Invalid output struct data for write callback"); in tool_write_cb() 207 warnf(config->global, "Binary output can mess up your terminal. " in tool_write_cb()
|
H A D | tool_stderr.c | 55 warnf(global, "Warning: Failed to open %s", filename); in tool_set_stderr_file()
|
H A D | var.c | 243 warnf(global, "missing close '}}' in '%s'", input); in varexpand() 257 warnf(global, "bad variable name length '%s'", input); in varexpand() 277 warnf(global, "bad variable name: %s", name); in varexpand() 400 warnf(global, "Bad variable name length (%zd), skipping", nlen); in setvariable() 456 warnf(global, "Bad --variable syntax, skipping: %s", input); in setvariable()
|
H A D | tool_getparam.c | 1242 warnf(global, "--npn is no longer supported"); in getparameter() 1248 warnf(global, in getparameter() 1417 warnf(global, in getparameter() 1577 warnf(global, in getparameter() 1948 warnf(global, in getparameter() 2290 warnf(global, in getparameter() 2407 warnf(global, "unsupported range point"); in getparameter() 2411 warnf(global, in getparameter() 2526 warnf(global, in getparameter() 2584 warnf(global, "Failed to read %s", fname); in getparameter() [all …]
|
H A D | tool_operate.c | 212 warnf(config->global, in sockopt_callback() 652 warnf(config->global, "The Retry-After: time would " in post_per_transfer() 660 warnf(config->global, "Problem %s. " in post_per_transfer() 731 warnf(global, "Failed removing: %s", outs->filename); in post_per_transfer() 734 warnf(global, "Skipping removal; not a regular file: %s", in post_per_transfer() 1185 warnf(global, "Couldn't find a known_hosts file"); in config2setopts() 1386 warnf(global, in config2setopts() 2149 warnf(global, "bad output glob"); in single_transfer() 2153 warnf(global, "output glob produces empty string"); in single_transfer() 2263 warnf(global, in single_transfer() [all …]
|
H A D | tool_parsecfg.c | 180 warnf(operation->global, "%s:%d: warning: '%s' uses unquoted " in parseconfig() 182 warnf(operation->global, "This may cause side-effects. " in parseconfig()
|
H A D | tool_paramhlp.c | 456 warnf(config->global, "unrecognized protocol '%s'", token); in proto2num() 604 warnf(config->global, "unrecognized ftp file method '%s', using default", in ftpfilemethod() 617 warnf(config->global, "unrecognized ftp CCC method '%s', using default", in ftpcccmethod() 632 warnf(config->global, "unrecognized delegation method '%s', using none", in delegation()
|
H A D | tool_msgs.c | 108 void warnf(struct GlobalConfig *config, const char *fmt, ...) in warnf() function
|
H A D | tool_cb_rea.c | 98 warnf(per->config->global, "File size larger in the end than when " in tool_read_cb()
|
H A D | tool_easysrc.c | 187 warnf(config, "Failed to open %s to write libcurl code", o); in dumpeasysrc()
|
H A D | tool_operhlp.c | 219 warnf(global, "No remote file name, uses \"%s\"", pc); in get_url_file_name()
|
H A D | tool_cb_dbg.c | 149 warnf(config, "Failed to create/open output"); in tool_debug_cb()
|
H A D | tool_setopt.c | 300 warnf(config, "option %s returned error (%d)", name, (int)ret); in tool_setopt_enum() 344 warnf(config, "option %s returned error (%d)", name, (int)ret); in tool_setopt_SSLVERSION()
|
H A D | tool_cb_hdr.c | 105 warnf(per->config->global, "Header data exceeds single call write limit"); in tool_header_cb()
|