Searched refs:iswlower (Results 1 – 20 of 20) sorted by relevance
129 extern int iswlower(wint_t);150 using std::iswlower;
55 using std::iswlower;
90 extern int iswlower(wint_t);
41 iswlower(x) ? (x) + 10 - L'a' : (x) + 10 - L'A')
349 #undef iswlower364 #define iswlower(c) islower(c) macro
224 #ifndef iswlower225 #define iswlower(x) islower(x) macro
82 static int Islower(int c) { return iswlower(c); } in Islower()
1067 else if (iswlower(c)) in col()1089 else if (iswlower(c)) in col()1123 else if (iswlower(c)) in col()1143 else if (iswlower(c)) in col()1613 else if (iswlower(wc)) in bra()
605 …r*)elt) <= ce->min && strcmp((char*)elt, (char*)ce->end) <= ce->max && (iswlower(c) || !iswupper(c… in collelt()609 …)elt) <= ce->min && strcmp((char*)elt, (char*)ce->end) <= ce->max && (iswupper(c) || !iswlower(c))) in collelt()625 if (iswlower(c)) in collic()
105 func | iswlower |\
87 iswlower { TYPE = FUNCTION };
251 if (sflag && iswlower(ch)) in main()
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()
899 else if (iswlower(ch)) in othercase()
915 iswlower.3c \1874 iswlower.3c := LINKSRC = iswalpha.3c
1385 iswlower;
1448 int iswlower(wint_t c);
915 link path=usr/share/man/man3c/iswlower.3c target=iswalpha.3c
4995 usr/src/man/man3c/iswlower.3c