Searched refs:mbc (Results 1 – 2 of 2) sorted by relevance
9 unsigned char mbc[MB_LEN_MAX]; in ungetwc() local21 if (!f->rpos || c == WEOF || (l = wcrtomb((void*)mbc, c, 0)) < 0 || in ungetwc()31 memcpy(f->rpos -= l, mbc, l); in ungetwc()
8 char mbc[MB_LEN_MAX]; in __fputwc_unlocked() local25 l = wctomb(mbc, c); in __fputwc_unlocked()26 if (l < 0 || __fwritex((void*)mbc, l, f) < l) in __fputwc_unlocked()
Completed in 3 milliseconds