Home
last modified time | relevance | path

Searched refs:iswupper (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/head/
H A Dwchar.h128 extern int iswupper(wint_t);
149 using std::iswupper;
H A Dwctype.h59 using std::iswupper;
/titanic_41/usr/src/head/iso/
H A Dwctype_iso.h94 extern int iswupper(wint_t);
/titanic_41/usr/src/lib/libxcurses/h/
H A Dm_wchar.h353 #undef iswupper
368 #define iswupper(c) isupper(c) macro
/titanic_41/usr/src/lib/libast/common/regex/
H A Dreglib.h236 #ifndef iswupper
237 #define iswupper(x) isupper(x) macro
H A Dregclass.c87 static int Isupper(int c) { return iswupper(c); } in Isupper()
H A Dregcomp.c1062 if (iswupper(c)) in col()
1087 if (iswupper(c)) in col()
1118 if (iswupper(c)) in col()
1141 if (iswupper(c)) in col()
1607 if (iswupper(wc)) in bra()
H A Dregnexec.c605 …)elt) <= ce->min && strcmp((char*)elt, (char*)ce->end) <= ce->max && (iswlower(c) || !iswupper(c))) in collelt()
609 …r*)elt) <= ce->min && strcmp((char*)elt, (char*)ce->end) <= ce->max && (iswupper(c) || !iswlower(c… in collelt()
627 else if (iswupper(c)) in collic()
/titanic_41/usr/src/test/libc-tests/cfg/symbols/
H A Dwctype_h.cfg145 func | iswupper |\
/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy2.c1073 if (iswlower(c) || iswupper(c) || in defout()
1201 } else if (iswlower(c) || iswupper(c) || in gettok()
1205 while (iswlower(c) || iswupper(c) || in gettok()
1209 if (reserve && iswupper(c)) in gettok()
/titanic_41/usr/src/lib/libw/common/
H A Dmapfile-vers86 iswupper { TYPE = FUNCTION };
/titanic_41/usr/src/cmd/tr/
H A Dtr.c234 if (sflag && iswupper(ch)) in main()
/titanic_41/usr/src/cmd/vi/port/
H A Dex_vmain.c668 if (iswupper(wc))
/titanic_41/usr/src/cmd/diff/
H A Ddiff.c124 #define CHRTRAN(x) (iflag ? (iswupper(x) ? towlower(x) : (x)) : (x))
125 #define NCCHRTRAN(x) (iswupper(x) ? towlower(x) : (x))
/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk1.c979 else if (iswupper(c)) in lexescape()
/titanic_41/usr/src/lib/libc/port/locale/
H A Dregcomp.c897 if (iswupper(ch)) in othercase()
/titanic_41/usr/src/man/man3c/
H A DMakefile895 iswupper.3c \
1809 iswupper.3c := LINKSRC = iswalpha.3c
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers1302 iswupper;
H A Dllib-lc1447 int iswupper(wint_t c);
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc895 link path=usr/share/man/man3c/iswupper.3c target=iswalpha.3c
/titanic_41/
H A D.gitignore4999 usr/src/man/man3c/iswupper.3c