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

/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dwctype.h41 wint_t towupper(wint_t wc);
89 # undef towupper macro
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcwctype.inc31 using std::towupper;
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwctype.inc31 using ::towupper;
/freebsd-current/include/
H A Dwctype.h75 wint_t towupper(wint_t);
113 #define towupper(wc) __toupper(wc) macro
/freebsd-current/lib/libc/locale/
H A Diswctype.c182 #undef towupper macro
184 towupper(wint_t wc) function
H A DMakefile.inc43 setlocale.3 toascii.3 tolower.3 toupper.3 towlower.3 towupper.3 \
/freebsd-current/lib/libc/tests/locale/
H A Dtowctrans_test.c52 { "toupper", towupper },
/freebsd-current/lib/libc/regex/
H A Dregex2.h140 ch == towupper(cs->wides[i]))
164 CHIN1(cs, towupper(ch)));
/freebsd-current/sys/libkern/
H A Diconv_xlat16.c152 ctmp = towupper(((u_char)*src << 8) | (u_char)*(src + 1),
181 ctmp = towupper((u_char)*src, dp->f_ctp);
237 code = towupper((uint16_t)code, dp->t_ctp);
255 l = (u_char)towupper(l, dp->t_ctp);
H A Diconv_ucs.c204 code = towupper(code, dp->ctype);
304 code = towupper(code, dp->ctype);
H A Diconv.c314 towupper(int c, void *handle) function
/freebsd-current/contrib/dialog/
H A Ddlg_keys.h32 #define dlg_toupper(ch) towupper((wint_t)ch)
/freebsd-current/contrib/nvi/common/
H A Dmultibyte.h54 #define TOUPPER towupper
/freebsd-current/contrib/libedit/
H A Demacs.c298 *cp = towupper(*cp);
323 *cp = towupper(*cp);
H A Dvi.c268 *el->el_line.cursor = towupper(c);
/freebsd-current/sys/sys/
H A Diconv.h48 #define KICONV_WCTYPE 16 /* towlower/towupper characters */
171 int towupper(int c, void *handle);
/freebsd-current/lib/libkiconv/
H A Dxlat16_iconv.c205 c = towupper(c);
/freebsd-current/usr.bin/tr/
H A Dtr.c215 ch = towupper(s1.lastch);
/freebsd-current/contrib/tcsh/
H A Dsh.char.h194 # define Toupper(c) (((c) & QUOTE) ? 0 : (wchar_t)towupper(c))
/freebsd-current/contrib/less/
H A Dless.h151 #define TO_UPPER(c) towupper(c)
/freebsd-current/usr.bin/sort/
H A Dbwstring.c101 m[i] = towupper(m[i]);
1032 *s = towupper(*s);
/freebsd-current/usr.bin/ncal/
H A Dncal.c784 mlines->name[0] = towupper(mlines->name[0]);
884 mlines->name[0] = towupper(mlines->name[0]);
/freebsd-current/contrib/diff/lib/
H A Dstrftime.c229 # define TOUPPER(Ch, L) towupper (Ch)
/freebsd-current/contrib/one-true-awk/
H A Drun.c2032 static wint_t towupper(wint_t wc) function
2051 return nawk_convert(s, toupper, towupper);

Completed in 323 milliseconds