Home | History | Annotate | Download | only in ext

Lines Matching refs:__mode

69        *  @param  __mode  Same meaning as in a standard filebuf.
77 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
82 * @param __mode Same meaning as in a standard filebuf.
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size)
130 this->_M_file.sys_open(__fd, __mode);
133 this->_M_mode = __mode;
144 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
147 this->_M_file.sys_open(__f, __mode);
150 this->_M_mode = __mode;