Searched refs:off_t (Results 1 – 10 of 10) sorted by relevance
/io/ |
A D | lseek.c | 23 off_t 24 __libc_lseek (int fd, off_t offset, int whence) in __libc_lseek()
|
A D | sendfile.c | 25 sendfile (int out_fd, int in_fd, off_t *offset, size_t count) in sendfile()
|
A D | fcntl.h | 56 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 D | tst-posix_fallocate64.c | 38 off_t base_offset = UINT32_MAX + 512LL; in do_test()
|
A D | lockf.c | 28 lockf (int fd, int cmd, off_t len) in lockf()
|
A D | tst-posix_fallocate-common.c | 43 do_test_with_offset (off_t offset) in do_test_with_offset()
|
A D | test-lfs.c | 171 off_t offset = lseek (fd, 0, SEEK_CUR); in do_test() 172 if (sizeof (off_t) < sizeof (off64_t)) in do_test()
|
A D | tst-lockf.c | 114 if (sizeof (off_t) != sizeof (off64_t)) in do_test()
|
/io/sys/ |
A D | sendfile.h | 33 extern ssize_t sendfile (int __out_fd, int __in_fd, off_t *__offset,
|
A D | stat.h | 70 typedef __off_t off_t; typedef 72 typedef __off64_t off_t; typedef
|
Completed in 9 milliseconds