Home | History | Annotate | Download | only in include

Lines Matching refs:__off_t

214 typedef __off_t off_t;
301 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW;
344 __off_t __offset) __wur;
352 __off_t __offset) __wur;
948 extern int truncate (__const char *__file, __off_t __length)
970 extern int ftruncate (int __fd, __off_t __length) __THROW __wur;
1034 extern int lockf (int __fd, int __cmd, __off_t __len) __wur;