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

/freebsd-10-stable/lib/libc/stdio/
H A Dfgetws.c79 n - 1, &fp->_mbstate);
105 if (!l->__mbsinit(&fp->_mbstate)) {
H A Dungetwc.c59 if ((len = l->__wcrtomb(buf, wc, &fp->_mbstate)) == (size_t)-1) {
H A Dfputwc.c56 if ((len = l->__wcrtomb(buf, wc, &fp->_mbstate)) == (size_t)-1) {
H A Dfputws.c69 &fp->_mbstate);
H A Dfseek.c248 memset(&fp->_mbstate, 0, sizeof(mbstate_t));
276 memset(&fp->_mbstate, 0, sizeof(mbstate_t));
299 memset(&fp->_mbstate, 0, sizeof(mbstate_t));
H A Dlocal.h96 return (__fgetwc_mbs(fp, &fp->_mbstate, &nread, locale));
H A Dfindfp.c157 memset(&fp->_mbstate, 0, sizeof(mbstate_t));
H A Dfreopen.c189 memset(&fp->_mbstate, 0, sizeof(mbstate_t));
H A Dxprintf.c588 fake._mbstate = fp->_mbstate;
H A Dvfwprintf.c231 fake._mbstate = fp->_mbstate;
H A Dvfprintf.c192 fake._mbstate = fp->_mbstate;
/freebsd-10-stable/bin/cat/
H A Dcat.c252 memset(&fp->_mbstate, 0, sizeof(mbstate_t));
/freebsd-10-stable/include/
H A Dstdio.h146 __mbstate_t _mbstate; /* multibyte conversion state */ member in struct:__sFILE

Completed in 74 milliseconds