Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dless.h152 #define IS_LOWER(c) iswlower(c) macro
158 #define IS_LOWER(c) islower((unsigned char) (c)) macro
163 #define IS_LOWER(c) ASCII_IS_LOWER(c) macro
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dcp-demangle.c213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dcp-demangle.c213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dcp-demangle.c213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dcp-demangle.c213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro