gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:wcsrtombs (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/vfprintf.c - 58.5KB - 1,551 lines
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) {