Lines Matching refs:_strbuf
53 else { if (_tie) _tie->flush(); _IO_flockfile(_strbuf); return 1;} } in opfx()
54 void osfx() { _IO_funlockfile(_strbuf); in osfx()
58 ostream& put(char c) { _strbuf->sputc(c); return *this; } in put()
118 streambuf* ostreambuf() const { return _strbuf; } in ostreambuf()
165 _IO_flockfile(_strbuf);
174 _IO_flockfile(_strbuf); in ipfx0()
183 _IO_flockfile(_strbuf); in ipfx1()
188 void isfx() { _IO_funlockfile(_strbuf); } in isfx()
190 else { int ch = _strbuf->sbumpc(); in get()
203 if (good() && _strbuf->sputbackc(ch) == EOF) clear(ios::badbit); in putback()
206 if (good() && _strbuf->sungetc() == EOF) clear(ios::badbit); in unget()
213 streambuf* istreambuf() const { return _strbuf; } in istreambuf()