Searched refs:_sseek (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/lib/libc/stdio/
H A Dftell.c103 pos = _sseek(fp, (fpos_t)0, SEEK_END);
109 pos = _sseek(fp, (fpos_t)0, SEEK_CUR);
H A Dstdio.c112 if (_sseek(fp, (fpos_t)0, SEEK_END) == -1 &&
132 _sseek(FILE *fp, fpos_t offset, int whence) function
H A Dfopen.c96 (void)_sseek(fp, (fpos_t)0, SEEK_END);
H A Dfreopen.c119 (void) _sseek(fp, (fpos_t)0, SEEK_SET);
246 (void) _sseek(fp, (fpos_t)0, SEEK_END);
H A Dlocal.h54 extern fpos_t _sseek(FILE *, fpos_t, int);
H A Dfseek.c262 if (_sseek(fp, curoff, SEEK_SET) == POS_ERR)
285 (ret = _sseek(fp, (fpos_t)offset, whence)) == POS_ERR)

Completed in 101 milliseconds