Home
last modified time | relevance | path

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

/stdlib/
A Dstrtod_l.c112 # define ISXDIGIT(Ch) __iswxdigit_l ((Ch), loc) macro
123 # define ISXDIGIT(Ch) __isxdigit_l ((Ch), loc) macro
1026 while (! (base == 16 ? ISXDIGIT (expp[-1]) : ISDIGIT (expp[-1]))) in ____STRTOF_INTERNAL()
1089 while (!ISXDIGIT (*startp)) in ____STRTOF_INTERNAL()
1125 if (!ISXDIGIT (*startp)) in ____STRTOF_INTERNAL()

Completed in 5 milliseconds