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

12

/freebsd-10.0-release/contrib/libstdc++/include/c_std/
H A Dstd_cwctype.h74 #undef towupper macro
104 using ::towupper;
/freebsd-10.0-release/contrib/libstdc++/include/c_compatibility/
H A Dwctype.h51 using std::towupper;
/freebsd-10.0-release/contrib/libstdc++/config/locale/darwin/
H A Dctype_members.cc65 { return towupper(__c); }
72 *__lo = towupper(*__lo);
/freebsd-10.0-release/include/
H A Dwctype.h74 wint_t towupper(wint_t);
112 #define towupper(wc) __toupper(wc) macro
/freebsd-10.0-release/lib/libc/locale/
H A Diswctype.c203 #undef towupper macro
205 towupper(wc) function
H A DMakefile.inc45 setlocale.3 toascii.3 tolower.3 toupper.3 towlower.3 towupper.3 \
H A DSymbol.map50 towupper;
/freebsd-10.0-release/tools/regression/lib/libc/locale/
H A Dtest-towctrans.c54 { "toupper", towupper },
/freebsd-10.0-release/contrib/libstdc++/config/locale/generic/
H A Dctype_members.cc101 { return towupper(__c); }
108 *__lo = towupper(*__lo);
/freebsd-10.0-release/sys/libkern/
H A Diconv_xlat16.c154 ctmp = towupper(((u_char)*src << 8) | (u_char)*(src + 1),
183 ctmp = towupper((u_char)*src, dp->f_ctp);
239 code = towupper((uint16_t)code, dp->t_ctp);
257 l = (u_char)towupper(l, dp->t_ctp);
H A Diconv_ucs.c206 code = towupper(code, dp->ctype);
306 code = towupper(code, dp->ctype);
H A Diconv.c314 towupper(int c, void *handle) function
/freebsd-10.0-release/contrib/dialog/
H A Ddlg_keys.h32 #define dlg_toupper(ch) towupper((wint_t)ch)
/freebsd-10.0-release/contrib/libreadline/
H A Drlmbutil.h112 #define _rl_to_wupper(wc) (iswlower (wc) ? towupper (wc) : (wc))
/freebsd-10.0-release/contrib/nvi/common/
H A Dmultibyte.h56 #define TOUPPER towupper
/freebsd-10.0-release/lib/libc/regex/
H A Dregex2.h156 CHIN1(cs, towupper(ch)));
/freebsd-10.0-release/lib/libedit/
H A Dchartype.h90 #define Toupper(x) towupper(x)
/freebsd-10.0-release/sys/sys/
H A Diconv.h48 #define KICONV_WCTYPE 16 /* towlower/towupper characters */
171 int towupper(int c, void *handle);
/freebsd-10.0-release/contrib/less/
H A Dless.h133 #define TO_UPPER(c) towupper(c)
/freebsd-10.0-release/lib/libkiconv/
H A Dxlat16_iconv.c205 c = towupper(c);
/freebsd-10.0-release/usr.bin/tr/
H A Dtr.c219 ch = towupper(s1.lastch);
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.char.h195 # define Toupper(c) (((c) & QUOTE) ? 0 : (wchar_t)towupper(c))
/freebsd-10.0-release/usr.bin/grep/regex/
H A Dtre-fastmatch.c289 towupper(fg->wpattern[i]) : towlower(fg->wpattern[i]); \
319 towupper(fg->wpattern[i]) : towlower(fg->wpattern[i]); \
/freebsd-10.0-release/usr.bin/ncal/
H A Dncal.c783 mlines->name[0] = towupper(mlines->name[0]);
883 mlines->name[0] = towupper(mlines->name[0]);
/freebsd-10.0-release/usr.bin/sort/
H A Dbwstring.c108 m[j] = towupper(m[j]);
1141 *s = towupper(*s);

Completed in 141 milliseconds

12