Home
last modified time | relevance | path

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

/coreutils/src/
Dprintf.c161 #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