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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfseeko.c65 #define POS_ERR (-(fpos_t)1) macro
125 if (curoff == POS_ERR) {
199 if (curoff == POS_ERR)
256 if ((*seekfn)(fp->_cookie, curoff, SEEK_SET) == POS_ERR)
287 (*seekfn)(fp->_cookie, (fpos_t)offset, whence) == POS_ERR) {

Completed in 31 milliseconds