Home
last modified time | relevance | path

Searched refs:mbsinit (Results 1 – 25 of 32) sorted by relevance

12

/external/bison/m4/
Dmbsinit.m41 # 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.
Dmbrtowc.m474 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))
Dmbswidth.m413 AC_CHECK_FUNCS_ONCE([isascii mbsinit])
Dgnulib-comp.m4132 # Code from module mbsinit:
491 AC_LIBOBJ([mbsinit])
494 gl_WCHAR_MODULE_INDICATOR([mbsinit])
1011 lib/mbsinit.c
1225 m4/mbsinit.m4
Dwchar_h.m452 [btowc wctob mbsinit mbrtowc mbrlen mbsrtowcs mbsnrtowcs wcrtomb
/external/bison/lib/
Dmbsinit.c30 mbsinit (const mbstate_t *ps) in mbsinit() function
54 mbsinit (const mbstate_t *ps) in mbsinit() function
Dwchar.in.h194 # 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 - "
Dmbuiter.h147 assert (mbsinit (&iter->state)); in mbuiter_multi_next()
182 if (mbsinit (&iter->state)) in mbuiter_multi_next()
Dmbswidth.c160 while (! mbsinit (&mbstate)); in mbsnwidth()
Dmbrtowc.c349 if (!mbsinit (ps)) in rpl_mbrtowc()
Dgnulib.mk1143 EXTRA_DIST += mbsinit.c
1145 EXTRA_libbison_a_SOURCES += mbsinit.c
Dquotearg.c586 while (! mbsinit (&mbstate)); in quotearg_buffer_restyled()
DMakefile.in143 $(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/
Dwchar.h506 # 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/
Dwchar.h506 # 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/
Dcwchar93 int mbsinit(const mbstate_t* ps);
172 using ::mbsinit;
/external/libcxx/test/std/depr/depr.c.headers/
Dwchar_h.pass.cpp101 static_assert((std::is_same<decltype(mbsinit(&mb)), int>::value), ""); in main()
/external/libcxx/test/std/strings/c.strings/
Dcwchar.pass.cpp100 static_assert((std::is_same<decltype(std::mbsinit(&mb)), int>::value), ""); in main()
/external/bison/build-aux/
DMakefile.in113 $(top_srcdir)/m4/mbsinit.m4 $(top_srcdir)/m4/mbstate_t.m4 \
/external/bison/etc/
DMakefile.in113 $(top_srcdir)/m4/mbsinit.m4 $(top_srcdir)/m4/mbstate_t.m4 \
/external/bison/data/
DMakefile.in113 $(top_srcdir)/m4/mbsinit.m4 $(top_srcdir)/m4/mbstate_t.m4 \
/external/bison/tests/
DMakefile.in112 $(top_srcdir)/m4/mbsinit.m4 $(top_srcdir)/m4/mbstate_t.m4 \
/external/bison/examples/
DMakefile.in113 $(top_srcdir)/m4/mbsinit.m4 $(top_srcdir)/m4/mbstate_t.m4 \
/external/bison/src/
DMakefile.in120 $(top_srcdir)/m4/mbsinit.m4 $(top_srcdir)/m4/mbstate_t.m4 \
/external/bison/
DMakefile.in121 $(top_srcdir)/m4/mbsinit.m4 $(top_srcdir)/m4/mbstate_t.m4 \

12