Searched refs:reffile (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-11-stable/contrib/libarchive/cat/test/
H A Dtest_error.c29 const char *reffile = "test_expand.error"; local
31 assertFileNotExists(reffile);
32 assert(0 != systemf("%s %s >test.out 2>test.err", testprog, reffile));
H A Dtest_expand_Z.c29 const char *reffile = "test_expand.Z"; local
31 extract_reference_file(reffile);
32 assertEqualInt(0, systemf("%s %s >test.out 2>test.err", testprog, reffile));
H A Dtest_expand_plain.c29 const char *reffile = "test_expand.plain"; local
31 extract_reference_file(reffile);
32 assertEqualInt(0, systemf("%s %s >test.out 2>test.err", testprog, reffile));
H A Dtest_empty_gz.c29 const char *reffile = "test_empty.gz"; local
32 extract_reference_file(reffile);
33 f = systemf("%s %s >test.out 2>test.err", testprog, reffile);
H A Dtest_empty_lz4.c29 const char *reffile = "test_empty.lz4"; local
32 extract_reference_file(reffile);
33 f = systemf("%s %s >test.out 2>test.err", testprog, reffile);
H A Dtest_empty_xz.c29 const char *reffile = "test_empty.xz"; local
32 extract_reference_file(reffile);
33 f = systemf("%s %s >test.out 2>test.err", testprog, reffile);
H A Dtest_expand_bz2.c30 const char *reffile = "test_expand.bz2"; local
33 extract_reference_file(reffile);
34 f = systemf("%s %s >test.out 2>test.err", testprog, reffile);
H A Dtest_expand_gz.c30 const char *reffile = "test_expand.gz"; local
33 extract_reference_file(reffile);
34 f = systemf("%s %s >test.out 2>test.err", testprog, reffile);
H A Dtest_expand_lz4.c30 const char *reffile = "test_expand.lz4"; local
33 extract_reference_file(reffile);
34 f = systemf("%s %s >test.out 2>test.err", testprog, reffile);
H A Dtest_expand_xz.c30 const char *reffile = "test_expand.xz"; local
33 extract_reference_file(reffile);
34 f = systemf("%s %s >test.out 2>test.err", testprog, reffile);
H A Dtest_expand_zstd.c29 const char *reffile = "test_expand.zst"; local
32 extract_reference_file(reffile);
33 f = systemf("%s %s >test.out 2>test.err", testprog, reffile);
H A Dtest_empty_zstd.c29 const char *reffile = "test_empty.zst"; local
32 extract_reference_file(reffile);
33 f = systemf("%s %s >test.out 2>test.err", testprog, reffile);
/freebsd-11-stable/contrib/libarchive/cpio/test/
H A Dtest_extract_cpio_Z.c30 const char *reffile = "test_extract.cpio.Z"; local
32 extract_reference_file(reffile);
34 testprog, reffile));
H A Dtest_option_passphrase.c30 const char *reffile = "test_option_passphrase.zip"; local
32 extract_reference_file(reffile);
35 testprog, reffile));
H A Dtest_extract_cpio_bz2.c30 const char *reffile = "test_extract.cpio.bz2"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_cpio_grz.c30 const char *reffile = "test_extract.cpio.grz"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_cpio_gz.c30 const char *reffile = "test_extract.cpio.gz"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_cpio_lrz.c30 const char *reffile = "test_extract.cpio.lrz"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_cpio_lz.c30 const char *reffile = "test_extract.cpio.lz"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_cpio_lz4.c30 const char *reffile = "test_extract.cpio.lz4"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_cpio_lzma.c30 const char *reffile = "test_extract.cpio.lzma"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_cpio_lzo.c30 const char *reffile = "test_extract.cpio.lzo"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
H A Dtest_extract_cpio_xz.c30 const char *reffile = "test_extract.cpio.xz"; local
33 extract_reference_file(reffile);
34 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile);
37 testprog, reffile));
/freebsd-11-stable/contrib/libarchive/tar/test/
H A Dtest_extract_tar_Z.c30 const char *reffile = "test_extract.tar.Z"; local
32 extract_reference_file(reffile);
34 testprog, reffile));
H A Dtest_option_passphrase.c30 const char *reffile = "test_option_passphrase.zip"; local
32 extract_reference_file(reffile);
36 testprog, reffile));

Completed in 91 milliseconds

12