Searched refs:ios_base (Results 801 - 825 of 1320) sorted by relevance

<<31323334353637383940>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/wchar_t/
H A D1.cc28 std::wstringbuf strb_02(str_02, std::ios_base::in);
29 std::wstringbuf strb_03(str_03, std::ios_base::out);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/pbackfail/char/
H A D2.cc28 my_stringbuf(const std::string& str, std::ios_base::openmode mode)
37 // mode & ios_base::out is nonzero, ..."
46 my_stringbuf sbuf("any", ios_base::in);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/pbackfail/wchar_t/
H A D2.cc28 my_stringbuf(const std::wstring& str, std::ios_base::openmode mode)
37 // mode & ios_base::out is nonzero, ..."
46 my_stringbuf sbuf(L"any", ios_base::in);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/stdio_filebuf/char/
H A D10063-3.cc35 fbuf.open("tmp_10063-3", ios_base::out | ios_base::trunc);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/27_io/
H A Dfmtflags_manipulators.cc42 os_s.setf(ios_base::uppercase);
43 os_s.unsetf(ios_base::uppercase);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D15565.cc45 oss.setf(ios_base::showpos);
53 oss.setf(ios_base::showpos);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/
H A D15565.cc45 oss.setf(ios_base::showpos);
53 oss.setf(ios_base::showpos);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/open/
H A D12790-1.cc43 fb.open(name, ios_base::out);
48 fb.open(name, ios_base::in);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/
H A D9182-2.cc62 fbuf1.open(name_07, ios_base::out | ios_base::trunc);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/
H A D1-out.cc47 fb_02.open(name_02, ios_base::out | ios_base::trunc);
H A D2-out.cc48 fb_02.open(name_02, ios_base::out | ios_base::trunc);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12790-1.cc67 fb.open(name, ios_base::out);
71 fb.pubseekoff(0, ios_base::cur);
H A D12790-2.cc68 fb.open(name, ios_base::out);
72 fb.pubseekoff(0, ios_base::cur);
H A D12790-3.cc68 fb.open(name, ios_base::out);
71 fb.pubseekoff(0, ios_base::cur);
H A D12790-4.cc67 fb.open(name, ios_base::out);
72 fb.pubseekoff(0, ios_base::cur);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/
H A D12790-1.cc67 fb.open(name, ios_base::out);
71 fb.pubseekoff(0, ios_base::cur);
H A D12790-2.cc68 fb.open(name, ios_base::out);
72 fb.pubseekoff(0, ios_base::cur);
H A D12790-3.cc68 fb.open(name, ios_base::out);
71 fb.pubseekoff(0, ios_base::cur);
H A D12790-4.cc67 fb.open(name, ios_base::out);
72 fb.pubseekoff(0, ios_base::cur);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/
H A D12790-1.cc67 fb.open(name, ios_base::out);
68 streampos pos = fb.pubseekoff(0, ios_base::beg);
H A D12790-2.cc68 fb.open(name, ios_base::out);
69 streampos pos = fb.pubseekoff(0, ios_base::beg);
H A D12790-3.cc68 fb.open(name, ios_base::out);
69 streampos pos = fb.pubseekoff(0, ios_base::beg);
H A D12790-4.cc67 fb.open(name, ios_base::out);
68 streampos pos = fb.pubseekoff(0, ios_base::beg);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/
H A D12790-1.cc67 fb.open(name, ios_base::out);
68 streampos pos = fb.pubseekoff(0, ios_base::beg);
H A D12790-2.cc68 fb.open(name, ios_base::out);
69 streampos pos = fb.pubseekoff(0, ios_base::beg);

Completed in 111 milliseconds

<<31323334353637383940>>