Searched defs:stdio_filebuf (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dstdio_filebuf.h50 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> class in inherits:std::basic_filebuf
65 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} function in class:stdio_filebuf
137 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) function in class:stdio_filebuf
153 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, function in class:stdio_filebuf
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dstdio_filebuf.h50 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> class in inherits:std::basic_filebuf
65 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} function in class:stdio_filebuf
137 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) function in class:stdio_filebuf
153 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, function in class:stdio_filebuf
[all...]

Completed in 189 milliseconds