Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dfstream.tcc660 const streamsize __buffill = this->pptr() - this->pbase(); in xsputn() local
662 __ret = _M_file.xsputn_2(__buf, __buffill, in xsputn()
665 if (__ret == __buffill + __n) in xsputn()
670 if (__ret > __buffill) in xsputn()
671 __ret -= __buffill; in xsputn()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dfstream.tcc743 const streamsize __buffill = this->pptr() - this->pbase(); in xsputn() local
745 __ret = _M_file.xsputn_2(__buf, __buffill, in xsputn()
748 if (__ret == __buffill + __n) in xsputn()
753 if (__ret > __buffill) in xsputn()
754 __ret -= __buffill; in xsputn()