Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/cat/test/
H A Dtest_expand_mixed.c11 const char *reffile1 = "test_expand.Z"; in DEFINE_TEST() local
14 extract_reference_file(reffile1); in DEFINE_TEST()
17 testprog, reffile1, reffile2)); in DEFINE_TEST()
H A Dtest_error_mixed.c11 const char *reffile1 = "test_expand.plain"; in DEFINE_TEST() local
16 extract_reference_file(reffile1); in DEFINE_TEST()
19 testprog, reffile1, reffile2, reffile3)); in DEFINE_TEST()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_raw.c35 const char *reffile1 = "test_read_format_raw.data"; in DEFINE_TEST()
43 extract_reference_file(reffile1); in DEFINE_TEST()
49 archive_read_open_filename(a, reffile1, 512)); in DEFINE_TEST()
36 const char *reffile1 = "test_read_format_raw.data"; DEFINE_TEST() local