Searched refs:ISXDIGIT (Results 1 – 1 of 1) sorted by relevance
112 # define ISXDIGIT(Ch) __iswxdigit_l ((Ch), loc) macro123 # define ISXDIGIT(Ch) __isxdigit_l ((Ch), loc) macro1026 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