off_t             109 .ext/include/x86_64-linux/ruby/config.h #define rb_off_t off_t
off_t             471 addr2line.c        off_t filesize;
off_t             490 addr2line.c        if (filesize > (off_t)SIZE_MAX) {
off_t              39 ext/rbconfig/sizeof/sizes.c     DEFINE(off_t, OFF_T);
off_t              25 ext/sdbm/sdbm.h 	off_t maxbno;		       /* size of dirfile in bits */
off_t            4432 file.c             off_t pos;
off_t            4488 file.c             off_t pos;
off_t            5422 file.c             off_t size = get_stat(obj)->st_size;
off_t             716 include/ruby/ruby.h #  define NUM2OFFT(x) ((off_t)NUM2LL(x))
off_t             406 include/ruby/win32.h extern int rb_w32_ftruncate(int fd, off_t length);
off_t             407 include/ruby/win32.h extern int rb_w32_truncate(const char *path, off_t length);
off_t             408 include/ruby/win32.h extern int rb_w32_utruncate(const char *path, off_t length);
off_t              60 io.c           #if !HAVE_OFF_T && !defined(off_t)
off_t             120 io.c           off_t __syscall(quad_t number, ...);
off_t             488 io.c               off_t r, pos;
off_t             721 io.c               off_t r;
off_t            1602 io.c               off_t pos;
off_t            1615 io.c               off_t pos;
off_t            1696 io.c               off_t pos;
off_t            2176 io.c               off_t siz = READ_DATA_PENDING_COUNT(fptr);
off_t            2177 io.c               off_t pos;
off_t            4614 io.c               off_t pos;
off_t            6631 io.c               off_t pos = 0;
off_t            6837 io.c               off_t pos;
off_t            8543 io.c               off_t offset;
off_t            8544 io.c               off_t len;
off_t            8591 io.c           do_io_advise(rb_io_t *fptr, VALUE advice, off_t offset, off_t len)
off_t            8690 io.c               off_t off, l;
off_t            10036 io.c               off_t copy_length; /* (off_t)-1 if not specified */
off_t            10037 io.c               off_t src_offset; /* (off_t)-1 if not specified */
off_t            10043 io.c               off_t total;
off_t            10188 io.c           simple_sendfile(int out_fd, int in_fd, off_t *offset, off_t count)
off_t            10200 io.c           simple_sendfile(int out_fd, int in_fd, off_t *offset, off_t count)
off_t            10203 io.c               off_t pos = offset ? *offset : lseek(in_fd, 0, SEEK_CUR);
off_t            10204 io.c               off_t sbytes;
off_t            10233 io.c               off_t copy_length;
off_t            10234 io.c               off_t src_offset;
off_t            10258 io.c               use_pread = src_offset != (off_t)-1;
off_t            10261 io.c               if (copy_length == (off_t)-1) {
off_t            10265 io.c                       off_t cur;
off_t            10268 io.c                       if (cur == (off_t)-1 && errno) {
off_t            10280 io.c               ss = (copy_length > (off_t)SSIZE_MAX) ? SSIZE_MAX : (ssize_t)copy_length;
off_t            10343 io.c           maygvl_copy_stream_read(int has_gvl, struct copy_stream_struct *stp, char *buf, size_t len, off_t offset)
off_t            10347 io.c               if (offset == (off_t)-1) {
off_t            10378 io.c                   stp->syserr = offset == (off_t)-1 ?  "read" : "pread";
off_t            10418 io.c               off_t copy_length;
off_t            10420 io.c               off_t src_offset;
off_t            10424 io.c               use_eof = copy_length == (off_t)-1;
off_t            10426 io.c               use_pread = src_offset != (off_t)-1;
off_t            10429 io.c                   off_t r;
off_t            10432 io.c                   if (r == (off_t)-1 && errno) {
off_t            10437 io.c                   src_offset = (off_t)-1;
off_t            10442 io.c                   if (!use_eof && copy_length < (off_t)sizeof(buf)) {
off_t            10454 io.c                       ss = maygvl_copy_stream_read(0, stp, buf, len, (off_t)-1);
off_t            10497 io.c               off_t rest = stp->copy_length;
off_t            10498 io.c               off_t off = stp->src_offset;
off_t            10510 io.c                   if (stp->copy_length == (off_t)-1) {
off_t            10533 io.c                       if (off != (off_t)-1)
off_t            10551 io.c               if (stp->src_fd == -1 && stp->src_offset != (off_t)-1) {
off_t            10641 io.c               if (stp->src_offset == (off_t)-1 && src_fptr && src_fptr->rbuf.len) {
off_t            10644 io.c                   if (stp->copy_length != (off_t)-1 && stp->copy_length < (off_t)len) {
off_t            10657 io.c                   if (stp->copy_length != (off_t)-1)
off_t            10741 io.c                   st.copy_length = (off_t)-1;
off_t            10746 io.c                   st.src_offset = (off_t)-1;
off_t               7 nacl/unistd.h  int truncate(const char* path, off_t new_size);
off_t               8 nacl/unistd.h  int ftruncate(int fd, off_t new_size);
off_t            5696 win32/win32.c  rb_chsize(HANDLE h, off_t size)
off_t            5725 win32/win32.c  w32_truncate(const char *path, off_t length, UINT cp)
off_t            5747 win32/win32.c  rb_w32_utruncate(const char *path, off_t length)
off_t            5754 win32/win32.c  rb_w32_truncate(const char *path, off_t length)
off_t            5761 win32/win32.c  rb_w32_ftruncate(int fd, off_t length)