Searched refs:SEEK_CUR (Results 1 – 5 of 5) sorted by relevance
61 pos = (*fp->_seek)(fp->_cookie, (fpos_t)0, SEEK_CUR); in ftello()
76 case SEEK_CUR: in fseeko()86 curoff = (*seekfn)(fp->_cookie, (fpos_t)0, SEEK_CUR); in fseeko()155 curoff = (*seekfn)(fp->_cookie, (fpos_t)0, SEEK_CUR); in fseeko()
47 #define SEEK_CUR 1 macro
184 #ifndef SEEK_CUR185 #define SEEK_CUR 1 /* set file offset to current plus offset */ macro
34 #define SEEK_CUR 1 macro