Lines Matching refs:pbase
349 if (__rhs.pbase())
351 if (__rhs.pbase() == __rhs.__intbuf_)
352 this->setp(__intbuf_, __intbuf_ + (__rhs. epptr() - __rhs.pbase()));
355 (char_type*)__extbuf_ + (__rhs. epptr() - __rhs.pbase()));
356 this->__pbump(__rhs. pptr() - __rhs.pbase());
480 else if (this->pbase() == (char_type*)__rhs.__extbuf_min_)
482 ptrdiff_t __n = this->pptr() - this->pbase();
483 ptrdiff_t __e = this->epptr() - this->pbase();
496 else if (__rhs.pbase() == (char_type*)__extbuf_min_)
498 ptrdiff_t __n = __rhs.pptr() - __rhs.pbase();
499 ptrdiff_t __e = __rhs.epptr() - __rhs.pbase();
824 char_type* __pb_save = this->pbase();
833 if (this->pptr() != this->pbase())
837 size_t __nmemb = static_cast<size_t>(this->pptr() - this->pbase());
838 if (fwrite(this->pbase(), sizeof(char_type), __nmemb, __file_) != __nmemb)
851 __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e,
853 if (__e == this->pbase())
857 size_t __nmemb = static_cast<size_t>(this->pptr() - this->pbase());
858 if (fwrite(this->pbase(), 1, __nmemb, __file_) != __nmemb)
869 this->__pbump(this->epptr() - this->pbase());
1002 if (this->pptr() != this->pbase())