Home
last modified time | relevance | path

Searched refs:xlseek (Results 1 – 12 of 12) sorted by relevance

/glibc-2.36/io/
Dtst-copy_file_range.c75 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/
Dtst-_Fork.c46 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()
Dtst-spawn.c110 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/
Dtst-preadvwritev-common.c65 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/
Dsupport_descriptor_supports_holes.c55 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()
Dxlseek.c23 xlseek (int fd, long long offset, int whence) in xlseek() function
Dxunistd.h58 long long xlseek (int fd, long long offset, int whence);
DMakefile130 xlseek \
/glibc-2.36/login/
Dtst-updwtmpx.c78 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/
Dtst-getdents64.c37 xlseek (fd, 0, SEEK_SET); in large_buffer_check()
162 xlseek (fd, 0, SEEK_SET); in do_test_by_size()
/glibc-2.36/libio/
Dtst-wfile-sync.c52 TEST_COMPARE (xlseek (infd, 0, SEEK_CUR), 1); in do_test()
/glibc-2.36/ChangeLog.old/
DChangeLog.1924341 xftruncate, xlseek.
24344 * support/xlseek.c: Likewise.
24345 * support/xunistd.h (xfstat, xftruncate, xlseek): Declare.