Searched refs:ios_base (Results 326 - 350 of 1320) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/
H A D3-in.cc37 p = in.pubseekpos(0, ios_base::in);
40 p = in.pubseekpos(0, ios_base::out);
55 in1.open(name_01, ios_base::in);
58 in3.open(name_03, ios_base::in);
H A D3-out.cc37 p = in.pubseekpos(0, ios_base::in);
40 p = in.pubseekpos(0, ios_base::out);
55 out1.open(name_01, ios_base::out);
58 out3.open(name_03, ios_base::out);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/
H A D2.cc38 fbin.open(name_01, std::ios_base::in);
39 fbout.open(name_02, std::ios_base::out | std::ios_base::trunc);
46 is.unsetf(std::ios_base::skipws);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/
H A D2.cc34 fbin.open(name_01, std::ios_base::in);
35 fbout.open(name_02, std::ios_base::out | std::ios_base::trunc);
42 is.unsetf(std::ios_base::skipws);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/read/char/
H A D2.cc37 std::stringbuf isbuf_00(str_00, std::ios_base::in);
39 std::ios_base::iostate state1, statefail, stateeof;
40 statefail = std::ios_base::failbit;
41 stateeof = std::ios_base::eofbit;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/read/wchar_t/
H A D2.cc34 std::wstringbuf isbuf_00(str_00, std::ios_base::in);
36 std::ios_base::iostate state1, statefail, stateeof;
37 statefail = std::ios_base::failbit;
38 stateeof = std::ios_base::eofbit;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/
H A D2.cc52 in.seekg(0, ios_base::beg);
53 out.seekp(0, ios_base::beg);
56 in.seekg(0, ios_base::end);
57 out.seekp(0, ios_base::end);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/
H A D2.cc48 in.seekg(0, ios_base::beg);
49 out.seekp(0, ios_base::beg);
52 in.seekg(0, ios_base::end);
53 out.seekp(0, ios_base::end);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/
H A D3.cc28 std::ostringstream os ("foo", std::ios_base::app);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/ios_base/failure/
H A Dwhat-3.cc45 std::ios_base::failure obj1(s);
50 std::ios_base::failure obj2(s2);
59 std::ios_base::failure obj3 = std::ios_base::failure(s3);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/ios_base/storage/
H A D3.cc20 // 27.4.2.5 ios_base storage functions
32 class derived : public std::ios_base
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/io/
H A Dbasic_file_stdio.h67 open(const char* __name, ios_base::openmode __mode, int __prot = 0664);
70 sys_open(__c_file* __file, ios_base::openmode);
73 sys_open(int __fd, ios_base::openmode __mode);
100 seekoff(streamoff __off, ios_base::seekdir __way);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/std/
H A Dstd_ios.h44 #include <exception> // For ios_base::failure
48 #include <bits/ios_base.h> // For ios_base declarations.
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/money_get/get/char/
H A D4.cc52 iss.setf(ios_base::showbase);
57 ios_base::iostate err03 = ios_base::goodbit;
60 VERIFY( err03 == ios_base::eofbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/
H A D4.cc52 iss.setf(ios_base::showbase);
57 ios_base::iostate err03 = ios_base::goodbit;
60 VERIFY( err03 == ios_base::eofbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_get/get/char/
H A D14.cc43 ios_base::iostate err = ios_base::goodbit;
49 err = ios_base::goodbit;
51 VERIFY( err == ios_base::eofbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/
H A D14.cc43 ios_base::iostate err = ios_base::goodbit;
49 err = ios_base::goodbit;
51 VERIFY( err == ios_base::eofbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D6.cc40 oss1.setf(ios_base::fixed, ios_base::floatfield);
46 oss2.setf(ios_base::scientific, ios_base::floatfield);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/
H A D6.cc40 woss1.setf(ios_base::fixed, ios_base::floatfield);
46 woss2.setf(ios_base::scientific, ios_base::floatfield);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/
H A D4.cc44 const ios_base::iostate good = ios_base::goodbit;
45 ios_base::iostate errorstate = good;
55 VERIFY( errorstate == ios_base::eofbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/
H A D4.cc34 const ios_base::iostate good = ios_base::goodbit;
35 ios_base::iostate errorstate = good;
52 VERIFY( errorstate == ios_base::eofbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/
H A D4.cc34 const ios_base::iostate good = ios_base::goodbit;
35 ios_base::iostate errorstate = good;
52 VERIFY( errorstate == ios_base::eofbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/
H A D4.cc45 const ios_base::iostate good = ios_base::goodbit;
46 ios_base::iostate errorstate = good;
57 VERIFY( errorstate == ios_base::goodbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/
H A D4.cc45 const ios_base::iostate good = ios_base::goodbit;
46 ios_base::iostate errorstate = good;
57 VERIFY( errorstate == ios_base::goodbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/
H A D3-in.cc36 p = in.pubseekpos(0, ios_base::in);
39 p = in.pubseekpos(0, ios_base::out);
54 in1.open(name_01, ios_base::in);
57 in3.open(name_03, ios_base::in);

Completed in 266 milliseconds

<<11121314151617181920>>