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

/haiku-fatelf/src/system/libroot/posix/stdio/
H A Dfseek.c48 #define POS_ERR (-(fpos_t)1) macro
161 if (curoff == POS_ERR)
213 if ((*seekfn)(fp->_cookie, curoff, SEEK_SET) == POS_ERR)
235 (*seekfn)(fp->_cookie, (fpos_t)offset, whence) == POS_ERR) {

Completed in 43 milliseconds