Home
last modified time | relevance | path

Searched refs:stdio_filebuf (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/libstdc++/include/ext/
Dstdio_filebuf.h52 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> in _GLIBCXX_BEGIN_NAMESPACE()
67 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} in _GLIBCXX_BEGIN_NAMESPACE()
78 stdio_filebuf(int __fd, std::ios_base::openmode __mode, in _GLIBCXX_BEGIN_NAMESPACE()
91 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_BEGIN_NAMESPACE()
99 ~stdio_filebuf(); in _GLIBCXX_BEGIN_NAMESPACE()
124 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf() in ~stdio_filebuf()
128 stdio_filebuf<_CharT, _Traits>::
129 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) in stdio_filebuf() function
144 stdio_filebuf<_CharT, _Traits>::
145 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in stdio_filebuf() function
/NextBSD/contrib/libstdc++/src/
Dios_init.cc51 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); in sync_with_stdio()
183 new (&buf_cin) stdio_filebuf<char>(stdin, ios_base::in); in sync_with_stdio()
184 new (&buf_cerr) stdio_filebuf<char>(stderr, ios_base::out); in sync_with_stdio()
191 new (&buf_wcout) stdio_filebuf<wchar_t>(stdout, ios_base::out); in sync_with_stdio()
[all …]
Dglobals_io.cc91 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>))));
Dext-inst.cc53 template class stdio_filebuf<char>; variable
65 template class stdio_filebuf<wchar_t>; variable
/NextBSD/contrib/libstdc++/
DChangeLog-200359 * testsuite/ext/stdio_filebuf/char/10063-2.cc: Likewise.
453 * testsuite/ext/stdio_filebuf/char/10063-1.cc: New.
454 * testsuite/ext/stdio_filebuf/char/10063-2.cc: New.
522 include/ext/slist, include/ext/stdio_filebuf.h,
615 * include/ext/stdio_filebuf.h (stdio_filebuf::stdio_filebuf):
629 * testsuite/ext/stdio_filebuf.cc: Split.
635 * testsuite/ext/stdio_filebuf/char/1.cc: New.
636 * testsuite/ext/stdio_filebuf/char/2.cc: New.
1222 * include/ext/stdio_filebuf.h: Tweak comment.
3452 * include/ext/stdio_filebuf.h: Likewise.
[all …]
DChangeLog451 * docs/html/17_intro/porting-howto.html ([3]): Mention stdio_filebuf.
DChangeLog-2004722 * include/ext/stdio_filebuf.h: Same.
1831 * testsuite/ext/stdio_filebuf/char/10063-2.cc: Ditto.
1832 * testsuite/ext/stdio_filebuf/char/10063-3.cc: Ditto.
3339 * include/ext/stdio_filebuf.h (stdio_filebuf::file): New.
3513 * include/ext/stdio_filebuf.h: Update comments to reflect PR 11691.
3801 * testsuite/ext/stdio_filebuf/char/1.cc: Same, in namespace __gnu_cxx.
5355 __gnu_cxx::stdio_filebuf<char, std::char_traits<char> >.
6257 * testsuite/ext/stdio_filebuf/char/10063-2.cc: Treat unbuffered.
6258 * testsuite/ext/stdio_filebuf/char/10063-3.cc: New test. Like -2 but
DChangeLog-20021767 * include/ext/stdio_filebuf.h (stdio_filebuf): Explicitly set
2823 * include/ext/stdio_filebuf.h: Add header guards. Doxygenate.
3118 * docs/html/ext/howto.html: Likewise, mention stdio_filebuf.
3146 * include/ext/stdio_filebuf.h: New file.
3163 stdio_filebuf.h. * include/Makefile.in: Regenerate.
DChangeLog-2005434 * include/ext/stdio_filebuf.h: Same.
3964 * testsuite/ext/stdio_filebuf/char/1.cc: Same.
/NextBSD/gnu/lib/libstdc++/
DMakefile143 stdio_filebuf.h stdio_sync_filebuf.h functional \
/NextBSD/contrib/libstdc++/include/
DMakefile.am525 ${ext_srcdir}/stdio_filebuf.h \
DMakefile.in747 ${ext_srcdir}/stdio_filebuf.h \
/NextBSD/
HDObsoleteFiles.inc4156 OLD_FILES+=usr/include/c++/3.4/ext/stdio_filebuf.h
4806 OLD_FILES+=usr/include/c++/3.3/ext/stdio_filebuf.h
/NextBSD/tools/build/mk/
HDOptionalObsoleteFiles.inc1723 OLD_FILES+=usr/include/c++/4.2/ext/stdio_filebuf.h