Searched refs:_sch_isxdigit (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h71 _sch_isxdigit = 0x0100, /* 0-9A-Fa-f */ enumerator in enum:__anon2982
104 #define ISXDIGIT(c) _sch_test(c, _sch_isxdigit)
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h67 _sch_isxdigit = 0x0100, /* 0-9A-Fa-f */ enumerator in enum:__anon1941
100 #define ISXDIGIT(c) _sch_test(c, _sch_isxdigit)
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h67 _sch_isxdigit = 0x0100, /* 0-9A-Fa-f */ enumerator in enum:__anon1026
100 #define ISXDIGIT(c) _sch_test(c, _sch_isxdigit)
/haiku-buildtools/binutils/libiberty/
H A Dsafe-ctype.c138 #define xd _sch_isxdigit
/haiku-buildtools/gcc/libiberty/
H A Dsafe-ctype.c138 #define xd _sch_isxdigit
/haiku-buildtools/legacy/binutils/libiberty/
H A Dsafe-ctype.c138 #define xd _sch_isxdigit
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A D20141013.C6 _sch_isxdigit = 0x0100, enumerator in enum:__anon1081

Completed in 116 milliseconds