Home
last modified time | relevance | path

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

/posix/
A Dtst-preadwrite64.c33 off_t base_offset = UINT32_MAX + 2048LL; in do_test()
46 off_t expected_value = base_offset + ret; in do_test()
A Dtst-fork.c41 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 Dtst-truncate64.c31 off_t base_offset = UINT32_MAX + 512LL; in do_test()
A Dtst-posix_fadvise64.c36 off_t offset = UINT32_MAX + 2048LL; in do_test()
A Dpread.c24 __libc_pread (int fd, void *buf, size_t nbytes, off_t offset) in __libc_pread()
A Dpwrite.c24 __libc_pwrite (int fd, const void *buf, size_t nbytes, off_t offset) in __libc_pwrite()
A Dtst-preadwrite-common.c47 do_test_with_offset (off_t offset) in do_test_with_offset()
A Dtst-truncate-common.c49 do_test_with_offset (off_t offset) in do_test_with_offset()
A Dtst-_Fork.c46 off_t off = xlseek (tempfd, 0, SEEK_CUR); in singlethread_test()
A Dtst-exec.c100 if (lseek (fd1, 0, SEEK_CUR) != (off_t) -1 || errno != EBADF) in handle_restart()
A Dtst-spawn.c126 TEST_COMPARE (lseek (fd1, 0, SEEK_CUR), (off_t) -1); in handle_restart()
A Dunistd.h243 typedef __off_t off_t; typedef
245 typedef __off64_t off_t; typedef
A Dtst-regex.input10577 * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
/posix/sys/
A Dtypes.h85 typedef __off_t off_t; typedef
87 typedef __off64_t off_t; typedef

Completed in 29 milliseconds