Home
last modified time | relevance | path

Searched defs:ISDIGIT (Results 1 – 4 of 4) sorted by relevance

/stdio-common/
A Dprintf-parsemb.c32 # define ISDIGIT(Ch) isdigit (Ch) macro
39 # define ISDIGIT(Ch) iswdigit (Ch) macro
A Dprintf-prs.c32 # define ISDIGIT(Ch) isdigit (Ch) macro
46 # define ISDIGIT(Ch) iswdigit (Ch) macro
A Dvfscanf-internal.c90 # define ISDIGIT(Ch) iswdigit (Ch) macro
123 # define ISDIGIT(Ch) __isdigit_l (Ch, loc) macro
A Dvfprintf-internal.c155 # define ISDIGIT(Ch) ((unsigned int) ((Ch) - '0') < 10) macro
172 # define ISDIGIT(Ch) ((unsigned int) ((Ch) - L'0') < 10) macro

Completed in 11 milliseconds