Searched refs:__way (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-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) argument
322 return lseek64(this->fd(), __off, __way);
327 return lseek(this->fd(), __off, __way);
/freebsd-10.0-release/contrib/libc++/src/
H A Dstrstream.cpp229 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) argument
235 switch (__way)
255 switch (__way)
/freebsd-10.0-release/contrib/libstdc++/include/std/
H A Dstd_fstream.h355 seekoff(off_type __off, ios_base::seekdir __way,
364 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state);
H A Dstd_streambuf.h258 pubseekoff(off_type __off, ios_base::seekdir __way, argument
260 { return this->seekoff(__off, __way, __mode); }
H A Dstd_sstream.h223 seekoff(off_type __off, ios_base::seekdir __way,

Completed in 99 milliseconds