/glibc-2.36/io/ |
D | tst-copy_file_range.c | 75 xlseek (infd, 1, SEEK_SET); in simple_file_copy() 82 xlseek (infd, 3, SEEK_SET); in simple_file_copy() 89 xlseek (outfd, 4, SEEK_SET); in simple_file_copy() 95 xlseek (outfd, 6, SEEK_SET); in simple_file_copy() 107 TEST_COMPARE (xlseek (infd, 0, SEEK_CUR), 1); in simple_file_copy() 110 TEST_COMPARE (xlseek (infd, 0, SEEK_CUR), 3 + length); in simple_file_copy() 114 TEST_COMPARE (xlseek (outfd, 0, SEEK_CUR), 4); in simple_file_copy() 117 TEST_COMPARE (xlseek (outfd, 0, SEEK_CUR), 6 + length); in simple_file_copy() 131 xlseek (outfd, 0, SEEK_SET); in simple_file_copy() 156 xlseek (infd, 0, SEEK_SET); in short_copy() [all …]
|
/glibc-2.36/posix/ |
D | tst-_Fork.c | 46 off_t off = xlseek (tempfd, 0, SEEK_CUR); in singlethread_test() 56 TEST_COMPARE (xlseek (tempfd, 0, SEEK_CUR), testdatalen1); in singlethread_test() 58 xlseek (tempfd, 0, SEEK_SET); in singlethread_test() 63 xlseek (tempfd, 0, SEEK_SET); in singlethread_test() 76 TEST_COMPARE (xlseek (tempfd, 0, SEEK_CUR), testdatalen2); in singlethread_test() 78 xlseek (tempfd, 0, SEEK_SET); in singlethread_test()
|
D | tst-spawn.c | 110 TEST_COMPARE (xlseek (fd2, 0, SEEK_CUR), strlen (fd2string)); in handle_restart() 112 TEST_COMPARE (xlseek (fd4, 0, SEEK_CUR), strlen (fd2string)); in handle_restart() 113 TEST_COMPARE (xlseek (fd2, 0, SEEK_SET), 0); in handle_restart() 114 TEST_COMPARE (xlseek (fd4, 0, SEEK_CUR), 0); in handle_restart() 135 TEST_COMPARE (xlseek (fd5, 0, SEEK_SET), 0); in handle_restart()
|
/glibc-2.36/misc/ |
D | tst-preadvwritev-common.c | 65 xlseek (temp_fd, 2, SEEK_SET); in do_test_without_offset() 74 TEST_COMPARE (xlseek (temp_fd, 0, SEEK_CUR), 9); in do_test_without_offset() 76 xlseek (temp_fd, 1, SEEK_SET); in do_test_without_offset() 89 TEST_COMPARE (xlseek (temp_fd, 0, SEEK_CUR), 6); in do_test_without_offset()
|
/glibc-2.36/support/ |
D | support_descriptor_supports_holes.c | 55 xlseek (fd, 0, SEEK_SET); in support_descriptor_supports_holes() 70 xlseek (fd, write_offset, SEEK_SET); in support_descriptor_supports_holes() 86 xlseek (fd, 0, SEEK_SET); in support_descriptor_supports_holes()
|
D | xlseek.c | 23 xlseek (int fd, long long offset, int whence) in xlseek() function
|
D | xunistd.h | 58 long long xlseek (int fd, long long offset, int whence);
|
D | Makefile | 130 xlseek \
|
/glibc-2.36/login/ |
D | tst-updwtmpx.c | 78 TEST_COMPARE (xlseek (fd, 0, SEEK_END), sizeof (struct utmpx)); in do_test() 94 TEST_COMPARE (xlseek (fd, 0, SEEK_END), 2 * sizeof (struct utmpx)); in do_test()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-getdents64.c | 37 xlseek (fd, 0, SEEK_SET); in large_buffer_check() 162 xlseek (fd, 0, SEEK_SET); in do_test_by_size()
|
/glibc-2.36/libio/ |
D | tst-wfile-sync.c | 52 TEST_COMPARE (xlseek (infd, 0, SEEK_CUR), 1); in do_test()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.19 | 24341 xftruncate, xlseek. 24344 * support/xlseek.c: Likewise. 24345 * support/xunistd.h (xfstat, xftruncate, xlseek): Declare.
|