Home
last modified time | relevance | path

Searched refs:off_t (Results 1 – 10 of 10) sorted by relevance

/io/
A Dlseek.c23 off_t
24 __libc_lseek (int fd, off_t offset, int whence) in __libc_lseek()
A Dsendfile.c25 sendfile (int out_fd, int in_fd, off_t *offset, size_t count) in sendfile()
A Dfcntl.h56 typedef __off_t off_t; typedef
58 typedef __off64_t off_t; typedef
284 extern int lockf (int __fd, int __cmd, off_t __len);
301 extern int posix_fadvise (int __fd, off_t __offset, off_t __len,
323 extern int posix_fallocate (int __fd, off_t __offset, off_t __len);
A Dtst-posix_fallocate64.c38 off_t base_offset = UINT32_MAX + 512LL; in do_test()
A Dlockf.c28 lockf (int fd, int cmd, off_t len) in lockf()
A Dtst-posix_fallocate-common.c43 do_test_with_offset (off_t offset) in do_test_with_offset()
A Dtest-lfs.c171 off_t offset = lseek (fd, 0, SEEK_CUR); in do_test()
172 if (sizeof (off_t) < sizeof (off64_t)) in do_test()
A Dtst-lockf.c114 if (sizeof (off_t) != sizeof (off64_t)) in do_test()
/io/sys/
A Dsendfile.h33 extern ssize_t sendfile (int __out_fd, int __in_fd, off_t *__offset,
A Dstat.h70 typedef __off_t off_t; typedef
72 typedef __off64_t off_t; typedef

Completed in 9 milliseconds