gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:mbrtowc (0.02 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/vfprintf.c - 58.5KB - 1,551 lines
492: #ifndef _T2EX_NO_MULTIBYTE
493:                 while ((n = mbrtowc(&wc, fmt, MB_CUR_MAX, &ps)) > 0) {
494: #else
More results from vfprintf.c
bsd_source/lib/libc/src_bsd/stdio/vfscanf.c - 43.3KB - 970 lines
357:                                         bzero(&mbs, sizeof(mbs));
358:                                         nconv = mbrtowc(wcp, buf, n, &mbs);
359:                                         if (nconv == (size_t)-1) {
More results from vfscanf.c