isdigit 199 arch/x86/boot/boot.h static inline int isdigit(int ch) isdigit 25 include/linux/ctype.h #define isdigit(c) ((__ismask(c)&(_D)) != 0)