Home
last modified time | relevance | path

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

12

/src/sys/libkern/
H A Diconv_xlat16.c152 ctmp = towupper(((u_char)*src << 8) | (u_char)*(src + 1), in iconv_xlat16_conv()
181 ctmp = towupper((u_char)*src, dp->f_ctp); in iconv_xlat16_conv()
237 code = towupper((uint16_t)code, dp->t_ctp); in iconv_xlat16_conv()
255 l = (u_char)towupper(l, dp->t_ctp); in iconv_xlat16_conv()
H A Diconv_ucs.c204 code = towupper(code, dp->ctype); in iconv_ucs_conv()
304 code = towupper(code, dp->ctype); in iconv_ucs_conv()
H A Diconv.c314 towupper(int c, void *handle) in towupper() function
/src/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.inc42 setlocale.3 toascii.3 tolower.3 toupper.3 towlower.3 towupper.3 \
/src/include/
H A Dwctype.h75 wint_t towupper(wint_t);
113 #define towupper(wc) __toupper(wc) macro
/src/lib/libc/regex/
H A Dregex2.h140 ch == towupper(cs->wides[i])) in CHIN1()
164 CHIN1(cs, towupper(ch))); in CHIN()
H A Dregcomp.c1368 return(towupper(ch));
1660 if ((nch = towupper(ch)) < NC)
/src/contrib/llvm-project/libcxx/include/
H A Dcwctype44 wint_t towupper(wint_t wc);
90 using ::towupper _LIBCPP_USING_IF_EXISTS;
H A Dwctype.h89 # undef towupper
/src/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwctype.inc31 using ::towupper _LIBCPP_USING_IF_EXISTS;
/src/lib/libc/tests/locale/
H A Dtowctrans_test.c52 { "toupper", towupper }, in ATF_TC_BODY()
/src/contrib/llvm-project/libcxx/modules/std/
H A Dcwctype.inc31 using std::towupper _LIBCPP_USING_IF_EXISTS;
/src/usr.bin/tr/
H A Dtr.c215 ch = towupper(s1.lastch); in main()
249 ch = towupper(s1.lastch); in main()
/src/contrib/nvi/common/
H A Dmultibyte.h54 #define TOUPPER towupper
/src/contrib/dialog/
H A Ddlg_keys.h32 #define dlg_toupper(ch) towupper((wint_t)ch)
/src/contrib/libedit/
H A Demacs.c298 *cp = towupper(*cp); in em_upper_case()
323 *cp = towupper(*cp); in em_capitol_case()
H A Dvi.c268 *el->el_line.cursor = towupper(c); in vi_change_case()
/src/sys/sys/
H A Diconv.h171 int towupper(int c, void *handle);
/src/lib/libkiconv/
H A Dxlat16_iconv.c205 c = towupper(c); in kiconv_xlat16_open()
/src/usr.bin/sort/
H A Dbwstring.c101 m[i] = towupper(m[i]); in populate_wmonth()
1032 *s = towupper(*s); in ignore_case()
/src/usr.bin/ncal/
H A Dncal.c793 mlines->name[0] = towupper(mlines->name[0]); in mkmonthr()
892 mlines->name[0] = towupper(mlines->name[0]); in mkmonthb()
/src/contrib/less/
H A Dless.h139 #define TO_UPPER(c) towupper((wint_t) (c))
/src/contrib/tcsh/
H A Dsh.char.h194 # define Toupper(c) (((c) & QUOTE) ? 0 : (wchar_t)towupper(c))

12