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

/freebsd-9.3-release/contrib/libstdc++/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
/freebsd-9.3-release/contrib/libstdc++/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); }
/freebsd-9.3-release/contrib/libstdc++/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,
/freebsd-9.3-release/contrib/libstdc++/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); }
/freebsd-9.3-release/contrib/libc++/src/
H A Dstrstream.cpp229 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) function in class:strstreambuf

Completed in 164 milliseconds