Home
last modified time | relevance | path

Searched refs:sync_with_stdio (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/libstdc++/src/
H A Dios_init.cc151 ios_base::sync_with_stdio(bool __sync) in sync_with_stdio() function in ios_base
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dios_base.h667 sync_with_stdio(bool __sync = true);
/freebsd-12.1/contrib/libc++/src/
H A Dios.cpp459 ios_base::sync_with_stdio(bool sync) in sync_with_stdio() function in ios_base
/freebsd-12.1/contrib/libc++/include/
H A Dios104 static bool sync_with_stdio(bool sync = true);
317 static bool sync_with_stdio(bool __sync = true);
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20035254 (ios_base::sync_with_stdio): Destroy syncronized buffers,
5605 (ios_base::sync_with_stdio): Don't destroy streams, only buffers.
5606 * testsuite/27_io/ios_base/sync_with_stdio/9523.cc: New test.
6557 * 27_io/ios_base/sync_with_stdio/1.cc: New.
6558 * 27_io/ios_base/sync_with_stdio/2.cc: New.
H A DChangeLog-19992095 ios_base::sync_with_stdio.
2127 * bits/ios_base.h (ios_base::sync_with_stdio): Stub in.
H A DChangeLog-20012608 * docs/html/27_io/howto.html: Talk about sync_with_stdio.
4250 (ios_base::sync_with_stdio): Use new members.
6005 (ios_base::sync_with_stdio): Set here.
H A DChangeLog-20003789 * src/ios.cc (ios_base::sync_with_stdio): Clean up buffers from
5550 * bits/ios_base.h (ios_base::sync_with_stdio): Implement, including
H A DChangeLog-20042393 * src/ios_init.cc (ios_base::sync_with_stdio): Make sure the
2395 * testsuite/27_io/ios_base/sync_with_stdio/16959.cc: New.
H A DChangeLog-2002573 input __in_size = 1 even when sync_with_stdio is false;
H A DChangeLog-20064503 * testsuite/27_io/ios_base/sync_with_stdio/1.cc: Redirect