Searched refs:STRTOX (Results 1 – 1 of 1) sorted by relevance
/coreutils/src/ |
D | printf.c | 161 #define STRTOX(TYPE, FUNC_NAME, LIB_FUNC_EXPR) \ macro 204 STRTOX (intmax_t, vstrtoimax, strtoimax (s, &end, 0)) 205 STRTOX (uintmax_t, vstrtoumax, strtoumax (s, &end, 0)) 206 STRTOX (long double, vstrtold, cl_strtold (s, &end)) in STRTOX() function
|