Home
last modified time | relevance | path

Searched refs:_xseek64 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Drewind.c56 (void) _xseek64(iop, 0, SEEK_SET); in _rewind_unlocked()
H A D_endopen.c94 if (_xseek64(iop, (off64_t)0, SEEK_END) < (off64_t)0) { in _endopen()
H A Dfseeko.c84 p = _xseek64(iop, offset, ptrname); in fseeko64()
H A Dftell.c89 tres = _xseek64(iop, 0, SEEK_CUR); in ftell_common()
H A Dflush.c676 (void) _xseek64(iop, -iop->_cnt, SEEK_CUR); in _fflush_u()
1033 _xseek64(FILE *iop, off64_t off, int whence) in _xseek64() function
H A DREADME.design239 _xseek64(), and _xclose(). If an operations vector is defined, it will
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h276 extern off64_t _xseek64(FILE *iop, off64_t off, int whence);