Searched defs:islower (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/include/nolibc/
H A Dctype.h50 int islower(int c) function
/linux-master/include/linux/
H A Dctype.h29 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
/linux-master/tools/include/linux/
H A Dctype.h29 #define islower(c) ((__ismask(c)&(_L)) != 0) macro

Completed in 90 milliseconds