Searched refs:ISDIGIT (Results 1 – 6 of 6) sorted by relevance
43 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro135 if (!ISDIGIT (s[i])) in posix_time_parse()175 if (!ISDIGIT (dot[0]) || !ISDIGIT (dot[1])) in posix_time_parse()
184 #define ISDIGIT(x) (isdigit((int) ((unsigned char)x))) macro513 else if(ISDIGIT(*date)) { in parsedate()
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) macro
89 if (i < thissize - 1 && ISDIGIT (p[i + 1])) \