Searched refs:buf_cerr (Results 1 – 3 of 3) sorted by relevance
53 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()
95 fake_filebuf buf_cerr; variable
3387 (buf_cout, buf_cin, buf_cerr): Like so.