off_t 577 dir.c off_t p = NUM2OFFT(pos); off_t 3327 file.c off_t pos; off_t 3380 file.c off_t pos; off_t 4304 file.c off_t size = get_stat(obj)->st_size; off_t 438 include/ruby/ruby.h # define NUM2OFFT(x) ((off_t)NUM2LL(x)) off_t 266 include/ruby/win32.h extern off_t _lseeki64(int, off_t, int); off_t 340 include/ruby/win32.h extern int truncate(const char *path, off_t length); off_t 341 include/ruby/win32.h extern int ftruncate(int fd, off_t length); off_t 342 include/ruby/win32.h extern int fseeko(FILE *stream, off_t offset, int whence); off_t 343 include/ruby/win32.h extern off_t ftello(FILE *stream); off_t 59 io.c #if !HAVE_OFF_T && !defined(off_t) off_t 300 io.c off_t r; off_t 1032 io.c off_t pos; off_t 1044 io.c off_t pos; off_t 1103 io.c off_t pos; off_t 1467 io.c off_t siz = READ_DATA_PENDING_COUNT(fptr); off_t 1468 io.c off_t pos; off_t 3465 io.c off_t pos; off_t 5197 io.c off_t pos = 0; off_t 5376 io.c off_t pos; off_t 7307 io.c off_t copy_length; /* (off_t)-1 if not specified */ off_t 7308 io.c off_t src_offset; /* (off_t)-1 if not specified */ off_t 7314 io.c off_t total; off_t 7362 io.c simple_sendfile(int out_fd, int in_fd, off_t *offset, size_t count) off_t 7379 io.c off_t copy_length; off_t 7380 io.c off_t src_offset; off_t 7402 io.c use_pread = src_offset != (off_t)-1; off_t 7405 io.c if (copy_length == (off_t)-1) { off_t 7409 io.c off_t cur = lseek(stp->src_fd, 0, SEEK_CUR); off_t 7410 io.c if (cur == (off_t)-1) { off_t 7460 io.c maygvl_copy_stream_read(struct copy_stream_struct *stp, char *buf, int len, off_t offset) off_t 7464 io.c if (offset == (off_t)-1) off_t 7492 io.c stp->syserr = offset == (off_t)-1 ? "read" : "pread"; off_t 7530 io.c off_t copy_length; off_t 7532 io.c off_t src_offset; off_t 7536 io.c use_eof = copy_length == (off_t)-1; off_t 7538 io.c use_pread = src_offset != (off_t)-1; off_t 7541 io.c off_t r; off_t 7543 io.c if (r == (off_t)-1) { off_t 7548 io.c src_offset = (off_t)-1; off_t 7565 io.c ss = maygvl_copy_stream_read(stp, buf, len, (off_t)-1); off_t 7612 io.c off_t off = stp->src_offset; off_t 7624 io.c if (stp->copy_length == (off_t)-1) { off_t 7645 io.c if (off != (off_t)-1) off_t 7663 io.c if (stp->src_fd == -1 && stp->src_offset != (off_t)-1) { off_t 7743 io.c if (stp->src_offset == (off_t)-1 && src_fptr && src_fptr->rbuf_len) { off_t 7746 io.c if (stp->copy_length != (off_t)-1 && stp->copy_length < len) { off_t 7759 io.c if (stp->copy_length != (off_t)-1) off_t 7844 io.c st.copy_length = (off_t)-1; off_t 7849 io.c st.src_offset = (off_t)-1; off_t 32 win32/dir.h off_t rb_w32_telldir(DIR *); off_t 33 win32/dir.h void rb_w32_seekdir(DIR *, off_t); off_t 1614 win32/win32.c off_t off_t 1625 win32/win32.c rb_w32_seekdir(DIR *dirp, off_t loc) off_t 3654 win32/win32.c rb_chsize(HANDLE h, off_t size) off_t 3657 win32/win32.c off_t end; off_t 3667 win32/win32.c end = ((off_t)uend << 32) | (unsigned long)lend; off_t 3685 win32/win32.c truncate(const char *path, off_t length) off_t 3709 win32/win32.c ftruncate(int fd, off_t length) off_t 3722 win32/win32.c off_t off_t 3731 win32/win32.c return (off_t)-1; off_t 3733 win32/win32.c return ((off_t)u << 32) | l; off_t 3736 win32/win32.c off_t off_t 3737 win32/win32.c _lseeki64(int fd, off_t offset, int whence) off_t 3753 win32/win32.c return ((off_t)u << 32) | l; off_t 3758 win32/win32.c fseeko(FILE *stream, off_t offset, int whence) off_t 3760 win32/win32.c off_t pos; off_t 3768 win32/win32.c if ((pos = _filelengthi64(fileno(stream))) == (off_t)-1) off_t 3779 win32/win32.c off_t off_t 3782 win32/win32.c off_t pos; off_t 3783 win32/win32.c if (fgetpos(stream, (fpos_t *)&pos)) return (off_t)-1;