Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dctype.h27 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
/linux-4.4.14/tools/perf/util/
Dutil.h233 #define islower(x) (sane_istest(x,GIT_ALPHA) && (x & 0x20)) macro
/linux-4.4.14/arch/powerpc/kernel/
Dprom_init.c528 #define islower(c) ('a' <= (c) && (c) <= 'z') macro