Searched defs:IS_DIGIT (Results 1 – 6 of 6) sorted by relevance
167 #define IS_DIGIT(c) isdigit((unsigned char)(c)) macro169 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro
201 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro
205 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro
211 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro