Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bart/
H A Dcompare.c51 char *control_fname, *test_fname; in bart_compare() local
94 test_fname = argv[1]; in bart_compare()
107 control_type[TYPE_SIZE], test_fname[PATH_MAX], in compare_manifests() local
148 extract_fname_ftype(test_line, test_fname, test_type); in compare_manifests()
149 fname_cmp = strcmp(control_fname, test_fname); in compare_manifests()
167 if (report_add(test_fname, test_type)) { in compare_manifests()
168 report_error(test_fname, ADD_KEYWORD, NULL, in compare_manifests()
207 (void) sscanf(test_line, "%1023s", test_fname); in compare_manifests()
208 if (report_add(test_fname, test_type)) { in compare_manifests()
209 report_error(test_fname, ADD_KEYWORD, NULL, in compare_manifests()
[all …]