Searched refs:ISUPPER (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/nvi/common/
H A Dmultibyte.h54 #define ISUPPER iswupper macro
88 #define ISUPPER isupper macro
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dstrtol.c142 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10;
H A Dstrtoul.c94 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10;
H A Dregex.c238 # define ISUPPER(c) (ISASCII (c) && isupper (c))
3259 && (ISUPPER (ch) || ISLOWER (ch)))
3304 || (is_upper && ISUPPER (ch))
3308 && (ISUPPER (ch) || ISLOWER (ch)))
7957 preg->translate[i] = ISUPPER (i) ? TOLOWER (i) : i;
237 # define ISUPPER macro
H A Dcplus-dem.c983 if (ISUPPER ((unsigned char)demangled[i]) || demangled[i] == ' ')
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dstrtol.c142 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10;
H A Dstrtoul.c94 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10;
H A Dregex.c238 # define ISUPPER(c) (ISASCII (c) && isupper (c))
3259 && (ISUPPER (ch) || ISLOWER (ch)))
3304 || (is_upper && ISUPPER (ch))
3308 && (ISUPPER (ch) || ISLOWER (ch)))
7957 preg->translate[i] = ISUPPER (i) ? TOLOWER (i) : i;
237 # define ISUPPER macro
/freebsd-11-stable/contrib/libreadline/
H A Dchardefs.h96 #define ISUPPER(c) (IN_CTYPE_DOMAIN (c) && isupper (c)) macro
100 #define _rl_uppercase_p(c) (NON_NEGATIVE(c) && ISUPPER(c))
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dsystem.h179 #define ISUPPER(C) (IN_CTYPE_DOMAIN (C) && isupper (C)) macro
190 #define TOLOWER(C) (ISUPPER(C) ? tolower(C) : (C))
H A Ddfa.c70 #define ISUPPER(C) isupper(C) macro
82 #define ISUPPER(C) (isascii(C) && isupper(C)) macro
312 if (ISUPPER (b))
660 FUNC(is_upper, ISUPPER)
2964 if (ISUPPER ((unsigned char) s[i]))
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dinet_addr.c83 #define ISUPPER(x) isupper((u_char)(x)) macro
/freebsd-11-stable/contrib/gcclibs/include/
H A Dsafe-ctype.h103 #define ISUPPER(c) _sch_test(c, _sch_isupper) macro
/freebsd-11-stable/contrib/gdb/include/
H A Dsafe-ctype.h103 #define ISUPPER(c) _sch_test(c, _sch_isupper) macro
/freebsd-11-stable/contrib/binutils/include/
H A Dsafe-ctype.h103 #define ISUPPER(c) _sch_test(c, _sch_isupper) macro
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_usage.c68 if (ISUPPER(ap->bp[0])) {
H A Dex_subst.c901 if (ISUPPER(*p))
1356 if (ISUPPER(__ch)) \
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_ulcase.c160 } else if (ISUPPER(ch)) {
/freebsd-11-stable/contrib/gcc/
H A Dc-cppbuiltin.c605 if (!( *p == '_' && (p[1] == '_' || ISUPPER (p[1]))))
H A Dgenrecog.c1815 if (ISUPPER (oldpos[old_has_insn]))
1818 if (ISUPPER (newpos[new_has_insn]))
1825 if (ISUPPER (newpos[depth]))
2213 if (ISUPPER (p->position[i]))
/freebsd-11-stable/contrib/binutils/binutils/
H A Drclex.c122 if (key && ISUPPER (key[0]))
/freebsd-11-stable/contrib/binutils/gas/
H A Dmacro.c828 else if (ISUPPER (in->ptr[src]))
H A Dread.c5178 else if (ISUPPER (c))
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h610 #define ISUPPER(x) isupper((u_char)(x)) macro
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devutil.c2279 IMPL_CTYPE_FN(ISUPPER)

Completed in 336 milliseconds

12