Searched refs:unitbuf (Results 1 – 4 of 4) sorted by relevance
127 _VSTD::unitbuf(*cerr_ptr); in DoIOSInit()128 _VSTD::unitbuf(*wcerr_ptr); in DoIOSInit()
90 const ios_base::fmtflags ios_base::unitbuf; member in ios_base
44 static constexpr fmtflags unitbuf;179 ios_base& unitbuf (ios_base& str);249 static const fmtflags unitbuf = 0x2000;932 unitbuf(ios_base& __str)934 __str.setf(ios_base::unitbuf);942 __str.unsetf(ios_base::unitbuf);
270 if (__os_.rdbuf() && __os_.good() && (__os_.flags() & ios_base::unitbuf)