NUM2OFFT 1706 file.c if (truncate(RSTRING(path)->ptr, NUM2OFFT(len)) < 0)
NUM2OFFT 1722 file.c if (chsize(tmpfd, NUM2OFFT(len)) < 0) {
NUM2OFFT 1747 file.c if (ftruncate(fileno(fptr->f), NUM2OFFT(len)) < 0)
NUM2OFFT 1751 file.c if (chsize(fileno(fptr->f), NUM2OFFT(len)) < 0)
NUM2OFFT 411 io.c pos = fseeko(fptr->f, NUM2OFFT(offset), whence);
NUM2OFFT 442 io.c pos = fseeko(fptr->f, NUM2OFFT(offset), SEEK_SET);
NUM2OFFT 1416 io.c pos = lseek(fileno(fptr->f), NUM2OFFT(offset), whence);