Searched refs:read_manifest_line (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/bart/ |
H A D | compare.c | 40 static int read_manifest_line(FILE *fd, char *buf, int buf_size, int start_pos, 128 control_pos = read_manifest_line(control_fd, control_buf, in compare_manifests() 130 test_pos = read_manifest_line(test_fd, test_buf, BUF_SIZE, 0, in compare_manifests() 137 control_pos = read_manifest_line(control_fd, in compare_manifests() 140 test_pos = read_manifest_line(test_fd, test_buf, in compare_manifests() 161 control_pos = read_manifest_line(control_fd, 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() 182 control_pos = read_manifest_line(control_fd, in compare_manifests() 199 control_pos = read_manifest_line(control_fd, control_buf, in compare_manifests() [all …]
|