Searched refs:cout_buf (Results 1 – 1 of 1) sorted by relevance
198 auto_ptr<streambuf> cout_buf; in _S_initialize() local209 cout_buf.reset(_Stl_create_filebuf("/stdout.txt", ios::out)); in _S_initialize()213 cout_buf.reset(new stdio_ostreambuf(stdout)); in _S_initialize()219 cout_buf.reset(_Stl_create_filebuf(stdout, ios_base::out)); in _S_initialize()225 ostream* ptr_cout = new(&cout) ostream(cout_buf.get()); cout_buf.release(); in _S_initialize()312 auto_ptr<streambuf> cout_buf; in sync_with_stdio() local323 cout_buf.reset(_Stl_create_filebuf("/stdout.txt", ios::out)); in sync_with_stdio()327 cout_buf.reset(new stdio_ostreambuf(stdout)); in sync_with_stdio()333 cout_buf.reset(_Stl_create_filebuf(stdout, ios_base::out)); in sync_with_stdio()338 if (cin_buf.get() != 0 && cout_buf.get() != 0 && cerr_buf.get() != 0 && clog_buf.get() != 0) { in sync_with_stdio()[all …]