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

/openbsd-current/gnu/lib/libiberty/include/
H A Dsafe-ctype.h66 _sch_islower = 0x0008, /* a-z */ enumerator in enum:__anon596
79 _sch_isalpha = _sch_isupper|_sch_islower, /* A-Za-z */
99 #define ISLOWER(c) _sch_test(c, _sch_islower)
/openbsd-current/gnu/gcc/include/
H A Dsafe-ctype.h66 _sch_islower = 0x0008, /* a-z */ enumerator in enum:__anon378
79 _sch_isalpha = _sch_isupper|_sch_islower, /* A-Za-z */
99 #define ISLOWER(c) _sch_test(c, _sch_islower)
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dsafe-ctype.h66 _sch_islower = 0x0008, /* a-z */ enumerator in enum:__anon5027
79 _sch_isalpha = _sch_isupper|_sch_islower, /* A-Za-z */
99 #define ISLOWER(c) _sch_test(c, _sch_islower)
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dsafe-ctype.h66 _sch_islower = 0x0008, /* a-z */ enumerator in enum:__anon5734
79 _sch_isalpha = _sch_isupper|_sch_islower, /* A-Za-z */
99 #define ISLOWER(c) _sch_test(c, _sch_islower)
/openbsd-current/gnu/lib/libiberty/src/
H A Dsafe-ctype.c131 #define lo _sch_islower

Completed in 181 milliseconds