Search | Google it | Results 1 - 1 of 1 for funcall:wcsrtombs (0.00 seconds) |
168: p = wcsarg; 169: nbytes = wcsrtombs(NULL, (const wchar_t **)&p, 0, &mbs); 170: if (nbytes == (size_t)-1) { 204: memset(&mbs, 0, sizeof(mbs)); 205: if ((nbytes = wcsrtombs(convbuf, (const wchar_t **)&p, 206: nbytes, &mbs)) == (size_t)-1) {