Home
last modified time | relevance | path

Searched refs:buf_cout_sync (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/src/
Dios_init.cc47 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()
Dglobals_io.cc87 fake_stdiobuf buf_cout_sync; variable
/freebsd-10-stable/contrib/libstdc++/
DChangeLog-20035249 * src/globals.cc (buf_cout_sync, buf_cin_sync, buf_cerr_sync,