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

/haiku-buildtools/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.h118 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
H A Dbasic_file_stdio.cc319 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way) throw () argument
322 return lseek64(this->fd(), __off, __way);
327 return lseek(this->fd(), __off, __way);

Completed in 74 milliseconds