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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dios_init.cc48 extern stdio_filebuf<char> buf_cin;
179 new (&buf_cin) stdio_filebuf<char>(stdin, ios_base::in);
182 cin.rdbuf(&buf_cin);
H A Dglobals_io.cc89 fake_filebuf buf_cin; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dios_init.cc53 extern stdio_filebuf<char> buf_cin;
180 new (&buf_cin) stdio_filebuf<char>(stdin, ios_base::in);
183 cin.rdbuf(&buf_cin);
H A Dglobals_io.cc93 fake_filebuf buf_cin; member in namespace:__gnu_internal

Completed in 109 milliseconds