Home
last modified time | relevance | path

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

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