Searched defs:isdigit (Results 1 – 9 of 9) sorted by relevance
5 static inline int isdigit(int ch) in isdigit() function
34 #define isdigit(x) sane_istest(x,GIT_DIGIT) macro
26 static inline int isdigit(int c) in isdigit() function
30 #define isdigit(c) __isdigit(c) macro
566 #define isdigit(c) ('0' <= (c) && (c) <= '9') macro
707 #define isdigit(c) ('0' <= (c) && (c) <= '9') macro
2367 int isdigit(int c) in isdigit() function