Searched refs:ISXDIGIT (Results 1 - 25 of 34) sorted by relevance

12

/haiku-buildtools/binutils/ld/
H A Dldbuildid.c62 if (ISXDIGIT (id[0]) && ISXDIGIT (id[1]))
167 if (ISXDIGIT (id[0]) && ISXDIGIT (id[1]))
H A Ddeffilep.y1347 while (c != EOF && (ISXDIGIT (c) || (c == 'x')))
/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h104 #define ISXDIGIT(c) _sch_test(c, _sch_isxdigit) macro
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h100 #define ISXDIGIT(c) _sch_test(c, _sch_isxdigit) macro
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h100 #define ISXDIGIT(c) _sch_test(c, _sch_isxdigit) macro
/haiku-buildtools/legacy/gcc/gcc/
H A Dsystem.h115 #define ISXDIGIT(c) (IN_CTYPE_DOMAIN (c) && isxdigit (c)) macro
/haiku-buildtools/gcc/libiberty/
H A Dd-demangle.c843 if (!ISXDIGIT (*mangled))
853 while (ISXDIGIT (*mangled))
929 if (ISXDIGIT (mangled[0]) && ISXDIGIT (mangled[1]))
/haiku-buildtools/binutils/libiberty/
H A Dd-demangle.c1008 if (!ISXDIGIT (*mangled))
1018 while (ISXDIGIT (*mangled))
1090 if (ISXDIGIT (mangled[0]) && ISXDIGIT (mangled[1]))
/haiku-buildtools/gcc/libquadmath/strtod/
H A Dstrtod_l.c50 # define ISXDIGIT(Ch) __iswxdigit_l ((Ch), loc) macro
62 # define ISXDIGIT(Ch) isxdigit (Ch) macro
1040 while (! (base == 16 ? ISXDIGIT (expp[-1]) : ISDIGIT (expp[-1])))
1103 while (!ISXDIGIT (*startp))
1139 if (!ISXDIGIT (*startp))
/haiku-buildtools/legacy/binutils/bfd/
H A Dbfd.c1037 && ISXDIGIT (string[2]))
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-iq2000.c925 while (ISXDIGIT (*input_line_pointer))
H A Dtc-i370.c1570 if (ISXDIGIT (*save))
/haiku-buildtools/binutils/gas/config/
H A Dtc-iq2000.c873 while (ISXDIGIT (*input_line_pointer))
H A Dtc-sparc.c2092 if ((s[0] == '0' && s[1] == 'x' && ISXDIGIT (s[2]))
2100 while (ISXDIGIT (*s))
H A Dtc-i370.c1569 if (ISXDIGIT (*save))
/haiku-buildtools/gcc/libcpp/
H A Dcharset.c1023 if (!ISXDIGIT (c))
1665 while (length && idp < len && ISXDIGIT (id[idp]))
H A Dexpr.c425 if (str[1] == '.' || ISXDIGIT (str[1]))
452 if (ISDIGIT (c) || (ISXDIGIT (c) && radix == 16))
776 if (ISDIGIT (c) || (base == 16 && ISXDIGIT (c)))
/haiku-buildtools/legacy/binutils/ld/
H A Ddeffilep.y983 while (c != EOF && (ISXDIGIT (c) || (c == 'x')))
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dlex.c499 if (!ISXDIGIT (ch)) /* error on non-hex digit */
930 if (!ISXDIGIT ((unsigned char) *s))
1101 if (!ISXDIGIT (cc))
/haiku-buildtools/gcc/gcc/
H A Dopts-common.c168 while (*p && ISXDIGIT (*p))
H A Dread-rtl.c833 if (! ISXDIGIT (*cp))
/haiku-buildtools/binutils/bfd/
H A Dbfd.c1334 && ISXDIGIT (string[2]))
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c248 #define ISXDIGIT(c) (ISASCII (c) && isxdigit (c))
2306 || (is_xdigit && ISXDIGIT (ch)))
247 #define ISXDIGIT macro
/haiku-buildtools/legacy/binutils/gas/
H A Dread.c4856 while (ISXDIGIT (c))
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dlex.c2656 if (! ISXDIGIT (c))

Completed in 323 milliseconds

12