Searched refs:IS_DIGIT (Results 1 – 5 of 5) sorted by relevance
51 #define IS_DIGIT(c) \ macro67 if (IS_ALPHA(c) || IS_DIGIT(c) || c == '-' || c == '_' || in is_valid_ident()
36 #define IS_DIGIT(x) ((x) >= '0' && (x) <= '9') macro96 if (IS_DIGIT(c)) in strtoint()109 if (IS_DIGIT(c)) in strtoint()
132 #ifndef IS_DIGIT133 #define IS_DIGIT(c) ( ((c) >= '0') && ((c) <= '9') ) macro
760 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro773 if (!IS_ALPHA(c) && !IS_DIGIT(c) && c != '_') in strident_valid()799 if (!IS_ALPHA(c) && !IS_DIGIT(c) && c != '_') in strident_canon()
2471 (IS_DIGIT(*p)) && /* Is a digit */ in lm_ncsi_prev_drv_ver_is_win8_inbox()