| /netbsd-src/external/bsd/openpam/dist/lib/libpam/ |
| H A D | openpam_ctype.h | 58 #define is_lower(ch) \ macro 65 (is_upper(ch) || is_lower(ch))
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
| H A D | token.h | 46 int is_lower() const; 59 inline int token_info::is_lower() const in is_lower() function
|
| H A D | ref.cpp | 757 int is_lower = ti->is_lower(); in capitalize() local 758 if ((is_lower || ti->is_upper()) && get_token(&ptr, end)) { in capitalize() 763 if (is_lower) { in capitalize()
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/ |
| H A D | unicode_utils.py | 263 def is_lower(code_point): function 431 and not (is_lower(code_point) or is_upper(code_point))): 441 and not (is_lower(code_point) or is_upper(code_point))): 450 if ((is_lower(code_point) or is_upper(code_point))
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/ |
| H A D | unicode_utils.py | 263 def is_lower(code_point): function 431 and not (is_lower(code_point) or is_upper(code_point))): 441 and not (is_lower(code_point) or is_upper(code_point))): 450 if ((is_lower(code_point) or is_upper(code_point))
|
| /netbsd-src/share/locale/ctype/ |
| H A D | gen_ctype_utf8.pl | 169 my $is_lower = $general_category eq 'Ll'; 189 push @{ $info->{LOWER} }, $code if $is_lower; 228 if ($is_lower) {
|
| /netbsd-src/external/bsd/wpa/dist/src/ap/ |
| H A D | taxonomy.c | 34 int is_lower = s >= 'a' && s <= 'z'; in no_mischief_strncpy() local 38 if (is_lower || is_upper || is_digit) { in no_mischief_strncpy()
|
| /netbsd-src/bin/sh/ |
| H A D | syntax.h | 83 #define is_lower(c) (sh_ctype(c) & ISLOWER) macro
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | regex.c | 3226 boolean is_lower = STREQ (str, "lower"); in PREFIX() local 3251 if (translate && (is_upper || is_lower) in PREFIX() 3265 boolean is_lower = STREQ (str, "lower"); in PREFIX() 3292 || (is_lower && ISLOWER (ch)) in PREFIX() 3300 if ( translate && (is_upper || is_lower) in PREFIX()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| H A D | regex.c | 3226 boolean is_lower = STREQ (str, "lower"); in PREFIX() local 3246 if (translate && (is_upper || is_lower) in PREFIX() 3260 boolean is_lower = STREQ (str, "lower"); in PREFIX() 3287 || (is_lower && ISLOWER (ch)) in PREFIX() 3295 if ( translate && (is_upper || is_lower) in PREFIX()
|
| H A D | dfa.c | 635 FUNC(is_lower, ISLOWER) in FUNC() 660 { ":lower:]", is_lower },
|
| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | regex.c | 3298 boolean is_lower = STREQ (str, "lower"); variable 3318 if (translate && (is_upper || is_lower) 3332 boolean is_lower = STREQ (str, "lower"); 3359 || (is_lower && ISLOWER (ch)) 3367 if ( translate && (is_upper || is_lower)
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | regex.c | 3226 boolean is_lower = STREQ (str, "lower"); in PREFIX() local 3251 if (translate && (is_upper || is_lower) in PREFIX() 3265 boolean is_lower = STREQ (str, "lower"); in PREFIX() 3292 || (is_lower && ISLOWER (ch)) in PREFIX() 3300 if ( translate && (is_upper || is_lower) in PREFIX()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | regex.c | 3226 boolean is_lower = STREQ (str, "lower"); in PREFIX() local 3251 if (translate && (is_upper || is_lower) in PREFIX() 3265 boolean is_lower = STREQ (str, "lower"); in PREFIX() 3292 || (is_lower && ISLOWER (ch)) in PREFIX() 3300 if ( translate && (is_upper || is_lower) in PREFIX()
|
| /netbsd-src/external/gpl2/grep/dist/lib/ |
| H A D | regex.c | 3213 boolean is_lower = STREQ (str, "lower"); local 3238 if (translate && (is_upper || is_lower) 3252 boolean is_lower = STREQ (str, "lower"); 3279 || (is_lower && ISLOWER (ch)) 3287 if ( translate && (is_upper || is_lower)
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | regex.c | 3222 boolean is_lower = STREQ (str, "lower"); in PREFIX() local 3247 if (translate && (is_upper || is_lower) in PREFIX() 3261 boolean is_lower = STREQ (str, "lower"); in PREFIX() 3288 || (is_lower && ISLOWER (ch)) in PREFIX() 3296 if ( translate && (is_upper || is_lower) in PREFIX()
|
| /netbsd-src/external/gpl2/grep/dist/src/ |
| H A D | dfa.c | 661 FUNC(is_lower, ISLOWER) in FUNC() 686 { ":lower:]", is_lower },
|