Home
last modified time | relevance | path

Searched refs:is_upper (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_ctype.h52 #define is_upper(ch) \ macro
65 (is_upper(ch) || is_lower(ch))
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dtoken.h45 int is_upper() const;
54 inline int token_info::is_upper() const in is_upper() function
H A Dref.cpp587 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 Dunicode_utils.py257 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 Dunicode_utils.py257 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 Dgen_ctype_utf8.pl168 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 Dfloats.d50 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 Dtaxonomy.c35 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 Dsyntax.h82 #define is_upper(c) (sh_ctype(c) & ISUPPER) macro
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dm68k-dis.c1313 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 Dm68k-dis.c1423 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 Dconstraint-manager.cc60 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 Dregex.c3227 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 Dregex.c3227 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 Ddfa.c634 FUNC(is_upper, ISUPPER) in FUNC()
659 { ":upper:]", is_upper },
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dregex.c3299 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 Dregex.c3227 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 Dregex.c3227 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 Dregex.c3214 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 Dregex.c3223 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 DHISTORY74 - BUGFIX: The is_upper() predicate only accepted the letter A as an
/netbsd-src/external/gpl2/grep/dist/src/
H A Ddfa.c660 FUNC(is_upper, ISUPPER) in FUNC()
685 { ":upper:]", is_upper },