Searched refs:_M_file (Results 1 – 12 of 12) sorted by relevance
| /freebsd-11-stable/contrib/libstdc++/include/ext/ |
| D | stdio_sync_filebuf.h | 63 std::__c_file* const _M_file; in _GLIBCXX_BEGIN_NAMESPACE() 72 : _M_file(__f), _M_unget_buf(traits_type::eof()) in _GLIBCXX_BEGIN_NAMESPACE() 83 file() { return this->_M_file; } in _GLIBCXX_BEGIN_NAMESPACE() 141 if (std::fflush(_M_file)) in _GLIBCXX_BEGIN_NAMESPACE() 156 { return std::fflush(_M_file); } in _GLIBCXX_BEGIN_NAMESPACE() 171 if (!fseeko64(_M_file, __off, __whence)) in _GLIBCXX_BEGIN_NAMESPACE() 172 __ret = std::streampos(ftello64(_M_file)); in _GLIBCXX_BEGIN_NAMESPACE() 174 if (!fseek(_M_file, __off, __whence)) in _GLIBCXX_BEGIN_NAMESPACE() 175 __ret = std::streampos(std::ftell(_M_file)); in _GLIBCXX_BEGIN_NAMESPACE() 190 { return std::getc(_M_file); } in syncgetc() [all …]
|
| D | stdio_filebuf.h | 110 fd() { return this->_M_file.fd(); } in _GLIBCXX_BEGIN_NAMESPACE() 120 file() { return this->_M_file.file(); } in _GLIBCXX_BEGIN_NAMESPACE() 131 this->_M_file.sys_open(__fd, __mode); in stdio_filebuf() 148 this->_M_file.sys_open(__f, __mode); in stdio_filebuf()
|
| /freebsd-11-stable/contrib/libstdc++/include/bits/ |
| D | fstream.tcc | 81 basic_filebuf() : __streambuf_type(), _M_lock(), _M_file(&_M_lock), in basic_filebuf() 101 _M_file.open(__s, __mode); in open() 153 if (!_M_file.close()) in close() 183 __ret += _M_file.showmanyc() / _M_codecvt->max_length(); in showmanyc() 215 __ilen = _M_file.xsgetn(reinterpret_cast<char*>(this->eback()), in underflow() 274 streamsize __elen = _M_file.xsgetn(_M_ext_end, __rlen); in underflow() 455 __elen = _M_file.xsputn(reinterpret_cast<char*>(__ibuf), __ilen); in _M_convert_to_external() 483 __elen = _M_file.xsputn(__buf, __blen); in _M_convert_to_external() 497 __elen = _M_file.xsputn(__buf, __rlen); in _M_convert_to_external() 555 __len = _M_file.xsgetn(reinterpret_cast<char*>(__s), in xsgetn() [all …]
|
| /freebsd-11-stable/contrib/libstdc++/include/std/ |
| D | std_fstream.h | 93 __file_type _M_file; in _GLIBCXX_BEGIN_NAMESPACE() local 249 { return _M_file.is_open(); } in _GLIBCXX_BEGIN_NAMESPACE()
|
| /freebsd-11-stable/contrib/libstdc++/include/debug/ |
| D | formatter.h | 360 : _M_file(__file), _M_line(__line), _M_num_parameters(0), _M_text(0), 376 const char* _M_file;
|
| /freebsd-11-stable/contrib/libstdc++/src/ |
| D | debug.cc | 484 if (_M_file) in _M_error() 486 _M_format_word(__buf, __bufsize, "%s:", _M_file); in _M_error()
|
| /freebsd-11-stable/contrib/libstdc++/include/tr1/ |
| D | random | 1424 || !(_M_file = std::fopen(__token.c_str(), "rb"))) 1430 { std::fclose(_M_file); } 1477 1, _M_file); 1489 FILE* _M_file;
|
| /freebsd-11-stable/contrib/libstdc++/ |
| D | ChangeLog-1999 | 68 * bits/std_fstream.h (sync): Move _M_file->sync() to 71 as to get the _M_file->sync action, which forces the external 256 _M_file->seekoff. Need to make 608 * bits/std_fstream.h: Revert. Disable call to _M_file->sync as 653 _M_file->sync() so that redirection works correctly.
|
| D | ChangeLog-2002 | 3227 ...from here. Optimize remaining _M_file.sync() call pattern. 3379 (filebuf::_M_file): Change to non-pointer. 3383 Change initialization list for _M_file change. 3385 Change _M_file usage to reflect non-pointer data member. 5347 return value of _M_file->sync().
|
| D | ChangeLog-2003 | 3748 provided always_noconv(), issue directly _M_file.xsputn. 4986 the first _M_file.seekoff call is never issued. 5208 _M_file.sys_ungetc() call. 7795 Check _M_file.seekoff return value; always return
|
| D | ChangeLog-2000 | 4424 * bits/std_fstream.h (filebuf::is_open): Check for _M_file before
|
| D | ChangeLog-2006 | 4367 the return value of _M_file.seekoff.
|