Home
last modified time | relevance | path

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

/freebsd/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/lib/libc/stdio/
H A Dfseek.c47 #define POS_ERR (-(fpos_t)1) macro
258 if (_sseek(fp, curoff, SEEK_SET) == POS_ERR) in _fseeko()
281 (ret = _sseek(fp, (fpos_t)offset, whence)) == POS_ERR) in _fseeko()