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

/macosx-10.9.5/libstdcxx-60/src/
H A Dios_init.cc52 extern stdio_filebuf<char> buf_cin;
208 new (&buf_cin) stdio_filebuf<char>(stdin, ios_base::in);
211 cin.rdbuf(&buf_cin);
H A Dglobals_io.cc94 fake_filebuf buf_cin; local

Completed in 79 milliseconds