SEEK_CUR 305 io.c r = lseek(fptr->fd, -fptr->rbuf_len, SEEK_CUR); SEEK_CUR 359 io.c #define io_tell(fptr) lseek(flush_before_seek(fptr)->fd, 0, SEEK_CUR) SEEK_CUR 361 io.c #ifndef SEEK_CUR SEEK_CUR 1478 io.c pos = lseek(fptr->fd, 0, SEEK_CUR); SEEK_CUR 7409 io.c off_t cur = lseek(stp->src_fd, 0, SEEK_CUR); SEEK_CUR 8605 io.c rb_define_const(rb_cIO, "SEEK_CUR", INT2FIX(SEEK_CUR)); SEEK_CUR 3661 win32/win32.c if (((lpos = SetFilePointer(h, 0, (upos = 0, &upos), SEEK_CUR)) == -1L && SEEK_CUR 3762 win32/win32.c case SEEK_CUR: