Home
last modified time | relevance | path

Searched refs:digits (Results 1 – 11 of 11) sorted by relevance

/curl/tests/data/
H A Dtest43552 s/local port == (\d+)/local port == [digits]/
58 local port == [digits]
65 local port == [digits]
H A Dtest146627 HTTP GET with 3-digit response and only digits in reason
/curl/lib/
H A Dinet_pton.c102 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 Dmprintf.c660 const char *digits = lower_digits; /* Base-36 digits for numbers. */ in formatf() local
763 digits = (flags & FLAGS_UPPER) ? upper_digits : lower_digits; in formatf()
801 *w-- = digits[num % base]; in formatf()
909 digits = (flags & FLAGS_UPPER) ? upper_digits : lower_digits; in formatf()
/curl/docs/cmdline-opts/
H A Dhostpubmd5.md19 Pass a string containing 32 hexadecimal digits. The string should be the 128
H A Dhaproxy-clientip.md27 digits (upper or lower case) delimited by colons between each other, with the
/curl/docs/libcurl/
H A Dcurl_mprintf.md164 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 Dcurl_getdate.md49 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 DCURLOPT_SSH_HOST_PUBLIC_KEY_MD5.md33 Pass a char pointer pointing to a string containing 32 hexadecimal digits. The
/curl/packages/vms/
H A Dgnv_libcurl_symbols.opt18 ! This leaves some spare digits for minor patches.
/curl/
H A DCMakeLists.txt180 …"0x([0-9a-f][0-9a-f][0-9a-f])$" "0x0\\1" CURL_TEST_OUTPUT "${CURL_TEST_OUTPUT}") # pad to 4 digits

Completed in 23 milliseconds