Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_ostream.h418 if (_M_os.rdbuf() && _M_os.rdbuf()->pubsync() == -1) in ~sentry()
H A Dstd_streambuf.h268 pubsync() { return this->sync(); } in pubsync() function
/freebsd-12.1/contrib/libc++/include/
H A Dstreambuf43 int pubsync();
168 int pubsync() { return sync(); }
H A Dostream281 if (__os_.rdbuf()->pubsync() == -1)
948 if (this->rdbuf()->pubsync() == -1)
H A Distream1133 if (this->rdbuf()->pubsync() == -1)
H A Dlocale4252 if (__bufptr_->pubsync())
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dostream.tcc204 if (this->rdbuf() && this->rdbuf()->pubsync() == -1) in flush()
H A Distream.tcc669 if (__sb->pubsync() == -1) in sync()