Home
last modified time | relevance | path

Searched refs:SEEK_SET (Results 1 – 20 of 20) sorted by relevance

/io/
A Dtst-lockf.c42 TEST_COMPARE (lseek (temp_fd, 0, SEEK_SET), 0); in do_test_child_lockf()
48 TEST_COMPARE (lseek (temp_fd, INT32_MAX-1024, SEEK_SET), INT32_MAX-1024); in do_test_child_lockf()
52 TEST_COMPARE (lseek (temp_fd, 1024, SEEK_SET), 1024); in do_test_child_lockf()
56 TEST_COMPARE (lseek64 (temp_fd, (off64_t)INT32_MAX, SEEK_SET), in do_test_child_lockf()
65 TEST_COMPARE (lseek64 (temp_fd, 0, SEEK_SET), 0); in do_test_child_lockf64()
75 TEST_COMPARE (lseek64 (temp_fd, 1024, SEEK_SET), 1024); in do_test_child_lockf64()
81 TEST_COMPARE (lseek64 (temp_fd, off, SEEK_SET), off); in do_test_child_lockf64()
88 TEST_COMPARE (lseek64 (temp_fd, off, SEEK_SET), off); in do_test_child_lockf64()
104 TEST_COMPARE (lseek (temp_fd, 1024, SEEK_SET), 1024); in do_test()
117 TEST_COMPARE (lseek (temp_fd, 0, SEEK_SET), 0); in do_test()
[all …]
A 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()
131 xlseek (outfd, 0, SEEK_SET); in simple_file_copy()
156 xlseek (infd, 0, SEEK_SET); in short_copy()
162 xlseek (infd, 2, SEEK_SET); in short_copy()
167 xlseek (infd, shift, SEEK_SET); in short_copy()
170 xlseek (outfd, 0, SEEK_SET); in short_copy()
A Dlseek64.c33 case SEEK_SET: in __libc_lseek64()
A Dlseek.c33 case SEEK_SET: in __libc_lseek()
A Dtst-unlinkat.c62 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
108 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
149 if (lseek (dir_fd, 0, SEEK_SET) != 0) in do_test()
A Dtst-mkdirat.c63 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
117 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
A Dtst-mkfifoat.c63 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
117 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
A Dtst-mknodat.c63 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
117 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
A Dtst-openat.c62 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
123 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
A Dtest-lfs.c99 ret = fseeko64 (f, TWO_GB+100, SEEK_SET); in test_ftello()
149 ret = lseek64 (fd, TWO_GB+100, SEEK_SET); in do_test()
A Dtst-readlinkat.c62 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
A Dtst-futimesat.c82 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
A Dtst-fchmodat.c64 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
A Dtst-fchownat.c74 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
A Dtst-fstatat.c62 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
A Dtst-symlinkat.c62 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
A Dtst-linkat.c62 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
A Dtst-faccessat.c64 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
A Dtst-renameat.c62 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
A Dfcntl.h137 # define SEEK_SET 0 /* Seek from beginning of file. */ macro

Completed in 13 milliseconds