Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/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)