Searched refs:wctype (Results 1 – 20 of 20) sorted by relevance
/external/bison/m4/ |
D | wctype_h.m4 | 3 dnl A placeholder for ISO C99 <wctype.h>, for platforms that lack it. 33 gl_CHECK_NEXT_HEADERS([wctype.h]) 50 #include <wctype.h> 76 dnl Redefine all of iswcntrl, ..., iswxdigit in <wctype.h>. 97 # include <wctype.h> 101 dnl On Minix 3.1.8, the system's <wctype.h> declares towlower() and 113 dnl Redefine towlower, towupper in <wctype.h>. 117 dnl We assume that the wctype() and iswctype() functions exist if and only 118 dnl if the type wctype_t is defined in <wchar.h> or in <wctype.h> if that 120 dnl HP-UX 11.00 declares all these in <wchar.h> and lacks <wctype.h>. [all …]
|
D | iswblank.m4 | 11 dnl Persuade glibc <wctype.h> to declare iswblank(). 23 #include <wctype.h> 32 dnl Redefine all of iswcntrl, ..., towupper in <wctype.h>.
|
D | gnulib-comp.m4 | 232 # Code from module wctype-h: 1132 lib/wctype-h.c 1133 lib/wctype.in.h
|
D | stdint.m4 | 468 dnl In this case gnulib's <wchar.h> and <wctype.h> override wint_t.
|
/external/libcxx/include/ |
D | cwctype | 43 wctype_t wctype(const char* property); 55 #include <wctype.h> 171 #ifdef wctype 172 inline _LIBCPP_INLINE_VISIBILITY wctype_t __libcpp_wctype(const char* __p) {return wctype(__p);} 173 #undef wctype 174 inline _LIBCPP_INLINE_VISIBILITY wctype_t wctype(const char* __p) {return __libcpp_wctype(__p);} 175 #else // wctype 176 using ::wctype;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wctype_h.pass.cpp | 71 #ifdef wctype 72 #error wctype defined 109 static_assert((std::is_same<decltype(wctype("")), wctype_t>::value), ""); in main()
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwctype.pass.cpp | 71 #ifdef wctype 72 #error wctype defined 109 static_assert((std::is_same<decltype(std::wctype("")), std::wctype_t>::value), ""); in main()
|
/external/bison/lib/ |
D | wctype.in.h | 423 _GL_FUNCDECL_SYS (wctype, wctype_t, (const char *name)); 425 _GL_CXXALIAS_SYS (wctype, wctype_t, (const char *name)); 426 _GL_CXXALIASWARN (wctype); 428 # undef wctype 430 _GL_WARN_ON_USE (wctype, "wctype is unportable - "
|
D | gnulib.mk | 2825 BUILT_SOURCES += wctype.h 2826 libbison_a_SOURCES += wctype-h.c 2830 wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) 2854 < $(srcdir)/wctype.in.h; \ 2857 MOSTLYCLEANFILES += wctype.h wctype.h-t 2859 EXTRA_DIST += wctype.in.h
|
D | Makefile.in | 247 wait-process.h wait-process.c wctype-h.c xmalloc.c \ 278 wait-process.$(OBJEXT) wctype-h.$(OBJEXT) xmalloc.$(OBJEXT) \ 1504 wctype.h 1561 vsnprintf.c vsprintf.c waitpid.c wchar.in.h wctype.in.h \ 1574 wchar.h-t wctype.h wctype.h-t 1592 wait-process.h wait-process.c wctype-h.c xmalloc.c \ 1884 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wctype-h.Po@am__quote@ 3558 wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) 3582 < $(srcdir)/wctype.in.h; \
|
/external/libcxx/include/support/solaris/ |
D | wchar.h | 27 #define wctype sun_wctype macro 47 #undef wctype
|
/external/bison/darwin-lib/ |
D | wctype.h | 52 # include_next <wctype.h> 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 - "
|
/external/bison/linux-lib/ |
D | wctype.h | 52 # include_next <wctype.h> 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 - "
|
/external/bison/ |
D | Android.mk | 96 lib/wctype-h.c \
|
D | configure | 3663 as_fn_append ac_header_list " wctype.h" 15683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <wctype.h>" >&5 15684 $as_echo_n "checking absolute name of <wctype.h>... " >&6; } 33832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <wctype.h>" >&5 33833 $as_echo_n "checking absolute name of <wctype.h>... " >&6; }
|
D | ChangeLog-2012 | 5097 * lib/.cvsignore: Add wchar.h, wctype.h. Remove exit.h.
|
/external/ltrace/testsuite/ltrace.minor/ |
D | wchar.exp | 136 i = iswctype(L'Ш', wctype("alpha"));
|
/external/ltrace/etc/ |
D | libc.so.conf | 474 uint wctype(string);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3291 fun:wctype=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1198 PUBLIC de2f0 0 wctype
|