Searched refs:off_t (Results 1 – 14 of 14) sorted by relevance
/posix/ |
A D | tst-preadwrite64.c | 33 off_t base_offset = UINT32_MAX + 2048LL; in do_test() 46 off_t expected_value = base_offset + ret; in do_test()
|
A D | tst-fork.c | 41 off_t off; in main() 69 if (off == (off_t) -1 || off != strlen (testdata)) in main() 92 if (off == (off_t) -1 || off != strlen (testdata)) in main()
|
A D | tst-truncate64.c | 31 off_t base_offset = UINT32_MAX + 512LL; in do_test()
|
A D | tst-posix_fadvise64.c | 36 off_t offset = UINT32_MAX + 2048LL; in do_test()
|
A D | pread.c | 24 __libc_pread (int fd, void *buf, size_t nbytes, off_t offset) in __libc_pread()
|
A D | pwrite.c | 24 __libc_pwrite (int fd, const void *buf, size_t nbytes, off_t offset) in __libc_pwrite()
|
A D | tst-preadwrite-common.c | 47 do_test_with_offset (off_t offset) in do_test_with_offset()
|
A D | tst-truncate-common.c | 49 do_test_with_offset (off_t offset) in do_test_with_offset()
|
A D | tst-_Fork.c | 46 off_t off = xlseek (tempfd, 0, SEEK_CUR); in singlethread_test()
|
A D | tst-exec.c | 100 if (lseek (fd1, 0, SEEK_CUR) != (off_t) -1 || errno != EBADF) in handle_restart()
|
A D | tst-spawn.c | 126 TEST_COMPARE (lseek (fd1, 0, SEEK_CUR), (off_t) -1); in handle_restart()
|
A D | unistd.h | 243 typedef __off_t off_t; typedef 245 typedef __off64_t off_t; typedef
|
A D | tst-regex.input | 10577 * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
|
/posix/sys/ |
A D | types.h | 85 typedef __off_t off_t; typedef 87 typedef __off64_t off_t; typedef
|
Completed in 29 milliseconds