Searched refs:SM_IO_SEEK_CUR (Results 1 – 4 of 4) sorted by relevance
136 case SM_IO_SEEK_CUR:151 curoff = (*seekfn)(fp, (off_t) 0, SM_IO_SEEK_CUR);230 curoff = (*seekfn)(fp, (off_t) 0, SM_IO_SEEK_CUR);
121 pos = (*fp->f_seek)(fp, (off_t) 0, SM_IO_SEEK_CUR);
178 case SM_IO_SEEK_CUR:
49 #define SM_IO_SEEK_CUR 1 macro