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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfseeko.c75 fpos_t target, curoff; local
88 (void) &curoff;
122 curoff = fp->_offset;
124 curoff = (*seekfn)(fp->_cookie, (fpos_t)0, SEEK_CUR);
125 if (curoff == POS_ERR) {
132 curoff -= fp->_r;
134 curoff -= fp->_ur;
136 curoff += fp->_p - fp->_bf._base;
138 offset += curoff;
145 curoff
[all...]

Completed in 3401 milliseconds