Searched refs:islower (Results 1 – 1 of 1) sorted by relevance
27 #define islower(c) ((__ismask(c)&(_L)) != 0) macro47 if (islower(c)) in __toupper()