Home | History | Annotate | Download | only in darwin-lib

Lines Matching defs:wctype

2 /* A substitute for ISO C99 <wctype.h>, for platforms that lack it.
22 * ISO C 99 <wctype.h> for platforms that lack it.
23 * <http://www.opengroup.org/susv3xbd/wctype.h.html>
25 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
37 /* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>.
48 /* Include the original <wctype.h> if it exists.
49 BeOS 5 has the functions but no <wctype.h>. */
52 # include_next <wctype.h>
368 /* Solaris 2.6 <wctype.h> includes <widec.h> which includes <euc.h> which
408 /* FreeBSD 4.4 to 4.11 has <wctype.h> but lacks the functions.
409 Linux libc5 has <wctype.h> and the functions but they are broken.
434 /* Linux libc5 has <wctype.h> and the functions but they are broken. */
725 _GL_FUNCDECL_SYS (wctype, wctype_t, (const char *name));
727 _GL_CXXALIAS_SYS (wctype, wctype_t, (const char *name));
728 _GL_CXXALIASWARN (wctype);
730 # undef wctype
732 _GL_WARN_ON_USE (wctype, "wctype is unportable - "
733 "use gnulib module wctype for portability");
739 The argument DESC must have been returned by the wctype() function. */