Searched defs:ISLOWER (Results 1 – 2 of 2) sorted by relevance
95 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
236 # define ISLOWER(c) (ISASCII (c) && islower (c)) macro