Home
last modified time | relevance | path

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) in _IO_seekoff() 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); in seekg()
208 streampos pos = _IO_seekoff (_strbuf, 0, _IO_seek_cur, _IOS_INPUT); in tellg()
934 streampos pos = _IO_seekoff (_strbuf, off, (int) dir, _IOS_OUTPUT); in seekp()
943 streampos pos = _IO_seekoff (_strbuf, 0, _IO_seek_cur, _IOS_OUTPUT); in tellp()
H A Dstreambuf.cc237 return _IO_seekoff (this, o, d, m); in sseekoff()
/haiku/headers/cpp/
H A Dstreambuf.h362 { return _IO_seekoff (this, o, d, mode); }
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c315 void _IO_seekoff() {} in _IO_seekoff() function
H A Dlibroot_stubs.c205 void _IO_seekoff() {} in _IO_seekoff() function