Home
last modified time | relevance | path

Searched defs:is_upper (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dtoken.h54 inline int token_info::is_upper() const in is_upper() function
/netbsd-src/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_ctype.h52 #define is_upper(ch) \ macro
/netbsd-src/bin/sh/
H A Dsyntax.h82 #define is_upper(c) (sh_ctype(c) & ISUPPER) macro
/netbsd-src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py257 def is_upper(code_point): function
/netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py257 def is_upper(code_point): function
/netbsd-src/external/bsd/wpa/dist/src/ap/
H A Dtaxonomy.c35 int is_upper = s >= 'A' && s <= 'Z'; in no_mischief_strncpy() local
/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
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dm68k-dis.c1313 short is_upper = 0; in print_insn_arg() local
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dm68k-dis.c1423 short is_upper = 0; in print_insn_arg() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dconstraint-manager.cc91 bound::ensure_closed (bool is_upper) in ensure_closed()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c3227 boolean is_upper = STREQ (str, "upper"); in PREFIX() local
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.c3227 boolean is_upper = STREQ (str, "upper"); in PREFIX() local
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dregex.c3227 boolean is_upper = STREQ (str, "upper"); in PREFIX() local
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dregex.c3227 boolean is_upper = STREQ (str, "upper"); in PREFIX() local
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c3223 boolean is_upper = STREQ (str, "upper"); in PREFIX() local
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dregex.c3299 boolean is_upper = STREQ (str, "upper"); variable
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dregex.c3214 boolean is_upper = STREQ (str, "upper"); local