Searched refs:_sch_isdigit (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h65 _sch_isdigit = 0x0004, /* 0-9 */ enumerator in enum:__anon2982
80 _sch_isalnum = _sch_isalpha|_sch_isdigit, /* A-Za-z0-9 */
81 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */
97 #define ISDIGIT(c) _sch_test(c, _sch_isdigit)
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h61 _sch_isdigit = 0x0004, /* 0-9 */ enumerator in enum:__anon1941
76 _sch_isalnum = _sch_isalpha|_sch_isdigit, /* A-Za-z0-9 */
77 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit)
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h61 _sch_isdigit = 0x0004, /* 0-9 */ enumerator in enum:__anon1026
76 _sch_isalnum = _sch_isalpha|_sch_isdigit, /* A-Za-z0-9 */
77 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A D20141013.C4 _sch_isdigit = 0x0004, enumerator in enum:__anon1081
10 _sch_isalnum = _sch_isidst | _sch_isdigit,
181 while ((_sch_istable[(*format) & 0xff] & (unsigned short) (_sch_isdigit)))
H A Dpr58464.C7 _sch_isdigit, _sch_isidst, _sch_isidnum enumerator in enum:__anon1096
/haiku-buildtools/binutils/libiberty/
H A Dsafe-ctype.c129 #define di _sch_isdigit
/haiku-buildtools/gcc/libiberty/
H A Dsafe-ctype.c129 #define di _sch_isdigit
/haiku-buildtools/legacy/binutils/libiberty/
H A Dsafe-ctype.c129 #define di _sch_isdigit

Completed in 57 milliseconds