Home
last modified time | relevance | path

Searched refs:towupper (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-14.2/sys/libkern/
H A Diconv_xlat16.c153 ctmp = towupper(((u_char)*src << 8) | (u_char)*(src + 1), in iconv_xlat16_conv()
182 ctmp = towupper((u_char)*src, dp->f_ctp); in iconv_xlat16_conv()
238 code = towupper((uint16_t)code, dp->t_ctp); in iconv_xlat16_conv()
256 l = (u_char)towupper(l, dp->t_ctp); in iconv_xlat16_conv()
H A Diconv_ucs.c205 code = towupper(code, dp->ctype); in iconv_ucs_conv()
305 code = towupper(code, dp->ctype); in iconv_ucs_conv()
H A Diconv.c315 towupper(int c, void *handle) in towupper() function
/freebsd-14.2/lib/libc/locale/
H A Diswctype.c182 #undef towupper
184 towupper(wint_t wc) in towupper() function
H A DSymbol.map46 towupper;
H A DMakefile.inc44 setlocale.3 toascii.3 tolower.3 toupper.3 towlower.3 towupper.3 \
/freebsd-14.2/include/
H A Dwctype.h75 wint_t towupper(wint_t);
113 #define towupper(wc) __toupper(wc) macro
/freebsd-14.2/lib/libc/regex/
H A Dregex2.h142 ch == towupper(cs->wides[i])) in CHIN1()
166 CHIN1(cs, towupper(ch))); in CHIN()
H A Dregcomp.c1354 return(towupper(ch));
1646 if ((nch = towupper(ch)) < NC)
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dcwctype44 wint_t towupper(wint_t wc);
91 using ::towupper _LIBCPP_USING_IF_EXISTS;
H A Dwctype.h89 # undef towupper
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwctype.inc31 using ::towupper;
/freebsd-14.2/lib/libc/tests/locale/
H A Dtowctrans_test.c52 { "toupper", towupper }, in ATF_TC_BODY()
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dcwctype.inc31 using std::towupper;
/freebsd-14.2/contrib/nvi/common/
H A Dmultibyte.h54 #define TOUPPER towupper
/freebsd-14.2/contrib/dialog/
H A Ddlg_keys.h32 #define dlg_toupper(ch) towupper((wint_t)ch)
/freebsd-14.2/contrib/libedit/
H A Demacs.c298 *cp = towupper(*cp); in em_upper_case()
323 *cp = towupper(*cp); in em_capitol_case()
/freebsd-14.2/sys/sys/
H A Diconv.h171 int towupper(int c, void *handle);
/freebsd-14.2/usr.bin/tr/
H A Dtr.c226 ch = towupper(s1.lastch); in main()
/freebsd-14.2/lib/libkiconv/
H A Dxlat16_iconv.c205 c = towupper(c); in kiconv_xlat16_open()
/freebsd-14.2/usr.bin/sort/
H A Dbwstring.c101 m[i] = towupper(m[i]); in populate_wmonth()
1032 *s = towupper(*s); in ignore_case()
/freebsd-14.2/contrib/less/
H A Dless.h151 #define TO_UPPER(c) towupper(c)
/freebsd-14.2/usr.bin/ncal/
H A Dncal.c793 mlines->name[0] = towupper(mlines->name[0]); in mkmonthr()
893 mlines->name[0] = towupper(mlines->name[0]); in mkmonthb()
/freebsd-14.2/contrib/tcsh/
H A Dsh.char.h194 # define Toupper(c) (((c) & QUOTE) ? 0 : (wchar_t)towupper(c))
/freebsd-14.2/contrib/diff/lib/
H A Dstrftime.c229 # define TOUPPER(Ch, L) towupper (Ch)

12