Home
last modified time | relevance | path

Searched refs:digits (Results 1 – 11 of 11) sorted by last modified time

/curl/
H A DCMakeLists.txt1147 …tring(REGEX REPLACE "0x([0-9a-f][0-9a-f][0-9a-f])$" "0x0\\1" OUTPUT "${OUTPUT}") # pad to 4 digits
/curl/docs/libcurl/
H A Dcurl_getdate.md48 digits. Examples: 06 Nov 1994, 06-Nov-94 and Nov-94 6.
56 digits with two colons: HH:MM:SS. If there is no time given in a provided date
H A Dcurl_mprintf.md163 gives the minimum number of digits to appear for **d**, **i**, **o**,
164 **u**, **x**, and **X** conversions, the number of digits to appear
166 **F** conversions, the maximum number of significant digits for **g** and
211 any, gives the minimum number of digits that must appear; if the converted
212 value requires fewer digits, it is padded on the left with zeros. The default
222 of digits that must appear; if the converted value requires fewer digits, it
/curl/lib/
H A Dmprintf.c661 const char *digits = lower_digits; /* Base-36 digits for numbers. */ in formatf() local
764 digits = (flags & FLAGS_UPPER)? upper_digits : lower_digits; in formatf()
802 *w-- = digits[num % base]; in formatf()
910 digits = (flags & FLAGS_UPPER)? upper_digits : lower_digits; in formatf()
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()
/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/opts/
H A DCURLOPT_SSH_HOST_PUBLIC_KEY_MD5.md32 Pass a char pointer pointing to a string containing 32 hexadecimal digits. The
/curl/tests/data/
H A Dtest146627 HTTP GET with 3-digit response and only digits in reason
H A Dtest43552 s/local port == (\d+)/local port == [digits]/
58 local port == [digits]
65 local port == [digits]
/curl/packages/vms/
H A Dgnv_libcurl_symbols.opt18 ! This leaves some spare digits for minor patches.

Completed in 23 milliseconds