Searched defs:__whence (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_fstream.c292 ios_base::seekdir __whence,
300 if (!_M_seek_init(__off != 0 || __whence != ios_base::cur))
304 if (__whence == ios_base::beg || __whence == ios_base::end)
305 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence),
309 _STLP_ASSERT(__whence == ios_base::cur)
311 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence),
291 seekoff(off_type __off, ios_base::seekdir __whence, ios_base::openmode ) argument

Completed in 157 milliseconds