Searched refs:POS_ERR (Results 1 – 2 of 2) sorted by relevance
30 #define POS_ERR (-(off_t)1) macro231 if (curoff == POS_ERR)290 if ((*seekfn)(fp, curoff, SM_IO_SEEK_SET) == POS_ERR)322 (*seekfn)(fp, (off_t) offset, whence) == POS_ERR)
47 #define POS_ERR (-(fpos_t)1) macro258 if (_sseek(fp, curoff, SEEK_SET) == POS_ERR) in _fseeko()281 (ret = _sseek(fp, (fpos_t)offset, whence)) == POS_ERR) in _fseeko()