Lines Matching refs:test_pos
110 int control_pos, test_pos, ret, fname_cmp, return_status; in compare_manifests() local
130 test_pos = read_manifest_line(test_fd, test_buf, BUF_SIZE, 0, in compare_manifests()
133 while ((control_pos != -1) && (test_pos != -1)) { in compare_manifests()
140 test_pos = read_manifest_line(test_fd, test_buf, in compare_manifests()
141 BUF_SIZE, test_pos, &test_line, test); in compare_manifests()
164 test_pos = read_manifest_line(test_fd, test_buf, in compare_manifests()
165 BUF_SIZE, test_pos, &test_line, test); in compare_manifests()
173 test_pos = read_manifest_line(test_fd, test_buf, in compare_manifests()
174 BUF_SIZE, test_pos, &test_line, test); in compare_manifests()
207 while (test_pos != -1) { in compare_manifests()
214 test_pos = read_manifest_line(test_fd, test_buf, in compare_manifests()
215 BUF_SIZE, test_pos, &test_line, test); in compare_manifests()