/external/bison/lib/ |
D | mbrtowc.c | 39 mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps) in mbrtowc() argument 45 pwc = NULL; in mbrtowc() 100 int res = mbtowc (pwc, p, m); in mbrtowc() 104 if (pwc != NULL && ((*pwc == 0) != (res == 0))) in mbrtowc() 329 rpl_mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps) in rpl_mbrtowc() argument 334 pwc = NULL; in rpl_mbrtowc() 364 if (pwc != NULL) in rpl_mbrtowc() 365 *pwc = wc; in rpl_mbrtowc() 381 if (pwc != NULL) in rpl_mbrtowc() 382 *pwc = wc; in rpl_mbrtowc() [all …]
|
D | stdlib.in.h | 301 _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 302 _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 304 _GL_CXXALIAS_SYS (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
|
D | wchar.in.h | 223 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); 225 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); 229 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); 232 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
|
/external/libcxx/include/ |
D | __bsd_locale_defaults.h | 24 #define __libcpp_mbrtowc_l(pwc, s, n, ps, l) mbrtowc_l(pwc, s, n, ps, l) argument 25 #define __libcpp_mbtowc_l(pwc, pmb, max, l) mbtowc_l(pwc, pmb, max, l) argument
|
D | cstdlib | 73 int mbtowc(wchar_t* restrict pwc, const char* restrict s, size_t n);
|
D | cwchar | 95 size_t mbrtowc(wchar_t* restrict pwc, const char* restrict s, size_t n, mbstate_t* restrict ps);
|
/external/openssh/openbsd-compat/ |
D | bsd-misc.c | 291 mbtowc(wchar_t *pwc, const char *s, size_t n) in mbtowc() argument 299 if (pwc != NULL) in mbtowc() 300 *pwc = *s; in mbtowc()
|
/external/libcxx/src/support/win32/ |
D | locale_win32.cpp | 63 size_t mbrtowc_l( wchar_t *__restrict pwc, const char *__restrict s, in mbrtowc_l() argument 67 return mbrtowc( pwc, s, n, ps ); in mbrtowc_l()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 105 const wchar_t* pwc = 0; in main() local 111 static_assert((std::is_same<decltype(wcstombs(pc,pwc,0)), size_t>::value), ""); in main()
|
/external/libcxx/test/std/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 97 const wchar_t* pwc = 0; in main() local 103 static_assert((std::is_same<decltype(std::wcstombs(pc,pwc,0)), std::size_t>::value), ""); in main()
|
/external/bison/linux-lib/ |
D | stdlib.h | 623 _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 624 _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 626 _GL_CXXALIAS_SYS (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
|
D | wchar.h | 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 *ps)); 541 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); 544 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
|
/external/bison/darwin-lib/ |
D | stdlib.h | 623 _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 624 _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 626 _GL_CXXALIAS_SYS (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
|
D | wchar.h | 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 *ps)); 541 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); 544 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 32 size_t mbrtowc_l( wchar_t *__restrict pwc, const char *__restrict s,
|
/external/bison/m4/ |
D | mbrtowc.m4 | 45 [Define if the mbrtowc function has the NULL pwc argument bug.]) 221 dnl Test whether mbrtowc supports a NULL pwc argument correctly. 229 AC_CACHE_CHECK([whether mbrtowc handles a NULL pwc argument],
|
/external/bison/ |
D | configure | 25118 … { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles a NULL pwc argument" >&5 25119 $as_echo_n "checking whether mbrtowc handles a NULL pwc argument... " >&6; }
|