Searched defs:islower (Results 1 – 4 of 4) sorted by relevance
50 int islower(int c) in islower() function
29 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
66 #define islower(x) sane_iscase(x, 1) macro
Completed in 10 milliseconds