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

References

usr/include/dirent.h
  355 				__off_t *__restrict __basep)
usr/include/fcntl.h
   56 typedef __off_t off_t;
usr/include/stdio.h
   57 typedef __off_t off_t;
  707 extern int fseeko (FILE *__stream, __off_t __off, int __whence);
  712 extern __off_t ftello (FILE *__stream) __wur;
usr/include/unistd.h
  246 typedef __off_t off_t;
  337 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW;
  337 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW;
  380 		      __off_t __offset) __wur;
  388 		       __off_t __offset) __wur;
  994 extern int truncate (const char *__file, __off_t __length)
 1017 extern int ftruncate (int __fd, __off_t __length) __THROW __wur;
 1082 extern int lockf (int __fd, int __cmd, __off_t __len) __wur;
usr/include/x86_64-linux-gnu/bits/_G_config.h
   28   __off_t __pos;
usr/include/x86_64-linux-gnu/bits/dirent.h
   26     __off_t d_off;
usr/include/x86_64-linux-gnu/bits/fcntl-linux.h
  424 extern int fallocate (int __fd, int __mode, __off_t __offset, __off_t __len);
  424 extern int fallocate (int __fd, int __mode, __off_t __offset, __off_t __len);
usr/include/x86_64-linux-gnu/bits/fcntl.h
   40     __off_t l_start;	/* Offset where the lock begins.  */
   41     __off_t l_len;	/* Size of the locked area; zero means until EOF.  */
usr/include/x86_64-linux-gnu/bits/stat.h
   74     __off_t st_size;			/* Size of file, in bytes.  */
  137     __off_t st_size;		/* Size of file, in bytes.  */
usr/include/x86_64-linux-gnu/sys/mman.h
   29 typedef __off_t off_t;
   58 		   int __flags, int __fd, __off_t __offset) __THROW;
usr/include/x86_64-linux-gnu/sys/stat.h
   70 typedef __off_t off_t;
usr/include/x86_64-linux-gnu/sys/types.h
   86 typedef __off_t off_t;
usr/include/x86_64-linux-gnu/sys/uio.h
   68 		       __off_t __offset) __wur;
   80 			__off_t __offset) __wur;
  128 			__off_t __offset, int ___flags) __wur;
  132 			 __off_t __offset, int __flags) __wur;