Home
last modified time | relevance | path

Searched defs:ISLOWER (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/include/
Dsafe-ctype.h95 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/toolchain/binutils/binutils-2.25/libiberty/
Dregex.c236 # define ISLOWER(c) (ISASCII (c) && islower (c)) macro