Searched refs:iswupper (Results 1 – 21 of 21) sorted by relevance
128 extern int iswupper(wint_t);149 using std::iswupper;
59 using std::iswupper;
94 extern int iswupper(wint_t);
353 #undef iswupper368 #define iswupper(c) isupper(c) macro
236 #ifndef iswupper237 #define iswupper(x) isupper(x) macro
87 static int Isupper(int c) { return iswupper(c); } in Isupper()
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()
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()
145 func | iswupper |\
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()
86 iswupper { TYPE = FUNCTION };
234 if (sflag && iswupper(ch)) in main()
668 if (iswupper(wc))
124 #define CHRTRAN(x) (iflag ? (iswupper(x) ? towlower(x) : (x)) : (x))125 #define NCCHRTRAN(x) (iswupper(x) ? towlower(x) : (x))
979 else if (iswupper(c)) in lexescape()
897 if (iswupper(ch)) in othercase()
895 iswupper.3c \1809 iswupper.3c := LINKSRC = iswalpha.3c
1302 iswupper;
1447 int iswupper(wint_t c);
895 link path=usr/share/man/man3c/iswupper.3c target=iswalpha.3c
4999 usr/src/man/man3c/iswupper.3c