Searched refs:ISXDIGIT (Results 1 – 1 of 1) sorted by relevance
91 # define ISXDIGIT(Ch) iswxdigit (Ch) macro124 # define ISXDIGIT(Ch) __isxdigit_l (Ch, loc) macro1737 if (!ISXDIGIT (c)) in __vfwscanf_internal()2055 else if (!got_e && (flags & HEXA_FLOAT) && ISXDIGIT (c)) in __vfwscanf_internal()
Completed in 6 milliseconds