Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/libstdc++/src/
Dios_init.cc53 extern stdio_filebuf<char> buf_cerr;
184 new (&buf_cerr) stdio_filebuf<char>(stderr, ios_base::out); in sync_with_stdio()
187 cerr.rdbuf(&buf_cerr); in sync_with_stdio()
188 clog.rdbuf(&buf_cerr); in sync_with_stdio()
Dglobals_io.cc95 fake_filebuf buf_cerr; variable
/freebsd-10-stable/contrib/libstdc++/
DChangeLog-20013387 (buf_cout, buf_cin, buf_cerr): Like so.