Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp108 if (pptr() == epptr()) { in ~strstreambuf()
111 size_t old_size = static_cast<size_t>((epptr() ? epptr() : egptr()) - eback()); in ~strstreambuf()
194 char* seekhigh = epptr() ? epptr() : egptr(); in overflow()
216 // min(pbase, newpos), newpos, epptr() in pbackfail()
217 __off = epptr() - newpos; in pbackfail()
218 setp(min(pbase(), newpos), epptr()); in pbackfail()
219 __pbump((epptr() - pbase()) - __off); in pbackfail()
234 char* seekhigh = epptr() in underflow()
[all...]
/freebsd/contrib/kyua/utils/process/
H A Dsystembuf.cpp127 PRE(pptr() >= epptr()); in overflow()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dsyncstream333 if (this->pptr() == this->epptr()) {
376 …_LIBCPP_ASSERT_INTERNAL(this->pbase() && this->pptr() && this->epptr(), "all put area pointers sho…
383 this->setp(this->pbase(), this->epptr());
H A Dstreambuf76 char_type* epptr() const;
250 _LIBCPP_HIDE_FROM_ABI char_type* epptr() const { return __eout_; }
H A Dsstream540 __eout = __rhs.epptr() - __p;
577 __eout = __rhs.epptr() - __p;
624 __reout = __rhs.epptr() - __p;
642 __leout = this->epptr() - __p;
773 if (this->pptr() == this->epptr()) {
842 this->setp(this->pbase(), this->epptr());
H A Dfstream449 this->setp(__intbuf_, __intbuf_ + (__rhs.epptr() - __rhs.pbase()));
451 this->setp((char_type*)__extbuf_, (char_type*)__extbuf_ + (__rhs.epptr() - __rhs.pbase()));
554 ptrdiff_t __e = this->epptr() - this->pbase();
565 ptrdiff_t __e = __rhs.epptr() - __rhs.pbase();
823 char_type* __epb_save = this->epptr();
856 this->__pbump(this->epptr() - this->pbase());
H A Dlocale3535 char_type* __epb_save = this->epptr();
3565 this->__pbump(this->epptr() - this->pbase());
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp13426 if( pbase() == epptr() ) in overflow()
13437 setp( pbase(), epptr() ); in sync()