Searched defs:ISLOWER (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h95 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h99 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/haiku-buildtools/legacy/gcc/gcc/
H A Dsystem.h111 #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c)) macro
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h95 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c243 #define ISLOWER macro
/haiku-buildtools/gcc/libiberty/
H A Dregex.c236 # define ISLOWER macro
/haiku-buildtools/binutils/libiberty/
H A Dregex.c236 # define ISLOWER macro
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c234 # define ISLOWER macro

Completed in 553 milliseconds