Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dfstream.tcc615 const streamsize __buffill = this->pptr() - this->pbase(); in xsputn() local
617 __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()