Searched refs:ISDIGIT (Results 1 – 1 of 1) 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()