Home
last modified time | relevance | path

Searched refs:off64_t (Results 1 – 7 of 7) sorted by relevance

/io/
A Dtst-lockf.c56 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 Dlseek64.c23 off64_t
24 __libc_lseek64 (int fd, off64_t offset, int whence) in __libc_lseek64()
A Dsendfile64.c25 sendfile64 (int out_fd, int in_fd, off64_t *offset, size_t count) in sendfile64()
A Dfcntl.h64 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 Dlockf64.c24 __lockf64 (int fd, int cmd, off64_t len64) in __lockf64()
A Dtest-lfs.c95 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 Dtst-copy_file_range.c48 static off64_t inoff;
49 static off64_t *pinoff;
50 static off64_t outoff;
51 static off64_t *poutoff;

Completed in 9 milliseconds