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

Declarations

usr/include/fcntl.h
   64 typedef __off64_t off64_t;
usr/include/stdio.h
   64 typedef __off64_t off64_t;
usr/include/unistd.h
  253 typedef __off64_t off64_t;

References

usr/include/fcntl.h
  241 extern int lockf64 (int __fd, int __cmd, off64_t __len);
  261 extern int posix_fadvise64 (int __fd, off64_t __offset, off64_t __len,
  261 extern int posix_fadvise64 (int __fd, off64_t __offset, off64_t __len,
  282 extern int posix_fallocate64 (int __fd, off64_t __offset, off64_t __len);
  282 extern int posix_fallocate64 (int __fd, off64_t __offset, off64_t __len);