wcsrtombs
size_t wcsrtombs(char * __restrict, const wchar_t ** __restrict, size_t,
__mbstate_t wcsrtombs;
memset(&l->wcsrtombs, 0, sizeof(l->wcsrtombs));
ps = &(XLOCALE_CTYPE(locale)->wcsrtombs);
nbytes = wcsrtombs(NULL, (const wchar_t **)&p, 0, &mbs);
if ((nbytes = wcsrtombs(convbuf, (const wchar_t **)&p,
nbytes = wcsrtombs(NULL, (const wchar_t **)&p, 0, &mbs);
if ((nbytes = wcsrtombs(convbuf, (const wchar_t **)&p,
ATF_REQUIRE(wcsrtombs(NULL, (const wchar_t **)&src, 0, NULL) == 5);
ATF_REQUIRE(wcsrtombs(dstbuf, (const wchar_t **)&src, sizeof(dstbuf),
ATF_REQUIRE(wcsrtombs(dstbuf, (const wchar_t **)&src, 0, &s) == 0);
ATF_REQUIRE(wcsrtombs(dstbuf, (const wchar_t **)&src, sizeof(dstbuf),
ATF_REQUIRE(wcsrtombs(dstbuf, (const wchar_t **)&src, sizeof(dstbuf),
ATF_REQUIRE(wcsrtombs(dstbuf, (const wchar_t **)&src, 4,
ATF_REQUIRE(wcsrtombs(NULL, (const wchar_t **)&src, sizeof(dstbuf),
ATF_REQUIRE(wcsrtombs(dstbuf, (const wchar_t **)&src, sizeof(dstbuf),