Searched refs:_IO_SYSSEEK (Results 1 – 5 of 5) sorted by relevance
/haiku/src/libs/stdc++/legacy/ |
H A D | builtinbuf.cc | 68 { return _IO_SYSSEEK (this, off, dir); } in sys_seek()
|
/haiku/src/system/libroot/posix/glibc/libio/ |
H A D | fileops.c | 498 = _IO_SYSSEEK (fp, fp->_IO_write_base - fp->_IO_read_end, 1); 888 _IO_off64_t new_pos = _IO_SYSSEEK (fp, delta, 1); 1079 result = _IO_SYSSEEK (fp, new_offset, 0); 1106 result = _IO_SYSSEEK (fp, offset, dir); 1122 _IO_SYSSEEK (fp, fp->_offset, 0); 1165 result = _IO_SYSSEEK (fp, offset, 0); 1196 _IO_off64_t result = _IO_SYSSEEK (fp, offset, dir); in _IO_file_seekoff_maybe_mmap()
|
H A D | wfileops.c | 488 new_pos = _IO_SYSSEEK (fp, delta, 1); 733 result = _IO_SYSSEEK (fp, new_offset, 0); 760 result = _IO_SYSSEEK (fp, offset, dir); 780 _IO_SYSSEEK (fp, fp->_offset, 0);
|
H A D | iofwide.c | 209 fp->_offset = _IO_SYSSEEK (fp, 0, _IO_seek_cur); in _IO_fwide()
|
H A D | libioP.h | 270 #define _IO_SYSSEEK(FP, OFFSET, MODE) JUMP2 (__seek, FP, OFFSET, MODE) macro
|