Searched refs:pubsync (Results 1 – 9 of 9) sorted by relevance
23 test_name := input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/pubsync24 test_src := pubsync.pass.cpp
31 assert(t.pubsync() == 0); in main()
43 int pubsync();144 int pubsync();271 basic_streambuf<_CharT, _Traits>::pubsync()
254 if (__os_.rdbuf()->pubsync() == -1)965 if (this->rdbuf()->pubsync() == -1)
1323 if (this->rdbuf()->pubsync() == -1)
4359 if (__bufptr_->pubsync())
153 int pubsync() { return this->sync(); } in pubsync() function
136 if (this->rdbuf()->pubsync() == -1) in flush()
495 if (__buf->pubsync() == -1) { in sync()