/titanic_51/usr/src/head/ |
H A D | wchar.h | 128 extern int iswupper(wint_t); 149 using std::iswupper;
|
H A D | wctype.h | 59 using std::iswupper;
|
/titanic_51/usr/src/head/iso/ |
H A D | wctype_iso.h | 94 extern int iswupper(wint_t);
|
/titanic_51/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 353 #undef iswupper 368 #define iswupper(c) isupper(c) macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | reglib.h | 236 #ifndef iswupper 237 #define iswupper(x) isupper(x) macro
|
H A D | regclass.c | 80 static int Isupper(int c) { return iswupper(c); } in Isupper()
|
H A D | regcomp.c | 1071 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 D | regnexec.c | 604 if (strcmp((char*)ce->beg, (char*)elt) <= ce->min && strcmp((char*)elt, (char*)ce->end) <= ce->max && (iswlower(c) || !iswupper(c))) in collelt() 608 if (strcmp((char*)ce->beg, (char*)elt) <= ce->min && strcmp((char*)elt, (char*)ce->end) <= ce->max && (iswupper(c) || !iswlower(c))) in collelt() 626 else if (iswupper(c)) in collic()
|
/titanic_51/usr/src/lib/libast/common/regex/ |
H A D | reglib.h | 236 #ifndef iswupper 237 #define iswupper(x) isupper(x) macro
|
H A D | regclass.c | 87 static int Isupper(int c) { return iswupper(c); } in Isupper()
|
H A D | regcomp.c | 1062 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 D | regnexec.c | 605 …)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_51/usr/src/test/libc-tests/cfg/symbols/ |
H A D | wctype_h.cfg | 145 func | iswupper |\
|
/titanic_51/usr/src/cmd/sgs/yacc/common/ |
H A D | y2.c | 1073 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_51/usr/src/lib/libw/common/ |
H A D | mapfile-vers | 86 iswupper { TYPE = FUNCTION };
|
/titanic_51/usr/src/cmd/tr/ |
H A D | tr.c | 234 if (sflag && iswupper(ch)) in main()
|
/titanic_51/usr/src/cmd/vi/port/ |
H A D | ex_vmain.c | 668 if (iswupper(wc))
|
/titanic_51/usr/src/cmd/diff/ |
H A D | diff.c | 124 #define CHRTRAN(x) (iflag ? (iswupper(x) ? towlower(x) : (x)) : (x)) 125 #define NCCHRTRAN(x) (iswupper(x) ? towlower(x) : (x))
|
/titanic_51/usr/src/cmd/awk_xpg4/ |
H A D | awk1.c | 979 else if (iswupper(c)) in lexescape()
|
/titanic_51/usr/src/lib/libc/port/locale/ |
H A D | regcomp.c | 897 if (iswupper(ch)) in othercase()
|
/titanic_51/usr/src/man/man3c/ |
H A D | Makefile | 939 iswupper.3c \ 1911 iswupper.3c := LINKSRC = iswalpha.3c
|
/titanic_51/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1455 iswupper;
|
H A D | llib-lc | 1451 int iswupper(wint_t c);
|
/titanic_51/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 939 link path=usr/share/man/man3c/iswupper.3c target=iswalpha.3c
|
/titanic_51/ |
H A D | .gitignore | 4999 usr/src/man/man3c/iswupper.3c
|