Searched refs:test_fd (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/bart/ |
H A D | compare.c | 105 FILE *control_fd, *test_fd; in compare_manifests() local 122 test_fd = fopen(test, "r"); in compare_manifests() 123 if (test_fd == NULL) { in compare_manifests() 130 test_pos = read_manifest_line(test_fd, test_buf, BUF_SIZE, 0, in compare_manifests() 140 test_pos = read_manifest_line(test_fd, test_buf, in compare_manifests() 164 test_pos = read_manifest_line(test_fd, test_buf, in compare_manifests() 173 test_pos = read_manifest_line(test_fd, test_buf, in compare_manifests() 214 test_pos = read_manifest_line(test_fd, test_buf, in compare_manifests() 219 (void) fclose(test_fd); in compare_manifests()
|