Home
last modified time | relevance | path

Searched defs:__off (Results 1 – 20 of 20) sorted by relevance

/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dfpos.h78 : _M_off(__off), _M_st(__st) { } in _M_off() argument
116 _M_position(streamoff __off) { _M_off = __off; } in _M_position()
H A Dfstream.tcc362 off_type __off = _M_out_beg - _M_filepos; in _M_really_overflow() local
430 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff()
H A Dsstream.tcc121 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff()
H A Dbasic_string.tcc328 const size_type __off = __s - _M_data(); in insert() local
644 size_type __off = __i1 - _M_ibegin(); in _M_replace_safe() local
H A Dostream.tcc454 seekp(off_type __off, ios_base::seekdir __dir) in seekp()
H A Dbasic_string.h284 _M_fold(size_type __pos, size_type __off) const in _M_fold()
H A Distream.tcc892 seekg(off_type __off, ios_base::seekdir __dir) in seekg()
H A Dlocale_facets.tcc766 streamsize __off = 0; in _M_group_int() local
2382 streamsize __off = 0; in _M_widen_int() local
/openbsd/gnu/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc166 const std::streamsize __off = __ret - __n1_left; in xwritev() local
319 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way) in seekoff()
366 const streamoff __off = __buffer.st_size - lseek64(this->fd(), 0, in showmanyc() local
/openbsd/gnu/lib/libstdc++/libstdc++/config/io/
H A Dbasic_file_libio.cc79 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way, in seekoff()
159 __basic_file<wchar_t>::seekoff(streamoff __off, ios_base::seekdir __way, in seekoff()
H A Dbasic_file_stdio.cc198 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way, in seekoff()
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dpostypes.h116 fpos(streamoff __off) in fpos()
H A Dfstream.tcc668 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode) in seekoff()
736 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state) in _M_seek()
H A Dostream.tcc260 seekp(off_type __off, ios_base::seekdir __dir) in seekp()
H A Dsstream.tcc155 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff()
H A Dbasic_string.tcc316 const size_type __off = __s - _M_data(); in append() local
375 const size_type __off = __s - _M_data(); in insert() local
410 size_type __off = __s - _M_data(); in replace() local
H A Distream.tcc733 seekg(off_type __off, ios_base::seekdir __dir) in seekg()
H A Dlocale_facets.tcc1179 streamsize __off = 0; in _M_insert_float() local
/openbsd/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_fstream.h321 off_type __off = _M_out_cur - _M_out_end; in sync() local
407 _M_set_determinate(off_type __off) in _M_set_determinate()
/openbsd/gnu/llvm/libcxx/src/
H A Dstrstream.cpp236 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff()