Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/less/
Dless.h139 #define IS_LOWER(c) iswlower(c) macro
145 #define IS_LOWER(c) islower((unsigned char) (c)) macro
150 #define IS_LOWER(c) ASCII_IS_LOWER(c) macro
/freebsd-10-stable/contrib/gcclibs/libiberty/
Dcp-demangle.c170 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro
/freebsd-10-stable/contrib/binutils/libiberty/
Dcp-demangle.c202 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro