Home
last modified time | relevance | path

Searched refs:iswlower (Results 1 – 20 of 20) sorted by relevance

/titanic_44/usr/src/head/
H A Dwchar.h129 extern int iswlower(wint_t);
150 using std::iswlower;
H A Dwctype.h55 using std::iswlower;
/titanic_44/usr/src/head/iso/
H A Dwctype_iso.h90 extern int iswlower(wint_t);
/titanic_44/usr/src/lib/libc/port/i18n/
H A Dwcstoul.c41 iswlower(x) ? (x) + 10 - L'a' : (x) + 10 - L'A')
H A Dwcstol.c41 iswlower(x) ? (x) + 10 - L'a' : (x) + 10 - L'A')
/titanic_44/usr/src/lib/libxcurses/h/
H A Dm_wchar.h349 #undef iswlower
364 #define iswlower(c) islower(c) macro
/titanic_44/usr/src/lib/libast/common/regex/
H A Dreglib.h224 #ifndef iswlower
225 #define iswlower(x) islower(x) macro
H A Dregclass.c82 static int Islower(int c) { return iswlower(c); } in Islower()
H A Dregcomp.c1067 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()
H A Dregnexec.c605 …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()
/titanic_44/usr/src/test/libc-tests/cfg/symbols/
H A Dwctype_h.cfg105 func | iswlower |\
/titanic_44/usr/src/lib/libw/common/
H A Dmapfile-vers87 iswlower { TYPE = FUNCTION };
/titanic_44/usr/src/cmd/tr/
H A Dtr.c251 if (sflag && iswlower(ch)) in main()
/titanic_44/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()
/titanic_44/usr/src/lib/libc/port/locale/
H A Dregcomp.c899 else if (iswlower(ch)) in othercase()
/titanic_44/usr/src/man/man3c/
H A DMakefile915 iswlower.3c \
1874 iswlower.3c := LINKSRC = iswalpha.3c
/titanic_44/usr/src/lib/libc/port/
H A Dmapfile-vers1385 iswlower;
H A Dllib-lc1448 int iswlower(wint_t c);
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc915 link path=usr/share/man/man3c/iswlower.3c target=iswalpha.3c
/titanic_44/
H A D.gitignore4995 usr/src/man/man3c/iswlower.3c