Lines Matching refs:SEEK_CUR
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()
186 TEST_COMPARE (xlseek (infd, 0, SEEK_CUR), 2); in short_copy()
189 TEST_COMPARE (xlseek (infd, 0, SEEK_CUR), current_size - 1 + shift); in short_copy()
193 TEST_COMPARE (xlseek (outfd, 0, SEEK_CUR), 0); in short_copy()
196 TEST_COMPARE (xlseek (outfd, 0, SEEK_CUR), current_size - 1); in short_copy()
205 TEST_COMPARE (xlseek (infd, 0, SEEK_CUR), 2); in short_copy()
208 TEST_COMPARE (xlseek (infd, 0, SEEK_CUR), current_size - 1 + shift); in short_copy()
212 TEST_COMPARE (xlseek (outfd, 0, SEEK_CUR), 0); in short_copy()
215 TEST_COMPARE (xlseek (outfd, 0, SEEK_CUR), current_size - 1); in short_copy()