Searched refs:sync_with_stdio (Results 1 - 20 of 20) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/
H A D16959.cc25 std::ios_base::sync_with_stdio(false);
H A D2.cc31 // N.B. Once we have called sync_with_stdio(false), we can never go back.
41 VERIFY( ios01.sync_with_stdio() );
42 VERIFY( ios01.sync_with_stdio(false) ); //returns previous state
46 VERIFY( !std::cout.sync_with_stdio(0) );
48 VERIFY( !std::cout.sync_with_stdio(0) );
H A D1.cc31 // N.B. Once we have called sync_with_stdio(false), we can never go back.
36 std::ios_base::sync_with_stdio();
H A D9523.cc37 ios_base::sync_with_stdio(false);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/objects/char/
H A D2523-2_xin.cc26 ios_base::sync_with_stdio(false);
H A D7744_xin.cc27 std::ios::sync_with_stdio(false);
H A D8.cc35 std::ios_base::sync_with_stdio(false);
H A D3045.cc57 std::ios_base::sync_with_stdio(false); // make sure doesn't clobber buf
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D2523-2_xin.cc26 ios_base::sync_with_stdio(false);
H A D7744_xin.cc27 std::ios::sync_with_stdio(false);
H A D13582-1_xin.cc30 ios_base::sync_with_stdio(false);
H A D8.cc35 std::ios_base::sync_with_stdio(false);
H A D12.cc42 std::ios_base::sync_with_stdio(false);
H A D13.cc41 std::ios_base::sync_with_stdio(false);
H A D3045.cc57 std::ios_base::sync_with_stdio(false); // make sure doesn't clobber buf
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/
H A D13171-3.cc36 ios_base::sync_with_stdio(false);
/haiku-buildtools/legacy/gcc/libio/
H A Dstdstreams.cc130 int ios::sync_with_stdio(int new_state) function in class:ios
H A Dstreambuf.h233 static int sync_with_stdio(int on);
234 static void sync_with_stdio() { sync_with_stdio(1); } function in class:ios
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dios_init.cc150 ios_base::sync_with_stdio(bool __sync) function in class:ios_base
153 // 49. Underspecification of ios_base::sync_with_stdio
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dios_base.h740 sync_with_stdio(bool __sync = true);

Completed in 82 milliseconds