Home
last modified time | relevance | path

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

/stdio-common/
A Dvfscanf-internal.c89 # define ISSPACE(Ch) iswspace (Ch) macro
122 # define ISSPACE(Ch) __isspace_l (Ch, loc) macro
446 if (ISSPACE (fc)) in __vfwscanf_internal()
463 while (ISSPACE (c)) in __vfwscanf_internal()
631 while (ISSPACE (c)); in __vfwscanf_internal()
1031 if (ISSPACE (c)) in __vfwscanf_internal()
1221 if (ISSPACE (c)) in __vfwscanf_internal()
3019 while (ISSPACE (c)); in __vfwscanf_internal()

Completed in 6 milliseconds