Searched refs:__buffill (Results 1 – 1 of 1) sorted by relevance
615 const streamsize __buffill = this->pptr() - this->pbase(); in xsputn() local617 __ret = _M_file.xsputn_2(__buf, __buffill, in xsputn()620 if (__ret == __buffill + __n) in xsputn()625 if (__ret > __buffill) in xsputn()626 __ret -= __buffill; in xsputn()