SEEK_CUR          503 io.c           	r = lseek(fptr->fd, -fptr->rbuf.len, SEEK_CUR);
SEEK_CUR          515 io.c               pos = lseek(fptr->fd, 0, SEEK_CUR);
SEEK_CUR          727 io.c               r = lseek(fptr->fd, -fptr->rbuf.len, SEEK_CUR);
SEEK_CUR          785 io.c           #define io_tell(fptr) lseek(flush_before_seek(fptr)->fd, 0, SEEK_CUR)
SEEK_CUR          787 io.c           #ifndef SEEK_CUR
SEEK_CUR         1631 io.c                   return SEEK_CUR;
SEEK_CUR         2187 io.c           	pos = lseek(fptr->fd, 0, SEEK_CUR);
SEEK_CUR         10203 io.c               off_t pos = offset ? *offset : lseek(in_fd, 0, SEEK_CUR);
SEEK_CUR         10216 io.c           	lseek(in_fd, sbytes, SEEK_CUR);
SEEK_CUR         10267 io.c                       cur = lseek(stp->src_fd, 0, SEEK_CUR);
SEEK_CUR         12335 io.c               rb_define_const(rb_cIO, "SEEK_CUR", INT2FIX(SEEK_CUR));
SEEK_CUR         5702 win32/win32.c      if ((lpos = SetFilePointer(h, 0, (upos = 0, &upos), SEEK_CUR)) == -1L &&