Searched refs:__buffill (Results 1 – 2 of 2) sorted by relevance
660 const streamsize __buffill = this->pptr() - this->pbase(); in xsputn() local662 __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()
743 const streamsize __buffill = this->pptr() - this->pbase(); in xsputn() local745 __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()