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

/freebsd-10.3-release/contrib/gcclibs/include/
H A Dsafe-ctype.h66 _sch_islower = 0x0008, /* a-z */ enumerator in enum:__anon1242
79 _sch_isalpha = _sch_isupper|_sch_islower, /* A-Za-z */
99 #define ISLOWER(c) _sch_test(c, _sch_islower)
/freebsd-10.3-release/contrib/gdb/include/
H A Dsafe-ctype.h66 _sch_islower = 0x0008, /* a-z */ enumerator in enum:__anon1483
79 _sch_isalpha = _sch_isupper|_sch_islower, /* A-Za-z */
99 #define ISLOWER(c) _sch_test(c, _sch_islower)
/freebsd-10.3-release/contrib/binutils/include/
H A Dsafe-ctype.h66 _sch_islower = 0x0008, /* a-z */ enumerator in enum:__anon597
79 _sch_isalpha = _sch_isupper|_sch_islower, /* A-Za-z */
99 #define ISLOWER(c) _sch_test(c, _sch_islower)
/freebsd-10.3-release/contrib/gcclibs/libiberty/
H A Dsafe-ctype.c131 #define lo _sch_islower
/freebsd-10.3-release/contrib/binutils/libiberty/
H A Dsafe-ctype.c131 #define lo _sch_islower

Completed in 100 milliseconds