Searched refs:buf_cout_sync (Results 1 – 3 of 3) sorted by relevance
47 extern stdio_sync_filebuf<char> buf_cout_sync;89 new (&buf_cout_sync) stdio_sync_filebuf<char>(stdout); in Init()95 new (&cout) ostream(&buf_cout_sync); in Init()169 buf_cout_sync.~stdio_sync_filebuf<char>(); in sync_with_stdio()
87 fake_stdiobuf buf_cout_sync; variable
5249 * src/globals.cc (buf_cout_sync, buf_cin_sync, buf_cerr_sync,