old_offset 41 maint/gnulib/lib/pread.c off_t old_offset = __libc_lseek (fd, 0, SEEK_CUR); old_offset 42 maint/gnulib/lib/pread.c if (old_offset == (off_t) -1) old_offset 56 maint/gnulib/lib/pread.c if (__libc_lseek (fd, old_offset, SEEK_SET) == (off_t) -1) old_offset 40 maint/gnulib/lib/pwrite.c off_t old_offset = __libc_lseek (fd, 0, SEEK_CUR); old_offset 41 maint/gnulib/lib/pwrite.c if (old_offset == (off_t) -1) old_offset 55 maint/gnulib/lib/pwrite.c if (__libc_lseek (fd, old_offset, SEEK_SET) == (off_t) -1) old_offset 66 maint/gnulib/lib/windows-rwlock.c unsigned int old_offset = wq->offset; old_offset 68 maint/gnulib/lib/windows-rwlock.c if (old_offset + old_count > old_alloc) old_offset 70 maint/gnulib/lib/windows-rwlock.c unsigned int limit = old_offset + old_count - old_alloc; old_offset 75 maint/gnulib/lib/windows-rwlock.c new_array[i] = new_array[old_offset + i];