Home
last modified time | relevance | path

Searched refs:test_line (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bart/
H A Dcompare.c105 char *control_line, *test_line, control_buf[BUF_SIZE], in compare_manifests() local
130 &test_line, test); in compare_manifests()
133 ret = strcmp(control_line, test_line); in compare_manifests()
140 BUF_SIZE, test_pos, &test_line, test); in compare_manifests()
148 extract_fname_ftype(test_line, test_fname, test_type); in compare_manifests()
156 if (evaluate_differences(control_line, test_line, in compare_manifests()
164 BUF_SIZE, test_pos, &test_line, test); in compare_manifests()
173 BUF_SIZE, test_pos, &test_line, test); in compare_manifests()
207 (void) sscanf(test_line, "%1023s", test_fname); in compare_manifests()
214 BUF_SIZE, test_pos, &test_line, test); in compare_manifests()
[all …]