Searched defs:mbstate_t (Results 1 - 3 of 3) sorted by relevance

/external/bison/darwin-lib/
H A Dwchar.h438 /* Override mbstate_t if it is too small.
439 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
444 # undef mbstate_t macro
445 # define mbstate_t rpl_mbstate_t macro
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));
535 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
537 (wchar_t *pwc, const char *s, size_t n, mbstate_t *p
[all...]
/external/bison/linux-lib/
H A Dwchar.h438 /* Override mbstate_t if it is too small.
439 On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for
444 # undef mbstate_t macro
445 # define mbstate_t rpl_mbstate_t macro
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));
535 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
537 (wchar_t *pwc, const char *s, size_t n, mbstate_t *p
[all...]
/external/bison/lib/
H A Dconfig.in.h641 /* Define to 1 if <wchar.h> declares mbstate_t. */
2200 #undef mbstate_t macro

Completed in 108 milliseconds