Search | Google it | Results 1 - 1 of 1 for funcall:wcrtomb (0.00 seconds) |
186: for (;;) { 187: clen = wcrtomb(buf, *p++, &mbs); 188: if (clen == 0 || clen == (size_t)-1 || 645: memset(&mbs, 0, sizeof(mbs)); 646: mbseqlen = wcrtomb(buf, 647: (wchar_t)GETARG(wint_t), &mbs);