Searched refs:ios_base (Results 926 - 950 of 1320) sorted by relevance

<<31323334353637383940>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/27_io/
H A Dfilebuf_sputc.cc56 buf.open("tmp", ios_base::out | ios_base::in | ios_base::trunc);
H A Dfilebuf_sputn_unbuf.cc62 buf.open("tmp", ios_base::out | ios_base::in | ios_base::trunc);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc75 // Map ios_base::openmode flags to a string for use in fopen().
78 fopen_mode(std::ios_base::openmode mode)
82 in = std::ios_base::in,
83 out = std::ios_base::out,
84 trunc = std::ios_base::trunc,
85 app = std::ios_base::app,
86 binary = std::ios_base::binary
187 __basic_file<char>::sys_open(__c_file* __file, ios_base::openmode)
208 __basic_file<char>::sys_open(int __fd, ios_base::openmode __mode)
224 __basic_file<char>::open(const char* __name, ios_base
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/money_get/get/char/
H A D5.cc36 const ios_base::iostate goodbit = ios_base::goodbit;
37 ios_base::iostate err = goodbit;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/
H A D5.cc36 const ios_base::iostate goodbit = ios_base::goodbit;
37 ios_base::iostate err = goodbit;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/money_put/put/char/
H A D4.cc36 const ios_base::iostate goodbit = ios_base::goodbit;
37 ios_base::iostate err = goodbit;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/
H A D4.cc36 const ios_base::iostate goodbit = ios_base::goodbit;
37 ios_base::iostate err = goodbit;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/
H A D3.cc36 const ios_base::iostate goodbit = ios_base::goodbit;
37 ios_base::iostate err = goodbit;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/
H A D3.cc36 const ios_base::iostate goodbit = ios_base::goodbit;
37 ios_base::iostate err = goodbit;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/
H A D3.cc36 const ios_base::iostate goodbit = ios_base::goodbit;
37 ios_base::iostate err = goodbit;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/
H A D3.cc36 const ios_base::iostate goodbit = ios_base::goodbit;
37 ios_base::iostate err = goodbit;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/
H A D3.cc36 const ios_base::iostate goodbit = ios_base::goodbit;
37 ios_base::iostate err = goodbit;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/
H A D3.cc36 const ios_base::iostate goodbit = ios_base::goodbit;
37 ios_base::iostate err = goodbit;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/
H A D9.cc37 const ios_base::iostate goodbit = ios_base::goodbit;
39 ios_base::iostate err = goodbit;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/
H A D9964.cc58 fbin.open(name, ios_base::in);
66 filebuf* ret = fb.open(name, ios_base::in | ios_base::out);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/showmanyc/char/
H A D9533-1.cc59 ofbuf.open(name, ios_base::in|ios_base::out);
73 ifbuf.open(name, ios_base::in);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/
H A D10097.cc74 fbout.open(name, ios_base::in|ios_base::out);
84 fb.open(name, ios_base::in);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ios/copyfmt/char/
H A D2.cc45 typedef std::ios_base::fmtflags fmtflags;
46 typedef std::ios_base::iostate iostate;
53 ios_02.setstate(ios_base::badbit);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D2.cc38 oss01.flags(std::ios_base::left);
47 oss02.flags(std::ios_base::left);
56 oss03.flags(std::ios_base::left);
H A D3.cc37 oss01.flags(std::ios_base::right);
46 oss02.flags(std::ios_base::right);
55 oss03.flags(std::ios_base::right);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/
H A D1.cc41 typedef std::ios_base::iostate iostate;
53 VERIFY( (state02 & std::ios_base::failbit) != 0 );
58 VERIFY( (state02 & std::ios_base::badbit) != 0 );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/
H A D1.cc38 typedef std::ios_base::iostate iostate;
50 VERIFY( (state02 & std::ios_base::failbit) != 0 );
55 VERIFY( (state02 & std::ios_base::badbit) != 0 );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/pbackfail/char/
H A D1.cc29 my_stringbuf(const std::string& str, std::ios_base::openmode mode)
45 my_stringbuf sbuf("any", ios_base::in | ios_base::out);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/pbackfail/wchar_t/
H A D1.cc29 my_stringbuf(const std::wstring& str, std::ios_base::openmode mode)
45 my_stringbuf sbuf(L"any", ios_base::in | ios_base::out);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/objects/char/
H A D7.cc35 // Check that cout.flush() is called when last ios_base::Init is destroyed.
56 fbout.open(name, ios_base::in|ios_base::out);
66 fbin.open(name, ios_base::in);

Completed in 126 milliseconds

<<31323334353637383940>>