Searched refs:test_line (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/bart/ |
H A D | compare.c | 36 static int evaluate_differences(char *control_line, char *test_line, 106 char *control_line, *test_line, control_buf[BUF_SIZE], in compare_manifests() local 131 &test_line, test); in compare_manifests() 134 ret = strcmp(control_line, test_line); in compare_manifests() 141 BUF_SIZE, test_pos, &test_line, test); in compare_manifests() 149 extract_fname_ftype(test_line, test_fname, test_type); in compare_manifests() 157 if (evaluate_differences(control_line, test_line, in compare_manifests() 165 BUF_SIZE, test_pos, &test_line, test); in compare_manifests() 174 BUF_SIZE, test_pos, &test_line, test); in compare_manifests() 208 (void) sscanf(test_line, "%1023s", test_fname); in compare_manifests() [all …]
|