Home
last modified time | relevance | path

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

/stdlib/
A Dstrfrom-skeleton.c33 #define ISDIGIT(Ch) isdigit (Ch) macro
82 if (ISDIGIT (*format)) in STRFROM()
A Dstrtod_l.c111 # define ISDIGIT(Ch) __iswdigit_l ((Ch), loc) macro
122 # define ISDIGIT(Ch) __isdigit_l ((Ch), loc) macro
1026 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