wcsrtombs
size_t wcsrtombs(char * __restrict, const wchar_t ** __restrict, size_t,
PROTO_NORMAL(wcsrtombs);
DEF_STRONG(wcsrtombs);
return (wcsrtombs(s, &pwcsp, n, &mbs));
nbytes = wcsrtombs(NULL, (const wchar_t **)&p, 0, &mbs);
if ((nbytes = wcsrtombs(convbuf, (const wchar_t **)&p,
if ((mlen = wcsrtombs(mbstr, &strp, len, &mbs)) == (size_t)-1) {
if ((arglen = wcsrtombs(NULL, &str, (size_t) 0, &state)) != (size_t) -1) {
if (wcsrtombs(mystr, &str, arglen, &state) != (size_t) -1) {
result = (int) wcsrtombs(NULL, &tempp, (size_t) 0, state);
wcsrtombs(f, &fmt, sizeof(f) - 1, NULL);
wcsrtombs(s, &p, sizeof(s) - 1, NULL);
wcsrtombs(r, &result, sizeof(r) - 1, NULL);