Symbol: wcsrtombs
include/wchar.h
163
size_t wcsrtombs(char * __restrict, const wchar_t ** __restrict, size_t,
lib/libc/locale/mblocal.h
86
__mbstate_t wcsrtombs;
lib/libc/locale/setrunelocale.c
171
memset(&l->wcsrtombs, 0, sizeof(l->wcsrtombs));
lib/libc/locale/wcsrtombs.c
46
ps = &(XLOCALE_CTYPE(locale)->wcsrtombs);
lib/libc/stdio/vfprintf.c
225
nbytes = wcsrtombs(NULL, (const wchar_t **)&p, 0, &mbs);
lib/libc/stdio/vfprintf.c
255
if ((nbytes = wcsrtombs(convbuf, (const wchar_t **)&p,
lib/libc/stdio/xprintf_str.c
66
nbytes = wcsrtombs(NULL, (const wchar_t **)&p, 0, &mbs);
lib/libc/stdio/xprintf_str.c
96
if ((nbytes = wcsrtombs(convbuf, (const wchar_t **)&p,
lib/libc/tests/locale/wcsrtombs_test.c
102
ATF_REQUIRE(wcsrtombs(NULL, (const wchar_t **)&src, 0, NULL) == 5);
lib/libc/tests/locale/wcsrtombs_test.c
110
ATF_REQUIRE(wcsrtombs(dstbuf, (const wchar_t **)&src, sizeof(dstbuf),
lib/libc/tests/locale/wcsrtombs_test.c
120
ATF_REQUIRE(wcsrtombs(dstbuf, (const wchar_t **)&src, 0, &s) == 0);
lib/libc/tests/locale/wcsrtombs_test.c
140
ATF_REQUIRE(wcsrtombs(dstbuf, (const wchar_t **)&src, sizeof(dstbuf),
lib/libc/tests/locale/wcsrtombs_test.c
61
ATF_REQUIRE(wcsrtombs(dstbuf, (const wchar_t **)&src, sizeof(dstbuf),
lib/libc/tests/locale/wcsrtombs_test.c
73
ATF_REQUIRE(wcsrtombs(dstbuf, (const wchar_t **)&src, 4,
lib/libc/tests/locale/wcsrtombs_test.c
84
ATF_REQUIRE(wcsrtombs(NULL, (const wchar_t **)&src, sizeof(dstbuf),
lib/libc/tests/locale/wcsrtombs_test.c
92
ATF_REQUIRE(wcsrtombs(dstbuf, (const wchar_t **)&src, sizeof(dstbuf),