Searched refs:ISDIGIT (Results 1 – 2 of 2) sorted by relevance
33 #define ISDIGIT(Ch) isdigit (Ch) macro82 if (ISDIGIT (*format)) in STRFROM()
111 # define ISDIGIT(Ch) __iswdigit_l ((Ch), loc) macro122 # define ISDIGIT(Ch) __isdigit_l ((Ch), loc) macro1026 while (! (base == 16 ? ISXDIGIT (expp[-1]) : ISDIGIT (expp[-1]))) in ____STRTOF_INTERNAL()1093 if (ISDIGIT (*startp)) in ____STRTOF_INTERNAL()1127 if (ISDIGIT (*startp)) in ____STRTOF_INTERNAL()
Completed in 10 milliseconds