Searched refs:test_pos (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/bart/ |
H A D | compare.c | 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() [all …]
|