Home | History | Annotate | Download | only in ext

Lines Matching refs:stdio_filebuf

26 /** @file ext/stdio_filebuf.h
48 * stdio_filebuf<char>.
51 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits>
66 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {}
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<_CharT, _Traits>::~stdio_filebuf()
128 stdio_filebuf<_CharT, _Traits>::
129 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size)
144 stdio_filebuf<_CharT, _Traits>::
145 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,