Searched refs:off64_t (Results 1 – 7 of 7) sorted by relevance
/io/ |
A D | tst-lockf.c | 56 TEST_COMPARE (lseek64 (temp_fd, (off64_t)INT32_MAX, SEEK_SET), in do_test_child_lockf() 57 (off64_t)INT32_MAX); in do_test_child_lockf() 80 off64_t off = (off64_t)INT32_MAX; in do_test_child_lockf64() 87 off64_t off = (off64_t)INT32_MAX+1024; in do_test_child_lockf64() 114 if (sizeof (off_t) != sizeof (off64_t)) in do_test() 122 off64_t off = (off64_t)INT32_MAX + 1024; in do_test()
|
A D | lseek64.c | 23 off64_t 24 __libc_lseek64 (int fd, off64_t offset, int whence) in __libc_lseek64()
|
A D | sendfile64.c | 25 sendfile64 (int out_fd, int in_fd, off64_t *offset, size_t count) in sendfile64()
|
A D | fcntl.h | 64 typedef __off64_t off64_t; typedef 293 extern int lockf64 (int __fd, int __cmd, off64_t __len); 313 extern int posix_fadvise64 (int __fd, off64_t __offset, off64_t __len, 334 extern int posix_fallocate64 (int __fd, off64_t __offset, off64_t __len);
|
A D | lockf64.c | 24 __lockf64 (int fd, int cmd, off64_t len64) in __lockf64()
|
A D | test-lfs.c | 95 off64_t pos; in test_ftello() 165 off64_t offset64 = lseek64 (fd, 0, SEEK_CUR); in do_test() 172 if (sizeof (off_t) < sizeof (off64_t)) in do_test()
|
A D | tst-copy_file_range.c | 48 static off64_t inoff; 49 static off64_t *pinoff; 50 static off64_t outoff; 51 static off64_t *poutoff;
|
Completed in 5 milliseconds