Home
last modified time | relevance | path

Searched refs:wctype (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dconfig.in273 /* Define to 1 if you have the <wctype.h> header file. */
Dconfigure.ac199 AC_CHECK_HEADERS(alloca.h stddef.h string.h strings.h stdlib.h time.h unistd.h wchar.h wctype.h)
DChangeLog-20153519 * configure.ac (AC_CHECK_HEADERS): Add wctype.h.
3522 * peXXigen.c: Include wctype.h if HAVE_WCTYPE_H is defined.
Dconfigure13018 for ac_header in alloca.h stddef.h string.h strings.h stdlib.h time.h unistd.h wchar.h wctype.h
/toolchain/binutils/binutils-2.27/libiberty/
Dregex.c2186 # define IS_CHAR_CLASS(string) wctype (string)
6210 wctype_t wctype; in wcs_re_match_2_internal() local
6214 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()