Searched refs:seekoff (Results 1 - 23 of 23) sorted by relevance

/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A Dfstream.cc72 _M_file.seekoff(_M_in_cur - _M_filepos,
141 _M_file.seekoff(_M_in_cur - _M_filepos,
175 _M_file.seekoff(-__elen, ios_base::cur, ios_base::in);
H A Dstrstream.cc229 strstreambuf::seekoff(off_type off, ios_base::seekdir dir, function in class:std::strstreambuf
299 { return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode); }
/openbsd-current/gnu/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.h101 seekoff(streamoff __off, ios_base::seekdir __way);
H A Dbasic_file_stdio.cc319 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way) function in class:__basic_file
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/io/
H A Dbasic_file_libio.cc79 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way, function in class:std::__basic_file
159 __basic_file<wchar_t>::seekoff(streamoff __off, ios_base::seekdir __way, function in class:std::__basic_file
H A Dbasic_file_stdio.h98 seekoff(streamoff __off, ios_base::seekdir __way,
H A Dbasic_file_libio.h81 seekoff(streamoff __off, ios_base::seekdir __way,
195 // A complex "seekoff" function that sets all of __c_file_type's
199 seekoff(streamoff __off, ios_base::seekdir __way,
275 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way,
321 __basic_file<wchar_t>::seekoff(streamoff __off, ios_base::seekdir __way,
H A Dbasic_file_stdio.cc198 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way, function in class:std::__basic_file
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h159 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, function in class:stdio_sync_filebuf
184 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_streambuf.h260 { return this->seekoff(__off, __way, __mode); }
598 seekoff(off_type, ios_base::seekdir, function in class:basic_streambuf
H A Dstd_fstream.h355 seekoff(off_type __off, ios_base::seekdir __way,
362 // Common code for seekoff and seekpos
389 * __off == -1 upon open, setbuf, seekoff/pos ('uncommitted' mode).
H A Dstd_sstream.h223 seekoff(off_type __off, ios_base::seekdir __way,
/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Dstrstream.cc229 strstreambuf::seekoff(off_type off, ios_base::seekdir dir, function in class:strstreambuf
299 { return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode); }
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_fstream.h301 seekoff(off_type __off, ios_base::seekdir __way,
328 _M_file.seekoff(__off, ios_base::cur);
380 // maintenance. After an overflow, or after a seekoff call that
H A Dstd_streambuf.h414 { return this->seekoff(__off, __way, __mode); }
723 seekoff(off_type, ios_base::seekdir, function in class:std::basic_streambuf
H A Dstd_sstream.h238 seekoff(off_type __off, ios_base::seekdir __way,
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C176 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
249 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
H A Dp784.C507 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
574 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
/openbsd-current/gnu/llvm/libcxx/src/
H A Dstrstream.cpp236 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) function in class:strstreambuf
/openbsd-current/gnu/lib/libstdc++/libstdc++/libio/
H A Dfileops.c1021 JUMP_INIT(seekoff, _IO_new_file_seekoff),
H A Dgenops.c907 streampos offset = seekoff (0, ios::cur, ios::in);
H A Dwfileops.c740 JUMP_INIT(seekoff, _IO_wfile_seekoff),
H A Dwgenops.c736 streampos offset = seekoff (0, ios::cur, ios::in);

Completed in 210 milliseconds