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

/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dfseek.c32 #define POS_ERR (-(off_t)1) macro
233 if (curoff == POS_ERR)
292 if ((*seekfn)(fp, curoff, SM_IO_SEEK_SET) == POS_ERR)
324 (*seekfn)(fp, (off_t) offset, whence) == POS_ERR)

Completed in 173 milliseconds