/io/ |
A D | tst-lockf.c | 42 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 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() 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 D | lseek64.c | 33 case SEEK_SET: in __libc_lseek64()
|
A D | lseek.c | 33 case SEEK_SET: in __libc_lseek()
|
A D | tst-unlinkat.c | 62 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 D | tst-mkdirat.c | 63 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 117 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
|
A D | tst-mkfifoat.c | 63 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 117 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
|
A D | tst-mknodat.c | 63 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 117 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
|
A D | tst-openat.c | 62 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test() 123 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
|
A D | test-lfs.c | 99 ret = fseeko64 (f, TWO_GB+100, SEEK_SET); in test_ftello() 149 ret = lseek64 (fd, TWO_GB+100, SEEK_SET); in do_test()
|
A D | tst-readlinkat.c | 62 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
|
A D | tst-futimesat.c | 82 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
|
A D | tst-fchmodat.c | 64 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
|
A D | tst-fchownat.c | 74 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
|
A D | tst-fstatat.c | 62 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
|
A D | tst-symlinkat.c | 62 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
|
A D | tst-linkat.c | 62 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
|
A D | tst-faccessat.c | 64 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
|
A D | tst-renameat.c | 62 if (lseek (dupfd, 0, SEEK_SET) != 0) in do_test()
|
A D | fcntl.h | 137 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
|