/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | fpos.h | 78 : _M_off(__off), _M_st(__st) { } in _M_off() argument 116 _M_position(streamoff __off) { _M_off = __off; } in _M_position()
|
H A D | fstream.tcc | 362 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 D | sstream.tcc | 121 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff()
|
H A D | basic_string.tcc | 328 const size_type __off = __s - _M_data(); in insert() local 644 size_type __off = __i1 - _M_ibegin(); in _M_replace_safe() local
|
H A D | ostream.tcc | 454 seekp(off_type __off, ios_base::seekdir __dir) in seekp()
|
H A D | basic_string.h | 284 _M_fold(size_type __pos, size_type __off) const in _M_fold()
|
H A D | istream.tcc | 892 seekg(off_type __off, ios_base::seekdir __dir) in seekg()
|
H A D | locale_facets.tcc | 766 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 D | basic_file_stdio.cc | 166 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 D | basic_file_libio.cc | 79 __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 D | basic_file_stdio.cc | 198 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way, in seekoff()
|
/openbsd/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | postypes.h | 116 fpos(streamoff __off) in fpos()
|
H A D | fstream.tcc | 668 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 D | ostream.tcc | 260 seekp(off_type __off, ios_base::seekdir __dir) in seekp()
|
H A D | sstream.tcc | 155 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff()
|
H A D | basic_string.tcc | 316 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 D | istream.tcc | 733 seekg(off_type __off, ios_base::seekdir __dir) in seekg()
|
H A D | locale_facets.tcc | 1179 streamsize __off = 0; in _M_insert_float() local
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/std/ |
H A D | std_fstream.h | 321 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 D | strstream.cpp | 236 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff()
|