Home
last modified time | relevance | path

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

/trueos/contrib/libc++/include/
Dstreambuf43 int pubsync();
144 int pubsync();
271 basic_streambuf<_CharT, _Traits>::pubsync()
Dostream266 if (__os_.rdbuf()->pubsync() == -1)
977 if (this->rdbuf()->pubsync() == -1)
Distream1339 if (this->rdbuf()->pubsync() == -1)
Dlocale4367 if (__bufptr_->pubsync())
/trueos/contrib/libstdc++/include/std/
Dstd_ostream.h418 if (_M_os.rdbuf() && _M_os.rdbuf()->pubsync() == -1) in ~sentry()
Dstd_streambuf.h268 pubsync() { return this->sync(); } in pubsync() function
/trueos/contrib/libstdc++/include/bits/
Dostream.tcc204 if (this->rdbuf() && this->rdbuf()->pubsync() == -1) in flush()
Distream.tcc669 if (__sb->pubsync() == -1) in sync()