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

/openbsd-current/gnu/lib/libiberty/include/
H A Dsafe-ctype.h71 _sch_isxdigit = 0x0100, /* 0-9A-Fa-f */ enumerator in enum:__anon596
104 #define ISXDIGIT(c) _sch_test(c, _sch_isxdigit)
/openbsd-current/gnu/gcc/include/
H A Dsafe-ctype.h71 _sch_isxdigit = 0x0100, /* 0-9A-Fa-f */ enumerator in enum:__anon378
104 #define ISXDIGIT(c) _sch_test(c, _sch_isxdigit)
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dsafe-ctype.h71 _sch_isxdigit = 0x0100, /* 0-9A-Fa-f */ enumerator in enum:__anon5027
104 #define ISXDIGIT(c) _sch_test(c, _sch_isxdigit)
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dsafe-ctype.h71 _sch_isxdigit = 0x0100, /* 0-9A-Fa-f */ enumerator in enum:__anon5734
104 #define ISXDIGIT(c) _sch_test(c, _sch_isxdigit)
/openbsd-current/gnu/lib/libiberty/src/
H A Dsafe-ctype.c138 #define xd _sch_isxdigit

Completed in 258 milliseconds