Home
last modified time | relevance | path

Searched refs:mbc (Results 1 – 2 of 2) sorted by relevance

/third_party/ulib/musl/src/stdio/
A Dungetwc.c9 unsigned char mbc[MB_LEN_MAX]; in ungetwc() local
21 if (!f->rpos || c == WEOF || (l = wcrtomb((void*)mbc, c, 0)) < 0 || in ungetwc()
31 memcpy(f->rpos -= l, mbc, l); in ungetwc()
A Dfputwc.c8 char mbc[MB_LEN_MAX]; in __fputwc_unlocked() local
25 l = wctomb(mbc, c); in __fputwc_unlocked()
26 if (l < 0 || __fwritex((void*)mbc, l, f) < l) in __fputwc_unlocked()

Completed in 3 milliseconds