Searched refs:wctype (Results 1 – 5 of 5) sorted by relevance
273 /* Define to 1 if you have the <wctype.h> header file. */
199 AC_CHECK_HEADERS(alloca.h stddef.h string.h strings.h stdlib.h time.h unistd.h wchar.h wctype.h)
3519 * configure.ac (AC_CHECK_HEADERS): Add wctype.h.3522 * peXXigen.c: Include wctype.h if HAVE_WCTYPE_H is defined.
13018 for ac_header in alloca.h stddef.h string.h strings.h stdlib.h time.h unistd.h wchar.h wctype.h
2186 # define IS_CHAR_CLASS(string) wctype (string)6210 wctype_t wctype; in wcs_re_match_2_internal() local6214 wctype = *((wctype_t*)alignedp); in wcs_re_match_2_internal()6217 if (__iswctype((wint_t)c, wctype)) in wcs_re_match_2_internal()6220 if (iswctype((wint_t)c, wctype)) in wcs_re_match_2_internal()