Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_ord.h65 (m_ischarset(c)&&('A'<=towupper(c)&&towupper(c)<='Z')?towupper(c)-'@':-1)
H A Dm_wchar.h355 #undef towupper
370 #define towupper(c) toupper(c) macro
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dtowlower.c103 #undef towupper
105 towupper(wint_t wc) in towupper() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dreglib.h197 #if !defined(towupper) && !_lib_towupper
198 #define towupper(x) toupper(x) macro
246 #ifndef towupper
247 #define towupper(x) toupper(x) macro
H A Dregnexec.c625 c = towupper(c); in collic()
886 if (towupper(c) != towupper(d)) in parse()
1542 if (towupper(mbchar(t)) != c) in parse()
1648 if (towupper(mbchar(t)) != c) in parse()
1663 if (s >= e || towupper(mbchar(s)) != c) in parse()
1727 if (towupper(c) != d) in parse()
H A Dregcomp.c1078 c = towupper(c); in col()
1134 c = towupper(c); in col()
1666 wc = towupper(wc); in bra()
2616 c = towupper(c); in seq()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex2.h135 ch == towupper(cs->wides[i])) in CHIN1()
159 CHIN1(nc, cs, towupper(ch))); in CHIN()
H A Dregcomp.c1073 return (towupper(ch)); in othercase()
1358 if ((nch = towupper(ch)) < p->nc) in CHadd()
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_ord.c73 switch (towupper(c)) {
/illumos-gate/usr/src/head/
H A Dwchar.h140 extern wint_t towupper(wint_t);
161 using std::towupper;
H A Dwctype.h62 using std::towupper;
/illumos-gate/usr/src/head/iso/
H A Dwctype_iso.h104 extern wint_t towupper(wint_t);
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dwctype_h.cfg185 func | towupper |\
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dwchar12 lib towlower,towupper stdlib.h stdio.h wchar.h
/illumos-gate/usr/src/lib/libw/common/
H A Dmapfile-vers106 towupper { TYPE = FUNCTION };
/illumos-gate/usr/src/cmd/tr/
H A Dtr.c233 ch = towupper(s1.lastch); in main()
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dwchar77 #define _lib_towupper 1 /* towupper() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dwchar77 #define _lib_towupper 1 /* towupper() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dwchar77 #define _lib_towupper 1 /* towupper() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dwchar77 #define _lib_towupper 1 /* towupper() in default lib(s) */
/illumos-gate/usr/src/cmd/sort/
H A Dfields.c651 month_candidate[j] = towupper(month[j]); in field_convert_month_wide()
769 t = towupper(t); in field_convert_alpha_wide()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c686 cp[-1] = towupper(c); in docasetr()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vmain.c670 (wc = towupper(wc)));
/illumos-gate/usr/src/man/man3c/
H A DMakefile517 towupper.3c \
2495 towupper_l.3c := LINKSRC = towupper.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1690 towupper;

12