Home
last modified time | relevance | path

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

/stdio-common/
A Dvfscanf-internal.c91 # define ISXDIGIT(Ch) iswxdigit (Ch) macro
124 # define ISXDIGIT(Ch) __isxdigit_l (Ch, loc) macro
1737 if (!ISXDIGIT (c)) in __vfwscanf_internal()
2055 else if (!got_e && (flags & HEXA_FLOAT) && ISXDIGIT (c)) in __vfwscanf_internal()

Completed in 6 milliseconds