Searched defs:ISDIGIT (Results 1 – 7 of 7) sorted by relevance
276 #define ISDIGIT(x) (isdigit((int) ((unsigned char)x))) macro
1041 #define ISDIGIT(s) (s) == DIGIT_ZERO || \ macro
60 #define ISDIGIT(s) (s) == DIGIT_ZERO || \ macro