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

/haiku/src/system/libroot/posix/glibc/libio/
H A Dioseekoff.c69 _IO_seekoff (fp, offset, dir, mode) function
H A Dlibio.h476 extern _IO_off64_t _IO_seekoff (_IO_FILE *, _IO_off64_t, int, int) __THROW;
/haiku/headers/posix/
H A Dlibio.h209 extern _IO_fpos64_t _IO_seekoff(_IO_FILE *, _IO_off64_t, int, int);
/haiku/src/libs/stdc++/legacy/
H A Diostream.cc197 streampos pos = _IO_seekoff (_strbuf, off, (int) dir, _IOS_INPUT);
208 streampos pos = _IO_seekoff (_strbuf, 0, _IO_seek_cur, _IOS_INPUT);
934 streampos pos = _IO_seekoff (_strbuf, off, (int) dir, _IOS_OUTPUT);
943 streampos pos = _IO_seekoff (_strbuf, 0, _IO_seek_cur, _IOS_OUTPUT);
H A Dstreambuf.cc237 return _IO_seekoff (this, o, d, m);
/haiku/headers/cpp/
H A Dstreambuf.h362 { return _IO_seekoff (this, o, d, mode); }
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c210 void _IO_seekoff() {} function
H A Dlibroot_stubs_legacy.c320 void _IO_seekoff() {} function

Completed in 105 milliseconds