Searched refs:ios_base (Results 876 - 900 of 1320) sorted by relevance

<<31323334353637383940>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D14220.cc39 oss.setf(ios_base::fixed);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/
H A D14220.cc39 oss.setf(ios_base::fixed);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/
H A D13171-4.cc45 fb.open("tmp_13171-4", ios_base::out);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/
H A D11305-3.cc35 fb.open("tmp_11305-3", ios_base::out);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/
H A D12790-2.cc43 fb.open(name, ios_base::out | ios_base::trunc);
52 fb.open(name, ios_base::in);
56 traits_type::pos_type pos1 = fb.pubseekoff(0, ios_base::cur);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/
H A D2.cc36 fbuf.open("tmp_setbuf2", ios_base::out);
H A D3.cc38 fbuf01.open("tmp_setbuf3", ios_base::out);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/
H A D3.cc36 fbuf01.open(name_01, ios_base::in);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ifstream/open/char/
H A D1.cc46 VERIFY( ifs1.rdstate() == std::ios_base::goodbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/
H A D02.cc33 std::stringbuf strb_01(str_01, std::ios_base::in);
H A D03.cc39 VERIFY( istr.rdstate() == std::ios_base::eofbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/
H A D02.cc31 std::wstringbuf strb_01(str_01, std::ios_base::in);
H A D03.cc37 VERIFY( istr.rdstate() == std::ios_base::eofbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/
H A D1.cc34 std::stringbuf isbuf_01(std::ios_base::in);
35 std::stringbuf isbuf_02(str_02, std::ios_base::in);
39 std::ios_base::iostate state1, state2, statefail;
40 statefail = std::ios_base::failbit;
H A D2.cc36 std::stringbuf isbuf_01(std::ios_base::in);
37 std::stringbuf isbuf_02(str_02, std::ios_base::in);
40 std::ios_base::iostate state1, state2, statefail;
41 statefail = std::ios_base::failbit;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/
H A D1.cc32 std::wstringbuf isbuf_01(std::ios_base::in);
33 std::wstringbuf isbuf_02(str_02, std::ios_base::in);
37 std::ios_base::iostate state1, state2, statefail;
38 statefail = std::ios_base::failbit;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/
H A D8348-2.cc43 iss.seekg(0, ios_base::beg);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/
H A D8348-2.cc41 iss.seekg(0, ios_base::beg);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ofstream/open/char/
H A D1.cc47 VERIFY( ofs1.rdstate() == std::ios_base::goodbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/char/
H A D9825.cc35 sbuf.pubseekoff(0, ios_base::beg);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/
H A D3.cc35 stringbuf sbuf(s, ios_base::out);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/wchar_t/
H A D3.cc35 wstringbuf sbuf(s, ios_base::out);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/
H A D1.cc23 // 27.4.2.4 ios_base static members
37 std::ios_base::sync_with_stdio();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dthunk4.C27 class ios_base class in namespace:std
32 virtual ~ ios_base ();
35 ios_base
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc71 // Map ios_base::openmode flags to a string for use in fopen().
74 fopen_mode(std::ios_base::openmode mode)
78 in = std::ios_base::in,
79 out = std::ios_base::out,
80 trunc = std::ios_base::trunc,
81 app = std::ios_base::app,
82 binary = std::ios_base::binary
192 __basic_file<char>::sys_open(__c_file* __file, ios_base::openmode)
213 __basic_file<char>::sys_open(int __fd, ios_base::openmode __mode) throw ()
229 __basic_file<char>::open(const char* __name, ios_base
[all...]

Completed in 119 milliseconds

<<31323334353637383940>>