reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/dirent.h
  372 				  __off64_t *__restrict __basep)
usr/include/fcntl.h
   64 typedef __off64_t off64_t;
usr/include/stdio.h
   59 typedef __off64_t off_t;
   64 typedef __off64_t off64_t;
  718 extern __off64_t __REDIRECT (ftello, (FILE *__stream), ftello64);
  750 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
  751 extern __off64_t ftello64 (FILE *__stream) __wur;
usr/include/unistd.h
  253 typedef __off64_t off64_t;
  340 extern __off64_t __REDIRECT_NTH (lseek,
  348 extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence)
  348 extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence)
  408 			__off64_t __offset) __wur;
  412 			 __off64_t __offset) __wur;
 1006 extern int truncate64 (const char *__file, __off64_t __length)
 1027 extern int ftruncate64 (int __fd, __off64_t __length) __THROW __wur;
 1092 extern int lockf64 (int __fd, int __cmd, __off64_t __len) __wur;
 1110 ssize_t copy_file_range (int __infd, __off64_t *__pinoff,
 1111 			 int __outfd, __off64_t *__poutoff,
usr/include/x86_64-linux-gnu/bits/_G_config.h
   33   __off64_t __pos;
usr/include/x86_64-linux-gnu/bits/dirent.h
   40     __off64_t d_off;
usr/include/x86_64-linux-gnu/bits/fcntl-linux.h
  385 extern __ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
  393 extern int sync_file_range (int __fd, __off64_t __offset, __off64_t __count,
  393 extern int sync_file_range (int __fd, __off64_t __offset, __off64_t __count,
  408 extern __ssize_t splice (int __fdin, __off64_t *__offin, int __fdout,
  409 			 __off64_t *__offout, size_t __len,
  435 extern int fallocate64 (int __fd, int __mode, __off64_t __offset,
  436 			__off64_t __len);
usr/include/x86_64-linux-gnu/bits/fcntl.h
   54     __off64_t l_start;	/* Offset where the lock begins.  */
   55     __off64_t l_len;	/* Size of the locked area; zero means until EOF.  */
usr/include/x86_64-linux-gnu/bits/types.h
  190 typedef __off64_t __loff_t;	/* Type of file sizes and offsets (LFS).  */
usr/include/x86_64-linux-gnu/sys/mman.h
   71 		     int __flags, int __fd, __off64_t __offset) __THROW;
usr/include/x86_64-linux-gnu/sys/types.h
   93 typedef __off64_t off64_t;
usr/include/x86_64-linux-gnu/sys/uio.h
  107 			 __off64_t __offset) __wur;
  119 			  __off64_t __offset) __wur;
  153 			   int __count, __off64_t __offset,
  158 			    int __count, __off64_t __offset,