Searched refs:_IO_seekoff (Results 1 – 8 of 8) sorted by relevance
/haiku/src/system/libroot/posix/glibc/libio/ |
H A D | ioseekoff.c | 69 _IO_seekoff (fp, offset, dir, mode) in _IO_seekoff() function
|
H A D | libio.h | 476 extern _IO_off64_t _IO_seekoff (_IO_FILE *, _IO_off64_t, int, int) __THROW;
|
/haiku/headers/posix/ |
H A D | libio.h | 209 extern _IO_fpos64_t _IO_seekoff(_IO_FILE *, _IO_off64_t, int, int);
|
/haiku/src/libs/stdc++/legacy/ |
H A D | iostream.cc | 197 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 D | streambuf.cc | 237 return _IO_seekoff (this, o, d, m); in sseekoff()
|
/haiku/headers/cpp/ |
H A D | streambuf.h | 362 { return _IO_seekoff (this, o, d, mode); }
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 315 void _IO_seekoff() {} in _IO_seekoff() function
|
H A D | libroot_stubs.c | 205 void _IO_seekoff() {} in _IO_seekoff() function
|