Lines Matching +full:10 +full:base
48 .Fn strtoul "const char * restrict nptr" "char ** restrict endptr" "int base"
50 .Fn strtoull "const char * restrict nptr" "char ** restrict endptr" "int base"
53 .Fn strtoumax "const char * restrict nptr" "char ** restrict endptr" "int base"
58 .Fn strtouq "const char *nptr" "char **endptr" "int base"
93 .Fa base ,
106 .Fa base
110 prefix, and the number will be read in base 2; or it may include a
113 and the number will be read in base 16; otherwise, a zero
114 .Fa base
115 is taken as 10 (decimal) unless the next character is
124 in the given base.
125 (In bases above 10, the letter
128 represents 10,
196 .Fa base