Home
last modified time | relevance | path

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

/stdio-common/
A Dprintf-parsemb.c32 # define ISDIGIT(Ch) isdigit (Ch) macro
39 # define ISDIGIT(Ch) iswdigit (Ch) macro
85 if (ISDIGIT (*format)) in __parse_one_specwc()
162 if (ISDIGIT (*format)) in __parse_one_specwc()
186 else if (ISDIGIT (*format)) in __parse_one_specwc()
206 if (ISDIGIT (*format)) in __parse_one_specwc()
229 else if (ISDIGIT (*format)) in __parse_one_specwc()
A Dprintf-prs.c32 # define ISDIGIT(Ch) isdigit (Ch) macro
46 # define ISDIGIT(Ch) iswdigit (Ch) macro
A Dprintf-parse.h78 while (ISDIGIT (*++(*pstr))) in read_int()
A Dvfscanf-internal.c90 # define ISDIGIT(Ch) iswdigit (Ch) macro
123 # define ISDIGIT(Ch) __isdigit_l (Ch, loc) macro
488 if (ISDIGIT (*f)) in __vfwscanf_internal()
525 if (ISDIGIT (*f)) in __vfwscanf_internal()
1740 else if (!ISDIGIT (c) || (int) (c - L_('0')) >= base) in __vfwscanf_internal()
2050 if (ISDIGIT (c)) in __vfwscanf_internal()
A Dvfprintf-internal.c155 # define ISDIGIT(Ch) ((unsigned int) ((Ch) - '0') < 10) macro
172 # define ISDIGIT(Ch) ((unsigned int) ((Ch) - L'0') < 10) macro
1377 if (ISDIGIT (*tmp)) in vfprintf()
1427 if (ISDIGIT (*tmp)) in vfprintf()
1448 else if (ISDIGIT (*f)) in vfprintf()

Completed in 11 milliseconds