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

/seL4-test-master/projects/musllibc/src/ctype/
H A Dislower.c3 #undef islower macro
5 int islower(int c) function
/seL4-test-master/projects/musllibc/include/
H A Dctype.h33 #define islower(a) (0 ? islower(a) : ((unsigned)(a)-'a') < 26) macro

Completed in 23 milliseconds