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

/freebsd-10.0-release/contrib/libstdc++/src/
H A Dios_init.cc52 extern stdio_filebuf<char> buf_cin;
183 new (&buf_cin) stdio_filebuf<char>(stdin, ios_base::in);
186 cin.rdbuf(&buf_cin);
H A Dglobals_io.cc94 fake_filebuf buf_cin; local

Completed in 74 milliseconds