Searched refs:digits (Results 1 – 11 of 11) sorted by relevance
/curl/tests/data/ |
H A D | test435 | 52 s/local port == (\d+)/local port == [digits]/ 58 local port == [digits] 65 local port == [digits]
|
H A D | test1466 | 27 HTTP GET with 3-digit response and only digits in reason
|
/curl/lib/ |
H A D | inet_pton.c | 102 static const char digits[] = "0123456789"; in inet_pton4() local 113 pch = strchr(digits, ch); in inet_pton4() 116 (unsigned int)(pch - digits); in inet_pton4()
|
H A D | mprintf.c | 675 const char *digits = lower_digits; /* Base-36 digits for numbers. */ in formatf() local 778 digits = (flags & FLAGS_UPPER) ? upper_digits : lower_digits; in formatf() 816 *w-- = digits[num % base]; in formatf() 924 digits = (flags & FLAGS_UPPER) ? upper_digits : lower_digits; in formatf()
|
/curl/docs/cmdline-opts/ |
H A D | hostpubmd5.md | 19 Pass a string containing 32 hexadecimal digits. The string should be the 128
|
H A D | haproxy-clientip.md | 27 digits (upper or lower case) delimited by colons between each other, with the
|
/curl/docs/libcurl/ |
H A D | curl_mprintf.md | 164 gives the minimum number of digits to appear for **d**, **i**, **o**, 165 **u**, **x**, and **X** conversions, the number of digits to appear 167 **F** conversions, the maximum number of significant digits for **g** and 212 any, gives the minimum number of digits that must appear; if the converted 213 value requires fewer digits, it is padded on the left with zeros. The default 223 of digits that must appear; if the converted value requires fewer digits, it
|
H A D | curl_getdate.md | 49 digits. Examples: 06 Nov 1994, 06-Nov-94 and Nov-94 6. 57 digits with two colons: HH:MM:SS. If there is no time given in a provided date
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.md | 33 Pass a char pointer pointing to a string containing 32 hexadecimal digits. The
|
/curl/packages/vms/ |
H A D | gnv_libcurl_symbols.opt | 18 ! This leaves some spare digits for minor patches.
|
/curl/ |
H A D | CMakeLists.txt | 201 …"0x([0-9a-f][0-9a-f][0-9a-f])$" "0x0\\1" CURL_TEST_OUTPUT "${CURL_TEST_OUTPUT}") # pad to 4 digits
|
Completed in 22 milliseconds