Home
last modified time | relevance | path

Searched refs:format (Results 1 – 25 of 102) sorted by relevance

12345

/curl/include/curl/
H A Dmprintf.h43 __attribute__((format(__MINGW_PRINTF_FORMAT, fmt, arg)))
49 __attribute__((format(printf, fmt, arg)))
56 CURL_EXTERN int curl_mprintf(const char *format, ...)
58 CURL_EXTERN int curl_mfprintf(FILE *fd, const char *format, ...)
60 CURL_EXTERN int curl_msprintf(char *buffer, const char *format, ...)
63 const char *format, ...)
65 CURL_EXTERN int curl_mvprintf(const char *format, va_list args)
67 CURL_EXTERN int curl_mvfprintf(FILE *fd, const char *format, va_list args)
72 const char *format, va_list args)
74 CURL_EXTERN char *curl_maprintf(const char *format, ...)
[all …]
/curl/lib/
H A Dmprintf.c215 static int parsefmt(const char *format, in parsefmt() argument
221 char *fmt = (char *)format; in parsefmt()
656 const char *format, /* %-formatted string */ in formatf() argument
1079 va_start(ap_save, format); in curl_msnprintf()
1130 char *curl_maprintf(const char *format, ...) in curl_maprintf() argument
1134 va_start(ap_save, format); in curl_maprintf()
1135 s = curl_mvaprintf(format, ap_save); in curl_maprintf()
1152 va_start(ap_save, format); in curl_msprintf()
1167 int curl_mprintf(const char *format, ...) in curl_mprintf() argument
1171 va_start(ap_save, format); in curl_mprintf()
[all …]
/curl/docs/libcurl/opts/
H A DCURLOPT_COOKIELIST.md34 Such a cookie can be either a single line in Netscape / Mozilla format or just
35 regular HTTP-style header (`Set-Cookie:`) format. This option also enables the
39 is an inferior data exchange format.
42 occur. If you use the `Set-Cookie` format and the string does not specify a
48 much better: use the Netscape file format.
78 /* an inline import of a cookie in Netscape format. */
89 SEP "0" /* Expiry in epoch time format. 0 == Session */
119 # Cookie file format
121 The cookie file format and general cookie concepts in curl are described
H A DCURLOPT_SSLCERT_BLOB.md38 client certificate. The format must be "P12" on Secure Transport or
39 Schannel. The format must be "P12" or "PEM" on OpenSSL. The format must be
40 "DER" or "PEM" on mbedTLS. The format must be specified with
H A DCURLOPT_SSLKEYTYPE.md35 the format of your private key. Supported formats are "PEM", "DER" and "ENG".
37 The format "ENG" enables you to load the private key from a crypto engine. In
39 have to set the crypto engine with CURLOPT_SSLENGINE(3). "DER" format key file
H A DCURLOPT_COOKIEFILE.md32 in either the old Netscape / Mozilla cookie data format or just regular HTTP
49 Netscape format.
91 # Cookie file format
93 The cookie file format and general cookie concepts in curl are described
H A DCURLINFO_COOKIELIST.md37 Since 7.43.0 cookies that were imported in the Set-Cookie format without a
62 /* a linked list of cookies in cookie file format */
H A DCURLOPT_PROXY_SSLCERT_BLOB.md38 connect to the HTTPS proxy. The format must be "P12" on Secure Transport or
39 Schannel. The format must be "P12" or "PEM" on OpenSSL. The string "P12" or
H A DCURLOPT_PINNEDPUBLICKEY.md40 filename of your pinned public key. The file format expected is "PEM" or
103 # extract public key in pem format from certificate
114 The public key in PEM format contains a header, base64 data and a
H A DCURLOPT_PROXY_PINNEDPUBLICKEY.md39 filename of your pinned public key. The file format expected is "PEM" or
100 # extract public key in pem format from certificate
110 The public key in PEM format contains a header, base64 data and a
/curl/tests/data/
H A Dtest110218 REPLY SITE 250 Name format set to 1
28 FTP OS/400 server name format check
H A Dtest17334 …TESTNUMBER -F field1=contents1 -F "fileupload=@-;filename=/dev/null;type=text/x-null;format=x-curl"
68 Content-Type: text/x-null;format=x-curl
/curl/src/
H A Dtool_cb_prg.c196 char format[40]; in tool_progress_cb() local
213 msnprintf(format, sizeof(format), "\r%%-%ds %%5.1f%%%%", barwidth); in tool_progress_cb()
218 fprintf(bar->out, format, line, percent); in tool_progress_cb()
/curl/docs/cmdline-opts/
H A Dcookie.md28 line. The data should be in the format `NAME1=VALUE1; NAME2=VALUE2`. When
44 The file format of the file to read cookies from should be plain HTTP headers
45 (Set-Cookie style) or the Netscape/Mozilla cookie file format.
50 If you use the Set-Cookie file format and do not specify a domain then the
53 the Netscape format.
H A Dproxy-cert.md21 proxy. The certificate must be in PKCS#12 format if using Secure Transport, or
22 PEM format if using any other engine. If the optional password is not
H A Dcrlfile.md20 Provide a file using PEM format with a Certificate Revocation List that may
H A Dproxy-cacert.md23 contain multiple CA certificates. The certificate(s) must be in PEM format.
/curl/.github/scripts/
H A Dyamlcheck.sh10 --format standard \
/curl/docs/libcurl/
H A Dcurl_mprintf.md28 int curl_mprintf(const char *format, ...);
29 int curl_mfprintf(FILE *fd, const char *format, ...);
30 int curl_msprintf(char *buffer, const char *format, ...);
31 int curl_msnprintf(char *buffer, size_t maxlength, const char *format, ...);
32 int curl_mvprintf(const char *format, va_list args);
33 int curl_mvfprintf(FILE *fd, const char *format, va_list args);
34 int curl_mvsprintf(char *buffer, const char *format, va_list args);
35 int curl_mvsnprintf(char *buffer, size_t maxlength, const char *format,
37 char *curl_maprintf(const char *format , ...);
38 char *curl_mvaprintf(const char *format, va_list args);
[all …]
/curl/tests/
H A Dtest1173.pl224 my ($format, $rest) = ($1, $2);
226 print STDERR "$file:$line missing \\f${format} terminator!\n";
240 my ($pre, $format) = ($1, $2);
H A Ddictserver.py100 response_data = VERIFIED_RSP.format(pid=pid)
106 response = "552 {0}\n".format(response_data)
/curl/docs/
H A Dmk-ca-bundle.md14 mk-ca-bundle - convert Mozilla's certificate bundle to PEM format
23 HTTPS, then parses it and extracts the included certificates into PEM format.
31 The PEM format this scripts uses for output makes the result readily available
125 The file format used by Mozilla for this trust information is documented here:
/curl/tests/http/testenv/
H A Dws_echo_server.py58 format="%(asctime)s %(message)s",
/curl/packages/vms/
H A Dpcsi_product_gnv_curl.com4 $! format kit
177 /format=sequential 'pcsi_option'
188 $ product copy /options=(novalidate, noconfirm) /format=compressed -
/curl/packages/OS400/rpg-examples/
H A DSIMPLE21 * Curl simple URL request (free-format RPG)
33 * Simple free-format RPG program to request the URL given as command line

Completed in 35 milliseconds

12345