Searched refs:_mbstate (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/lib/libc/stdio/
H A Dfgetws.c81 n - 1, &fp->_mbstate);
107 if (!l->__mbsinit(&fp->_mbstate)) {
H A Dfputwc.c58 if ((len = l->__wcrtomb(buf, wc, &fp->_mbstate)) == (size_t)-1) {
H A Dfputws.c71 &fp->_mbstate);
H A Dungetwc.c61 if ((len = l->__wcrtomb(buf, wc, &fp->_mbstate)) == (size_t)-1) {
H A Dfseek.c250 memset(&fp->_mbstate, 0, sizeof(mbstate_t));
278 memset(&fp->_mbstate, 0, sizeof(mbstate_t));
301 memset(&fp->_mbstate, 0, sizeof(mbstate_t));
H A Dlocal.h98 return (__fgetwc_mbs(fp, &fp->_mbstate, &nread, locale));
H A Dfindfp.c162 memset(&fp->_mbstate, 0, sizeof(mbstate_t));
H A Dfreopen.c191 memset(&fp->_mbstate, 0, sizeof(mbstate_t));
H A Dxprintf.c590 fake._mbstate = fp->_mbstate;
H A Dvfprintf.c194 fake._mbstate = fp->_mbstate;
H A Dvfwprintf.c233 fake._mbstate = fp->_mbstate;
/freebsd-12-stable/bin/cat/
H A Dcat.c261 memset(&fp->_mbstate, 0, sizeof(mbstate_t));
/freebsd-12-stable/include/
H A Dstdio.h160 __mbstate_t _mbstate; /* multibyte conversion state */ member in struct:__sFILE

Completed in 259 milliseconds