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

/freebsd-11.0-release/contrib/libstdc++/src/
H A Dios_init.cc51 extern stdio_filebuf<char> buf_cout;
182 new (&buf_cout) stdio_filebuf<char>(stdout, ios_base::out);
185 cout.rdbuf(&buf_cout);
H A Dglobals_io.cc93 fake_filebuf buf_cout; local

Completed in 90 milliseconds