Searched refs:ISDIGIT (Results 1 – 25 of 25) 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)) {
59 if (ISDIGIT(*host))81 if (ISDIGIT(*name))241 } 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)) {
1696 #define ISDIGIT(x) isdigit((u_char)(x)) macro
309 if (t + 1 == last || ISDIGIT(t[1])) in parse_block_invoke()314 while (t < last && ISDIGIT(t[0])) in parse_block_invoke()2433 while (t1 != last && t1[0] != '_' && ISDIGIT(t1[0])) in parse_unnamed_type_name()2477 if (!ISDIGIT(c)) in parse_unnamed_type_name()2730 unsigned d1 = ISDIGIT(t[0]) ? t[0] - '0' : t[0] - 'a' + 10; in parse_floating_literal()2732 unsigned d0 = ISDIGIT(t[0]) ? t[0] - '0' : t[0] - 'a' + 10; in parse_floating_literal()2741 unsigned d0 = ISDIGIT(t[0]) ? t[0] - '0' : t[0] - 'a' + 10; in parse_floating_literal()2743 unsigned d1 = ISDIGIT(t[0]) ? t[0] - '0' : t[0] - 'a' + 10; in parse_floating_literal()2888 for (n = t; n != last && ISDIGIT(n[0]); n++) in parse_expr_primary()3036 if (!ISDIGIT(first[1])) in parse_operator_name()[all …]
255 } else if (!ISDIGIT(c)) { in rust_parse_base10()263 if (!ISDIGIT(c)) in rust_parse_base10()
257 } else if (ISDIGIT(c)) { in char_val()
1319 if (ISDIGIT(c)) { in rustv0_parse_hex_num()1382 } else if (ISDIGIT(c)) { in rustv0_parse_base62()
31 #define ishex(c) (ISDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || \268 } while (ISALPHA(n) || ISDIGIT(n) || n == '_'); in yylex()476 if (isbuilding == 0 && ISDIGIT(c)) { in yylex()479 } 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()
649 if (propval != NULL && ISDIGIT(*propval)) { in bcons_init_fb()
1062 if (ISDIGIT(*prop_p)) { in xen_vbdroot_props()1065 if (ISDIGIT(*prop_p)) { in xen_vbdroot_props()
347 while (ISDIGIT(*p)) /* skip integer */ in is_gcc_localalias()