Lines Matching refs:SEEK_SET
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()
71 TEST_COMPARE (lseek64 (temp_fd, INT32_MAX-1024, SEEK_SET), INT32_MAX-1024); 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()
123 TEST_COMPARE (lseek64 (temp_fd, off, SEEK_SET), off); in do_test()