Searched defs:isdigit (Results 1 – 15 of 15) sorted by relevance
49 int (isdigit)(int); variable
49 #define isdigit(c) _bcs_isdigit(c) macro
112 inline bool isdigit(char c) in isdigit() function
51 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
73 isdigit(int c) in isdigit() function
59 #define isdigit(c) ((__ismask(c)&(_D)) != 0) macro
86 isdigit(int c) in isdigit() function
176 #define isdigit(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_DI)) macro
90 #define isdigit(c) __sbistype((c), _CTYPE_D) macro
242 static __inline int isdigit(int c) in isdigit() function
135 # define isdigit(x) ((x) >= '0' && (x) <= '9') macro
44 #define isdigit(x) ((x) >= '0' && (x) <= '9') macro
197 # define isdigit(__a) (_IS(__a,_ISDIGIT)) macro