Searched refs:stdio_filebuf (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/contrib/libstdc++/include/
H A DMakefile.am525 ${ext_srcdir}/stdio_filebuf.h \
H A DMakefile.in747 ${ext_srcdir}/stdio_filebuf.h \
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dstdio_filebuf.h30 /** @file ext/stdio_filebuf.h
49 * stdio_filebuf<char>.
52 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> class in inherits:std::basic_filebuf
67 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} function in class:stdio_filebuf
76 * closed when the stdio_filebuf is closed/destroyed.
78 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
89 * stdio_filebuf is closed/destroyed.
91 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
99 ~stdio_filebuf();
124 stdio_filebuf<_Char
129 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) function in class:stdio_filebuf
145 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, function in class:stdio_filebuf
[all...]
/freebsd-11-stable/contrib/libstdc++/include/precompiled/
H A Dextc++.h55 #include <ext/stdio_filebuf.h>
/freebsd-11-stable/contrib/libstdc++/src/
H A Dext-inst.cc35 #include <ext/stdio_filebuf.h>
53 template class stdio_filebuf<char>;
65 template class stdio_filebuf<wchar_t>;
H A Dglobals_io.cc33 #include <ext/stdio_filebuf.h>
91 typedef char fake_filebuf[sizeof(stdio_filebuf<char>)]
92 __attribute__ ((aligned(__alignof__(stdio_filebuf<char>))));
104 typedef char fake_wfilebuf[sizeof(stdio_filebuf<wchar_t>)]
105 __attribute__ ((aligned(__alignof__(stdio_filebuf<wchar_t>))));
H A Dios_init.cc39 #include <ext/stdio_filebuf.h>
51 extern stdio_filebuf<char> buf_cout;
52 extern stdio_filebuf<char> buf_cin;
53 extern stdio_filebuf<char> buf_cerr;
60 extern stdio_filebuf<wchar_t> buf_wcout;
61 extern stdio_filebuf<wchar_t> buf_wcin;
62 extern stdio_filebuf<wchar_t> buf_wcerr;
182 new (&buf_cout) stdio_filebuf<char>(stdout, ios_base::out);
183 new (&buf_cin) stdio_filebuf<char>(stdin, ios_base::in);
184 new (&buf_cerr) stdio_filebuf<cha
[all...]
/freebsd-11-stable/gnu/lib/libstdc++/
H A DMakefile143 stdio_filebuf.h stdio_sync_filebuf.h functional \

Completed in 138 milliseconds