Searched refs:stdio_sync_filebuf (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/libstdcxx-104.1/src/
H A Dios_init.cc40 #include <ext/stdio_sync_filebuf.h>
47 extern stdio_sync_filebuf<char> buf_cout_sync;
48 extern stdio_sync_filebuf<char> buf_cin_sync;
49 extern stdio_sync_filebuf<char> buf_cerr_sync;
56 extern stdio_sync_filebuf<wchar_t> buf_wcout_sync;
57 extern stdio_sync_filebuf<wchar_t> buf_wcin_sync;
58 extern stdio_sync_filebuf<wchar_t> buf_wcerr_sync;
104 new (&buf_cout_sync) stdio_sync_filebuf<char>(stdout);
105 new (&buf_cin_sync) stdio_sync_filebuf<char>(stdin);
106 new (&buf_cerr_sync) stdio_sync_filebuf<cha
[all...]
H A Dmisc-inst.cc38 #include <ext/stdio_sync_filebuf.h>
74 template class stdio_sync_filebuf<char>;
76 template class stdio_sync_filebuf<wchar_t>;
H A Dglobals_io.cc34 #include <ext/stdio_sync_filebuf.h>
85 typedef char fake_stdiobuf[sizeof(stdio_sync_filebuf<char>)]
86 __attribute__ ((aligned(__alignof__(stdio_sync_filebuf<char>))));
98 typedef char fake_wstdiobuf[sizeof(stdio_sync_filebuf<wchar_t>)]
99 __attribute__ ((aligned(__alignof__(stdio_sync_filebuf<wchar_t>))));
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dstdio_sync_filebuf.h30 /** @file ext/stdio_sync_filebuf.h
49 /// @brief class stdio_sync_filebuf.
51 class stdio_sync_filebuf : public std::basic_streambuf<_CharT, _Traits> class in inherits:std::basic_streambuf
71 stdio_sync_filebuf(std::__c_file* __f) function in class:stdio_sync_filebuf
77 virtual ~stdio_sync_filebuf() {}
193 inline stdio_sync_filebuf<char>::int_type
194 stdio_sync_filebuf<char>::syncgetc()
198 inline stdio_sync_filebuf<char>::int_type
199 stdio_sync_filebuf<char>::syncungetc(int_type __c)
203 inline stdio_sync_filebuf<cha
[all...]

Completed in 128 milliseconds