/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | m_ord.h | 65 (m_ischarset(c)&&('A'<=towupper(c)&&towupper(c)<='Z')?towupper(c)-'@':-1)
|
H A D | m_wchar.h | 355 #undef towupper 370 #define towupper(c) toupper(c) macro
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | towlower.c | 103 #undef towupper 105 towupper(wint_t wc) in towupper() function
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | reglib.h | 197 #if !defined(towupper) && !_lib_towupper 198 #define towupper(x) toupper(x) macro 246 #ifndef towupper 247 #define towupper(x) toupper(x) macro
|
H A D | regnexec.c | 625 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 D | regcomp.c | 1078 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 D | regex2.h | 135 ch == towupper(cs->wides[i])) in CHIN1() 159 CHIN1(nc, cs, towupper(ch))); in CHIN()
|
H A D | regcomp.c | 1073 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 D | m_ord.c | 73 switch (towupper(c)) {
|
/illumos-gate/usr/src/head/ |
H A D | wchar.h | 140 extern wint_t towupper(wint_t); 161 using std::towupper;
|
H A D | wctype.h | 62 using std::towupper;
|
/illumos-gate/usr/src/head/iso/ |
H A D | wctype_iso.h | 104 extern wint_t towupper(wint_t);
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | wctype_h.cfg | 185 func | towupper |\
|
/illumos-gate/usr/src/lib/libw/common/ |
H A D | mapfile-vers | 106 towupper { TYPE = FUNCTION };
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | wchar | 12 lib towlower,towupper stdlib.h stdio.h wchar.h
|
/illumos-gate/usr/src/cmd/tr/ |
H A D | tr.c | 233 ch = towupper(s1.lastch); in main()
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | wchar | 77 #define _lib_towupper 1 /* towupper() in default lib(s) */
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | wchar | 77 #define _lib_towupper 1 /* towupper() in default lib(s) */
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | wchar | 77 #define _lib_towupper 1 /* towupper() in default lib(s) */
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | wchar | 77 #define _lib_towupper 1 /* towupper() in default lib(s) */
|
/illumos-gate/usr/src/cmd/sort/ |
H A D | fields.c | 651 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 D | awk4.c | 686 cp[-1] = towupper(c); in docasetr()
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_vmain.c | 670 (wc = towupper(wc)));
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 532 towupper.3c \ 2686 towupper_l.3c := LINKSRC = towupper.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1812 towupper;
|