Searched refs:ios_base (Results 976 - 1000 of 1320) sorted by relevance

<<31323334353637383940>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/
H A D3.cc35 ios_base::iostate state1, state2;
41 VERIFY( state1 == ios_base::goodbit );
86 VERIFY( state2 == ios_base::eofbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/money_put/put/char/
H A D1.cc69 oss.setf(ios_base::showbase);
86 oss.unsetf(ios_base::showbase);
98 oss.setf(ios_base::internal);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D4.cc80 oss.setf(ios_base::boolalpha);
90 oss.setf(ios_base::fixed, ios_base::floatfield);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/
H A D12790-1.cc43 fb.open(name, ios_base::out);
53 fb.open(name, ios_base::in);
59 traits_type::pos_type pos = fb.pubseekoff(0, ios_base::cur);
H A D12790-2.cc43 fb.open(name, ios_base::out);
53 fb.open(name, ios_base::in);
59 traits_type::pos_type pos = fb.pubseekoff(0, ios_base::beg);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/
H A D3.cc38 ios_base::iostate state1, state2;
44 VERIFY( state1 == ios_base::goodbit );
89 VERIFY( state2 == ios_base::eofbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/
H A D3.cc36 ios_base::iostate state1, state2;
42 VERIFY( state1 == ios_base::goodbit );
87 VERIFY( state2 == ios_base::eofbit );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dstdio_filebuf.h75 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
88 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
126 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size)
142 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/money_get/get/char/
H A D38399.cc41 ios_base::iostate err;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/
H A D38399.cc41 ios_base::iostate err;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/money_put/put/char/
H A D9780-3.cc36 oss.setf(ios_base::showbase);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D9.cc28 // by ios_base::showpos, which is effective only for signed
52 oss.setf(ios_base::showpos);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/cons/wchar_t/
H A D10132-1.cc40 fb->open("tmp_10132", std::ios_base::out);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/
H A D2.cc45 __gnu_cxx::stdio_filebuf<char> fb(first_file, std::ios_base::in);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/
H A D11305-1.cc35 fb.open("tmp_11305-1", ios_base::out);
H A D11305-2.cc35 fb.open("tmp_11305-2", ios_base::out);
H A D11305-4.cc34 fb.open("tmp_11405-4", ios_base::out);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/pbackfail/char/
H A D9761.cc38 fbuf.open(name_01, ios_base::in);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/
H A D12875-1.cc41 in.open(name, ios_base::in);
H A D12875-2.cc37 out.open(name, ios_base::out);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/
H A D1-in.cc50 fb_01.open(name_01, ios_base::in);
H A D2-in.cc51 fb_01.open(name_01, ios_base::in);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/
H A D1-in.cc50 fb_01.open(name_01, ios_base::in);
H A D2-in.cc51 fb_01.open(name_01, ios_base::in);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D1.cc42 std::stringbuf sbuf_04(str01, std::ios_base::in);
46 std::ios_base::iostate state1, state2, statefail, stateeof;
47 statefail = std::ios_base::failbit;
48 stateeof = std::ios_base::eofbit;

Completed in 191 milliseconds

<<31323334353637383940>>