Searched refs:_sch_isupper (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h70 _sch_isupper = 0x0080, /* A-Z */ enumerator in enum:__anon2982
79 _sch_isalpha = _sch_isupper|_sch_islower, /* A-Za-z */
103 #define ISUPPER(c) _sch_test(c, _sch_isupper)
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h66 _sch_isupper = 0x0080, /* A-Z */ enumerator in enum:__anon1941
75 _sch_isalpha = _sch_isupper|_sch_islower, /* A-Za-z */
99 #define ISUPPER(c) _sch_test(c, _sch_isupper)
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h66 _sch_isupper = 0x0080, /* A-Z */ enumerator in enum:__anon1026
75 _sch_isalpha = _sch_isupper|_sch_islower, /* A-Za-z */
99 #define ISUPPER(c) _sch_test(c, _sch_isupper)
/haiku-buildtools/binutils/libiberty/
H A Dsafe-ctype.c136 #define up _sch_isupper
/haiku-buildtools/gcc/libiberty/
H A Dsafe-ctype.c136 #define up _sch_isupper
/haiku-buildtools/legacy/binutils/libiberty/
H A Dsafe-ctype.c136 #define up _sch_isupper

Completed in 58 milliseconds