isdigit
#define isdigit(c) __sbistype((c), _CTYPE_D)
static __inline int isdigit(int c)
isdigit(int c)
# undef isdigit
# define isdigit(__a) (_IS(__a,_ISDIGIT))
isdigit(int c)
#define isdigit(x) ((x) >= '0' && (x) <= '9')
#define isdigit(c) ((c) >= '0' && c <= '9')
#define isdigit(ch) ((ch) >= '0' && (ch) <= '9')
#undef isdigit
#define isdigit(c) ((c) >= '0' && (c) <= '9')
#undef isdigit
#define isdigit(c) ((__ctype + 1)[c] & _N)
#define isdigit(c) (c >= '0' && c <= '9')
#define isdigit(ch) ((ch) >= '0' && (ch) <= '9')
#define isdigit(ch) ((ch) >= '0' && (ch) <= '9')
#define isdigit(c) ((c) >= '0' && (c) <= '9')
isdigit(int ch)
#define isdigit(x) ((x) >= '0' && (x) <= '9')
#define isdigit(ch) ((ch) >= '0' && (ch) <= '9')
#define isdigit(ch) ((ch >= '0') && (ch <= '9'))
#define isdigit(ch) ((ch) >= '0' && (ch) <= '9')
#define isdigit(ch) ((ch >= '0') && (ch <= '9'))
#define isdigit(ch) ((ch) >= '0' && (ch) <= '9')
#define isdigit(ch) ((ch) >= '0' && (ch) <= '9')
isdigit(char c)
#define isdigit(c) ((c) >= '0' && c <= '9')
#define isdigit(ch) ((ch) >= '0' && (ch) <= '9')
#define isdigit(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_DI))
isdigit(int ch)
isdigit(int ch)
isdigit(int ch)
#define isdigit(ch) ((ch) >= '0' && (ch) <= '9')
isdigit(int ch)
isdigit(int ch)