Lines Matching refs:test_pos
109 int control_pos, test_pos, ret, fname_cmp, return_status; in compare_manifests() local
129 test_pos = read_manifest_line(test_fd, test_buf, BUF_SIZE, 0, in compare_manifests()
132 while ((control_pos != -1) && (test_pos != -1)) { in compare_manifests()
139 test_pos = read_manifest_line(test_fd, test_buf, in compare_manifests()
140 BUF_SIZE, test_pos, &test_line, test); in compare_manifests()
163 test_pos = read_manifest_line(test_fd, test_buf, in compare_manifests()
164 BUF_SIZE, test_pos, &test_line, test); in compare_manifests()
172 test_pos = read_manifest_line(test_fd, test_buf, in compare_manifests()
173 BUF_SIZE, test_pos, &test_line, test); in compare_manifests()
206 while (test_pos != -1) { in compare_manifests()
213 test_pos = read_manifest_line(test_fd, test_buf, in compare_manifests()
214 BUF_SIZE, test_pos, &test_line, test); in compare_manifests()