Home
last modified time | relevance | path

Searched defs:is_lower (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dtoken.h59 inline int token_info::is_lower() const in is_lower() function
H A Dref.cpp757 int is_lower = ti->is_lower(); in capitalize() local
/netbsd-src/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_ctype.h58 #define is_lower(ch) \ macro
/netbsd-src/bin/sh/
H A Dsyntax.h83 #define is_lower(c) (sh_ctype(c) & ISLOWER) macro
/netbsd-src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py263 def is_lower(code_point): function
/netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py263 def is_lower(code_point): function
/netbsd-src/external/bsd/wpa/dist/src/ap/
H A Dtaxonomy.c34 int is_lower = s >= 'a' && s <= 'z'; in no_mischief_strncpy() local
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c3226 boolean is_lower = STREQ (str, "lower"); in PREFIX() local
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.c3226 boolean is_lower = STREQ (str, "lower"); in PREFIX() local
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dregex.c3226 boolean is_lower = STREQ (str, "lower"); in PREFIX() local
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dregex.c3226 boolean is_lower = STREQ (str, "lower"); in PREFIX() local
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c3222 boolean is_lower = STREQ (str, "lower"); in PREFIX() local
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dregex.c3298 boolean is_lower = STREQ (str, "lower"); variable
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dregex.c3213 boolean is_lower = STREQ (str, "lower"); local