| /freebsd-14.2/sys/libkern/ |
| H A D | iconv_xlat16.c | 153 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 D | iconv_ucs.c | 205 code = towupper(code, dp->ctype); in iconv_ucs_conv() 305 code = towupper(code, dp->ctype); in iconv_ucs_conv()
|
| H A D | iconv.c | 315 towupper(int c, void *handle) in towupper() function
|
| /freebsd-14.2/lib/libc/locale/ |
| H A D | iswctype.c | 182 #undef towupper 184 towupper(wint_t wc) in towupper() function
|
| H A D | Symbol.map | 46 towupper;
|
| H A D | Makefile.inc | 44 setlocale.3 toascii.3 tolower.3 toupper.3 towlower.3 towupper.3 \
|
| /freebsd-14.2/include/ |
| H A D | wctype.h | 75 wint_t towupper(wint_t); 113 #define towupper(wc) __toupper(wc) macro
|
| /freebsd-14.2/lib/libc/regex/ |
| H A D | regex2.h | 142 ch == towupper(cs->wides[i])) in CHIN1() 166 CHIN1(cs, towupper(ch))); in CHIN()
|
| H A D | regcomp.c | 1354 return(towupper(ch)); 1646 if ((nch = towupper(ch)) < NC)
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | cwctype | 44 wint_t towupper(wint_t wc); 91 using ::towupper _LIBCPP_USING_IF_EXISTS;
|
| H A D | wctype.h | 89 # undef towupper
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cwctype.inc | 31 using ::towupper;
|
| /freebsd-14.2/lib/libc/tests/locale/ |
| H A D | towctrans_test.c | 52 { "toupper", towupper }, in ATF_TC_BODY()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cwctype.inc | 31 using std::towupper;
|
| /freebsd-14.2/contrib/nvi/common/ |
| H A D | multibyte.h | 54 #define TOUPPER towupper
|
| /freebsd-14.2/contrib/dialog/ |
| H A D | dlg_keys.h | 32 #define dlg_toupper(ch) towupper((wint_t)ch)
|
| /freebsd-14.2/contrib/libedit/ |
| H A D | emacs.c | 298 *cp = towupper(*cp); in em_upper_case() 323 *cp = towupper(*cp); in em_capitol_case()
|
| /freebsd-14.2/sys/sys/ |
| H A D | iconv.h | 171 int towupper(int c, void *handle);
|
| /freebsd-14.2/usr.bin/tr/ |
| H A D | tr.c | 226 ch = towupper(s1.lastch); in main()
|
| /freebsd-14.2/lib/libkiconv/ |
| H A D | xlat16_iconv.c | 205 c = towupper(c); in kiconv_xlat16_open()
|
| /freebsd-14.2/usr.bin/sort/ |
| H A D | bwstring.c | 101 m[i] = towupper(m[i]); in populate_wmonth() 1032 *s = towupper(*s); in ignore_case()
|
| /freebsd-14.2/contrib/less/ |
| H A D | less.h | 151 #define TO_UPPER(c) towupper(c)
|
| /freebsd-14.2/usr.bin/ncal/ |
| H A D | ncal.c | 793 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 D | sh.char.h | 194 # define Toupper(c) (((c) & QUOTE) ? 0 : (wchar_t)towupper(c))
|
| /freebsd-14.2/contrib/diff/lib/ |
| H A D | strftime.c | 229 # define TOUPPER(Ch, L) towupper (Ch)
|