Searched refs:ISDIGIT (Results 1 – 5 of 5) sorted by relevance
32 # define ISDIGIT(Ch) isdigit (Ch) macro39 # define ISDIGIT(Ch) iswdigit (Ch) macro85 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()
32 # define ISDIGIT(Ch) isdigit (Ch) macro46 # define ISDIGIT(Ch) iswdigit (Ch) macro
78 while (ISDIGIT (*++(*pstr))) in read_int()
90 # define ISDIGIT(Ch) iswdigit (Ch) macro123 # define ISDIGIT(Ch) __isdigit_l (Ch, loc) macro488 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()
155 # define ISDIGIT(Ch) ((unsigned int) ((Ch) - '0') < 10) macro172 # define ISDIGIT(Ch) ((unsigned int) ((Ch) - L'0') < 10) macro1377 if (ISDIGIT (*tmp)) in vfprintf()1427 if (ISDIGIT (*tmp)) in vfprintf()1448 else if (ISDIGIT (*f)) in vfprintf()
Completed in 11 milliseconds