Searched refs:mbsinit (Results 1 – 25 of 32) sorted by relevance
12
/external/bison/m4/ |
D | mbsinit.m4 | 1 # mbsinit.m4 serial 8 15 AC_CHECK_FUNCS_ONCE([mbsinit]) 18 AC_CHECK_DECLS([mbsinit],,, [[ 29 dnl On Minix 3.1.8, the system's <wchar.h> declares mbsinit() although 38 dnl On mingw, mbsinit() always returns 1, which is inappropriate for 48 # Prerequisites of lib/mbsinit.c.
|
D | mbrtowc.m4 | 74 dnl Test whether mbsinit() and mbrtowc() need to be overridden in a way that 77 dnl When this is set to 1, we replace both mbsinit() and mbrtowc(), in order to 85 AC_CHECK_FUNCS_ONCE([mbsinit]) 149 if (mbsinit (&state)) 272 if (!mbsinit (&state)) 279 if (!mbsinit (&state))
|
D | mbswidth.m4 | 13 AC_CHECK_FUNCS_ONCE([isascii mbsinit])
|
D | gnulib-comp.m4 | 132 # Code from module mbsinit: 491 AC_LIBOBJ([mbsinit]) 494 gl_WCHAR_MODULE_INDICATOR([mbsinit]) 1011 lib/mbsinit.c 1225 m4/mbsinit.m4
|
D | wchar_h.m4 | 52 [btowc wctob mbsinit mbrtowc mbrlen mbsrtowcs mbsnrtowcs wcrtomb
|
/external/bison/lib/ |
D | mbsinit.c | 30 mbsinit (const mbstate_t *ps) in mbsinit() function 54 mbsinit (const mbstate_t *ps) in mbsinit() function
|
D | wchar.in.h | 194 # undef mbsinit 195 # define mbsinit rpl_mbsinit 197 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps)); 198 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps)); 201 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps)); 203 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps)); 205 _GL_CXXALIASWARN (mbsinit); 207 # undef mbsinit 209 _GL_WARN_ON_USE (mbsinit, "mbsinit is unportable - "
|
D | mbuiter.h | 147 assert (mbsinit (&iter->state)); in mbuiter_multi_next() 182 if (mbsinit (&iter->state)) in mbuiter_multi_next()
|
D | mbswidth.c | 160 while (! mbsinit (&mbstate)); in mbsnwidth()
|
D | mbrtowc.c | 349 if (!mbsinit (ps)) in rpl_mbrtowc()
|
D | gnulib.mk | 1143 EXTRA_DIST += mbsinit.c 1145 EXTRA_libbison_a_SOURCES += mbsinit.c
|
D | quotearg.c | 586 while (! mbsinit (&mbstate)); in quotearg_buffer_restyled()
|
D | Makefile.in | 143 $(top_srcdir)/m4/mbsinit.m4 $(top_srcdir)/m4/mbstate_t.m4 \ 1530 malloc.c math.in.h mbchar.h mbrtowc.c mbsinit.c memchr.c \ 1604 malloc.c mbrtowc.c mbsinit.c memchr.c msvc-inval.c \ 1814 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbsinit.Po@am__quote@
|
/external/bison/linux-lib/ |
D | wchar.h | 506 # undef mbsinit 507 # define mbsinit rpl_mbsinit 509 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps)); 510 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps)); 513 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps)); 515 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps)); 517 _GL_CXXALIASWARN (mbsinit); 519 # undef mbsinit 521 _GL_WARN_ON_USE (mbsinit, "mbsinit is unportable - "
|
/external/bison/darwin-lib/ |
D | wchar.h | 506 # undef mbsinit 507 # define mbsinit rpl_mbsinit 509 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps)); 510 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps)); 513 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps)); 515 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps)); 517 _GL_CXXALIASWARN (mbsinit); 519 # undef mbsinit 521 _GL_WARN_ON_USE (mbsinit, "mbsinit is unportable - "
|
/external/libcxx/include/ |
D | cwchar | 93 int mbsinit(const mbstate_t* ps); 172 using ::mbsinit;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 101 static_assert((std::is_same<decltype(mbsinit(&mb)), int>::value), ""); in main()
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwchar.pass.cpp | 100 static_assert((std::is_same<decltype(std::mbsinit(&mb)), int>::value), ""); in main()
|
/external/bison/build-aux/ |
D | Makefile.in | 113 $(top_srcdir)/m4/mbsinit.m4 $(top_srcdir)/m4/mbstate_t.m4 \
|
/external/bison/etc/ |
D | Makefile.in | 113 $(top_srcdir)/m4/mbsinit.m4 $(top_srcdir)/m4/mbstate_t.m4 \
|
/external/bison/data/ |
D | Makefile.in | 113 $(top_srcdir)/m4/mbsinit.m4 $(top_srcdir)/m4/mbstate_t.m4 \
|
/external/bison/tests/ |
D | Makefile.in | 112 $(top_srcdir)/m4/mbsinit.m4 $(top_srcdir)/m4/mbstate_t.m4 \
|
/external/bison/examples/ |
D | Makefile.in | 113 $(top_srcdir)/m4/mbsinit.m4 $(top_srcdir)/m4/mbstate_t.m4 \
|
/external/bison/src/ |
D | Makefile.in | 120 $(top_srcdir)/m4/mbsinit.m4 $(top_srcdir)/m4/mbstate_t.m4 \
|
/external/bison/ |
D | Makefile.in | 121 $(top_srcdir)/m4/mbsinit.m4 $(top_srcdir)/m4/mbstate_t.m4 \
|
12