Searched refs:iswupper (Results 1 - 21 of 21) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwctype.h70 #undef iswupper macro
100 using ::iswupper;
/freebsd-10-stable/contrib/libstdc++/include/c_compatibility/
H A Dwctype.h38 using std::iswupper;
/freebsd-10-stable/include/
H A Dwctype.h70 int iswupper(wint_t);
109 #define iswupper(wc) __istype((wc), _CTYPE_U) macro
/freebsd-10-stable/lib/libc/locale/
H A Diswctype.c179 #undef iswupper macro
181 iswupper(wc) function
H A DSymbol.map47 iswupper;
H A DMakefile.inc67 iswalnum.3 iswupper.3 iswalnum.3 iswxdigit.3
/freebsd-10-stable/lib/libc/tests/locale/
H A Diswctype_test.c76 { "upper", iswupper },
/freebsd-10-stable/contrib/dialog/
H A Ddlg_keys.h33 #define dlg_isupper(ch) iswupper((wint_t)ch)
/freebsd-10-stable/contrib/libreadline/
H A Drlmbutil.h113 #define _rl_to_wlower(wc) (iswupper (wc) ? towlower (wc) : (wc))
H A Dvi_mode.c751 if (iswupper (wc))
H A Dconfigure8066 for ac_func in iswlower iswupper towlower towupper iswctype
/freebsd-10-stable/contrib/nvi/common/
H A Dmultibyte.h54 #define ISUPPER iswupper
/freebsd-10-stable/lib/libedit/
H A Dchartype.h81 #define Isupper(x) iswupper(x)
/freebsd-10-stable/contrib/tcsh/
H A Dglob.c152 if (iswlower(c1) && iswupper(c2))
154 if (iswupper(c1) && iswlower(c2))
H A Dsh.char.h193 # define Isupper(c) (((c) & QUOTE) ? 0 : iswupper(c))
/freebsd-10-stable/lib/libkiconv/
H A Dxlat16_iconv.c199 if (iswupper(c)) {
/freebsd-10-stable/usr.bin/tr/
H A Dtr.c221 if (sflag && iswupper(ch))
/freebsd-10-stable/contrib/less/
H A Dless.h138 #define IS_UPPER(c) iswupper(c)
/freebsd-10-stable/usr.bin/fmt/
H A Dfmt.c497 if (!iswupper(*line++)) return 0;
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dgrep.c1814 if (iswupper((wint_t)wc))
/freebsd-10-stable/lib/libc/regex/
H A Dregcomp.c945 if (iswupper(ch))

Completed in 770 milliseconds