Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dwchar.h128 extern int iswupper(wint_t);
149 using std::iswupper;
H A Dwctype.h59 using std::iswupper;
/illumos-gate/usr/src/head/iso/
H A Dwctype_iso.h94 extern int iswupper(wint_t);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dreglib.h236 #ifndef iswupper
237 #define iswupper(x) isupper(x) macro
H A Dregclass.c80 static int Isupper(int c) { return iswupper(c); } in Isupper()
H A Dregcomp.c1071 if (iswupper(c)) in col()
1096 if (iswupper(c)) in col()
1127 if (iswupper(c)) in col()
1150 if (iswupper(c)) in col()
1613 if (iswupper(wc)) in bra()
H A Dregnexec.c604 …)elt) <= ce->min && strcmp((char*)elt, (char*)ce->end) <= ce->max && (iswlower(c) || !iswupper(c))) in collelt()
608 …r*)elt) <= ce->min && strcmp((char*)elt, (char*)ce->end) <= ce->max && (iswupper(c) || !iswlower(c… in collelt()
626 else if (iswupper(c)) in collic()
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h351 #undef iswupper
366 #define iswupper(c) isupper(c) macro
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c1065 if (iswlower(c) || iswupper(c) || in defout()
1193 } else if (iswlower(c) || iswupper(c) || in gettok()
1197 while (iswlower(c) || iswupper(c) || in gettok()
1201 if (reserve && iswupper(c)) in gettok()
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dwctype_h.cfg145 func | iswupper |\
/illumos-gate/usr/src/lib/libw/common/
H A Dmapfile-vers86 iswupper { TYPE = FUNCTION };
/illumos-gate/usr/src/cmd/tr/
H A Dtr.c235 if (sflag && iswupper(ch)) in main()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vmain.c665 if (iswupper(wc))
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c126 #define CHRTRAN(x) (iflag ? (iswupper(x) ? towlower(x) : (x)) : (x))
127 #define NCCHRTRAN(x) (iswupper(x) ? towlower(x) : (x))
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c974 else if (iswupper(c)) in lexescape()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcomp.c1070 if (iswupper(ch)) in othercase()
/illumos-gate/usr/src/man/man3c/
H A DMakefile985 iswupper.3c \
2013 iswupper.3c := LINKSRC = iswalpha.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1607 iswupper;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc640 link path=usr/share/man/man3c/iswupper.3c target=iswalpha.3c