Searched refs:ISDIGIT (Results 1 – 19 of 19) sorted by relevance
38 #define ISDIGIT(_c) \ macro42 (ISDIGIT(_c) || \58 ISDIGIT(_c))72 return (ISDIGIT(c)); in isdigit()
83 #define ISDIGIT(x) isdigit((u_char)(x)) macro115 if (!ISDIGIT(c))126 if (ISASCII(c) && ISDIGIT(c)) {
16 if (ISDIGIT(*name)) {21 if (!ISDIGIT(*s))
37 if (ISDIGIT(***cp)) {71 if (ISDIGIT(***cp)) {
61 if (ISDIGIT(*host))83 if (ISDIGIT(*name))243 } else if (ISDIGIT(**cpp) && !index(*cpp, '.')) {
15 if (!ISDIGIT(*s))
35 if (ISDIGIT(*str)) {
28 if (ISDIGIT(*name)) {
144 c = ISDIGIT(c) ? (c - '0') : (TOUPPER(c) - 55);
54 if (!ISALPHA(*t) && !ISDIGIT(*t) && (*t != '_'))
204 if (!ISDIGIT(c))210 for (l = 0; ISDIGIT(c) && (i > 0); i--) {226 if (!ISDIGIT(c))231 for (l = 0; ISDIGIT(c) && (i > 0); i--) {
544 while (*s && !ISDIGIT(*s)) {807 if (!ISDIGIT(*rptr) || !ISDIGIT(*(rptr + 1)) || !ISDIGIT(*(rptr + 2)))961 if (ISDIGIT(c)) {965 if (ISDIGIT(c)) {969 if (ISDIGIT(c)) {1408 while (((c = *s++) != '\0') && ISDIGIT(c)) {1416 while (((c = *s++) != '\0') && ISDIGIT(c)) {1453 while (*s && !ISDIGIT(*s))1460 while (*s && ISDIGIT(*s)) {
714 if (!(ISDIGIT(uastr[0]) && ISDIGIT(uastr[l-1])))718 if (ISDIGIT(*c)) {772 while (((c = *s++) != '\0') && ISDIGIT(c)) {
112 while (((c = *s++) != '\0') && ISDIGIT(c)) {
1694 #define ISDIGIT(x) isdigit((u_char)(x)) macro
31 #define ishex(c) (ISDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || \274 } while (ISALPHA(n) || ISDIGIT(n) || n == '_'); in yylex()483 if (isbuilding == 0 && ISDIGIT(c)) { in yylex()486 } while (ISDIGIT(n)); in yylex()
688 for (s = name; *s && !ISDIGIT(*s); s++)690 if (*s && ISDIGIT(*s)) {
51 #define ISDIGIT(ch) ((ch) >= '0' && (ch) <= '9') macro510 for (digits = 0; ISDIGIT(*fmt); fmt++) { in mi_iprintf()
966 if (ISDIGIT(*prop_p)) { in xen_vbdroot_props()969 if (ISDIGIT(*prop_p)) { in xen_vbdroot_props()