iswctype          313 maint/gnulib/lib/fnmatch_loop.c                     if (iswctype (BTOWC ((UCHAR) *n), wt))
iswctype           27 maint/gnulib/lib/iswctype.c # undef iswctype
iswctype           29 maint/gnulib/lib/iswctype.c   return ((wchar_t) wc == wc ? iswctype ((wchar_t) wc, desc) : 0);
iswctype          144 maint/gnulib/lib/regex_internal.h # define __iswctype iswctype
iswctype          654 maint/gnulib/lib/wctype.in.h _GL_FUNCDECL_RPL (iswctype, int, (wint_t wc, wctype_t desc));
iswctype          655 maint/gnulib/lib/wctype.in.h _GL_CXXALIAS_RPL (iswctype, int, (wint_t wc, wctype_t desc));
iswctype          658 maint/gnulib/lib/wctype.in.h _GL_FUNCDECL_SYS (iswctype, int, (wint_t wc, wctype_t desc));
iswctype          660 maint/gnulib/lib/wctype.in.h _GL_CXXALIAS_SYS (iswctype, int, (wint_t wc, wctype_t desc));
iswctype          663 maint/gnulib/lib/wctype.in.h _GL_CXXALIASWARN (iswctype);
iswctype          668 maint/gnulib/lib/wctype.in.h _GL_WARN_ON_USE (iswctype, "iswctype is unportable - "
iswctype           51 maint/gnulib/tests/test-wctype-h-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::iswctype, int, (wint_t, wctype_t));