Searched refs:POS_ERR (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/sendmail/libsm/
H A Dfseek.c30 #define POS_ERR (-(off_t)1) macro
231 if (curoff == POS_ERR)
290 if ((*seekfn)(fp, curoff, SM_IO_SEEK_SET) == POS_ERR)
322 (*seekfn)(fp, (off_t) offset, whence) == POS_ERR)
/freebsd-10.3-release/lib/libc/stdio/
H A Dfseek.c51 #define POS_ERR (-(fpos_t)1) macro
262 if (_sseek(fp, curoff, SEEK_SET) == POS_ERR)
285 (ret = _sseek(fp, (fpos_t)offset, whence)) == POS_ERR)

Completed in 136 milliseconds