Searched defs:isdigit (Results 1 – 7 of 7) sorted by relevance
41 #define isdigit(c) __builtin_isdigit(c) macro43 static inline int isdigit(int c) in isdigit() function
41 #define isdigit(c) __builtin_isdigit(c) macro47 #define isdigit(c) __isdigit(c) macro
5 static inline int isdigit(int ch) in isdigit() function
18 #define isdigit(c) ('0' <= (c) && (c) <= '9') macro
37 int isdigit(int c) in isdigit() function
25 #define isdigit(c) ((__ismask(c)&(_D)) != 0) macro
12 static int isdigit(int ch) in isdigit() function