Searched refs:_M_file (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dstdio_sync_filebuf.h63 std::__c_file* const _M_file; member in class:stdio_sync_filebuf::std
72 : _M_file(__f), _M_unget_buf(traits_type::eof())
88 file() { return this->_M_file; }
146 if (std::fflush(_M_file))
161 { return std::fflush(_M_file); }
176 if (!fseeko64(_M_file, __off, __whence))
177 __ret = std::streampos(ftello64(_M_file));
179 if (!fseek(_M_file, __off, __whence))
180 __ret = std::streampos(std::ftell(_M_file));
195 { return std::getc(_M_file); }
[all...]
H A Dstdio_filebuf.h110 fd() { return this->_M_file.fd(); }
120 file() { return this->_M_file.file(); }
131 this->_M_file.sys_open(__fd, __mode);
148 this->_M_file.sys_open(__f, __mode);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/debug/
H A Dformatter.h360 : _M_file(__file), _M_line(__line), _M_num_parameters(0), _M_text(0),
376 const char* _M_file; member in class:__gnu_debug::_Error_formatter
/macosx-10.10/libstdcxx-104.1/src/
H A Ddebug.cc484 if (_M_file)
486 _M_format_word(__buf, __bufsize, "%s:", _M_file);

Completed in 127 milliseconds