Searched refs:buf_cout (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/libstdcxx-104.1/src/
H A Dios_init.cc51 extern stdio_filebuf<char> buf_cout;
207 new (&buf_cout) stdio_filebuf<char>(stdout, ios_base::out);
210 cout.rdbuf(&buf_cout);
H A Dglobals_io.cc93 fake_filebuf buf_cout; local

Completed in 165 milliseconds