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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D9178.cc188 wfilebuf fbuf2; local
189 fbuf2.pubimbue(loc);
190 fbuf2.open("tmp_9178", std::ios_base::in);
193 copy(istreambuf_iterator<wchar_t>(&fbuf2),
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D9178.cc189 wfilebuf fbuf2; local
190 fbuf2.pubimbue(loc);
191 fbuf2.open("tmp_9178", std::ios_base::in);
194 copy(istreambuf_iterator<wchar_t>(&fbuf2),

Completed in 215 milliseconds