| /netbsd-src/external/bsd/openpam/dist/lib/libpam/ |
| H A D | openpam_ctype.h | 52 #define is_upper(ch) \ macro 65 (is_upper(ch) || is_lower(ch))
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
| H A D | token.h | 45 int is_upper() const; 54 inline int token_info::is_upper() const in is_upper() function
|
| H A D | ref.cpp | 587 if (ti->is_upper()) in abbreviate_name() 594 if (ti->is_upper()) { in abbreviate_name() 610 if (ti->is_upper()) { in abbreviate_name() 617 else if (ti->is_upper()) { in abbreviate_name() 758 if ((is_lower || ti->is_upper()) && get_token(&ptr, end)) { in capitalize()
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/ |
| H A D | unicode_utils.py | 257 def is_upper(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 | 257 def is_upper(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 | 168 my $is_upper = $general_category eq 'Lu'; 190 push @{ $info->{UPPER} }, $code if $is_upper; 233 if ($is_upper) {
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/format/internal/ |
| H A D | floats.d | 50 bool is_upper = f.spec == 'A' || f.spec == 'E' || f.spec=='F' || f.spec=='G'; variable 58 …writeAligned(w, sgn, "", (mnt == 0) ? ( is_upper ? "INF" : "inf" ) : ( is_upper ? "NAN" : "nan" ),… 65 printFloatA(w, val, f, sgn, exp, mnt, is_upper); 68 printFloatE!false(w, val, f, sgn, exp, mnt, is_upper); 71 printFloatF!false(w, val, f, sgn, exp, mnt, is_upper); 74 printFloatG(w, val, f, sgn, exp, mnt, is_upper); 80 FormatSpec!Char f, string sgn, int exp, ulong mnt, bool is_upper) 90 prefix[2] = is_upper ? 'X' : 'x'; 97 writeAligned(w, prefix[1 - sgn.length .. $], "0", ".", is_upper ? "P+0" : "p+0", 120 auto gap = 39 - 32 * is_upper; [all …]
|
| /netbsd-src/external/bsd/wpa/dist/src/ap/ |
| H A D | taxonomy.c | 35 int is_upper = 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 | 82 #define is_upper(c) (sh_ctype(c) & ISUPPER) macro
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | m68k-dis.c | 1313 short is_upper = 0; in print_insn_arg() local 1319 is_upper = 1; in print_insn_arg() 1324 is_upper ? "u" : "l"); in print_insn_arg()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | m68k-dis.c | 1423 short is_upper = 0; in print_insn_arg() local 1429 is_upper = 1; in print_insn_arg() 1434 is_upper ? "u" : "l"); in print_insn_arg()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | constraint-manager.cc | 60 void ensure_closed (bool is_upper); 91 bound::ensure_closed (bool is_upper) in ensure_closed() argument 99 m_constant = fold_build2 (is_upper ? MINUS_EXPR : PLUS_EXPR, in ensure_closed()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | regex.c | 3227 boolean is_upper = STREQ (str, "upper"); in PREFIX() local 3251 if (translate && (is_upper || is_lower) in PREFIX() 3269 boolean is_upper = STREQ (str, "upper"); in PREFIX() 3297 || (is_upper && ISUPPER (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 | 3227 boolean is_upper = STREQ (str, "upper"); in PREFIX() local 3246 if (translate && (is_upper || is_lower) in PREFIX() 3264 boolean is_upper = STREQ (str, "upper"); in PREFIX() 3292 || (is_upper && ISUPPER (ch)) in PREFIX() 3295 if ( translate && (is_upper || is_lower) in PREFIX()
|
| H A D | dfa.c | 634 FUNC(is_upper, ISUPPER) in FUNC() 659 { ":upper:]", is_upper },
|
| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | regex.c | 3299 boolean is_upper = STREQ (str, "upper"); variable 3318 if (translate && (is_upper || is_lower) 3336 boolean is_upper = STREQ (str, "upper"); 3364 || (is_upper && ISUPPER (ch)) 3367 if ( translate && (is_upper || is_lower)
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | regex.c | 3227 boolean is_upper = STREQ (str, "upper"); in PREFIX() local 3251 if (translate && (is_upper || is_lower) in PREFIX() 3269 boolean is_upper = STREQ (str, "upper"); in PREFIX() 3297 || (is_upper && ISUPPER (ch)) in PREFIX() 3300 if ( translate && (is_upper || is_lower) in PREFIX()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | regex.c | 3227 boolean is_upper = STREQ (str, "upper"); in PREFIX() local 3251 if (translate && (is_upper || is_lower) in PREFIX() 3269 boolean is_upper = STREQ (str, "upper"); in PREFIX() 3297 || (is_upper && ISUPPER (ch)) in PREFIX() 3300 if ( translate && (is_upper || is_lower) in PREFIX()
|
| /netbsd-src/external/gpl2/grep/dist/lib/ |
| H A D | regex.c | 3214 boolean is_upper = STREQ (str, "upper"); local 3238 if (translate && (is_upper || is_lower) 3256 boolean is_upper = STREQ (str, "upper"); 3284 || (is_upper && ISUPPER (ch)) 3287 if ( translate && (is_upper || is_lower)
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | regex.c | 3223 boolean is_upper = STREQ (str, "upper"); in PREFIX() local 3247 if (translate && (is_upper || is_lower) in PREFIX() 3265 boolean is_upper = STREQ (str, "upper"); in PREFIX() 3293 || (is_upper && ISUPPER (ch)) in PREFIX() 3296 if ( translate && (is_upper || is_lower) in PREFIX()
|
| /netbsd-src/external/bsd/openpam/dist/ |
| H A D | HISTORY | 74 - BUGFIX: The is_upper() predicate only accepted the letter A as an
|
| /netbsd-src/external/gpl2/grep/dist/src/ |
| H A D | dfa.c | 660 FUNC(is_upper, ISUPPER) in FUNC() 685 { ":upper:]", is_upper },
|