| /freebsd/contrib/libarchive/unzip/test/ |
| H A D | test_x.c | 13 const char *reffile = "test_basic.zip"; in DEFINE_TEST() local 16 extract_reference_file(reffile); in DEFINE_TEST() 17 r = systemf("%s %s -x test_basic/c >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 35 const char *reffile = "test_basic.zip"; in DEFINE_TEST() local 38 extract_reference_file(reffile); in DEFINE_TEST() 39 r = systemf("%s %s -x test_basic/c test_basic/b >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 57 const char *reffile = "test_basic.zip"; in DEFINE_TEST() local 60 extract_reference_file(reffile); in DEFINE_TEST() 61 …r = systemf("%s %s -x test_basic/c test_basic/b -d foobar >test.out 2>test.err", testprog, reffile… in DEFINE_TEST()
|
| H A D | test_d.c | 13 const char *reffile = "test_basic.zip"; in DEFINE_TEST() local 16 extract_reference_file(reffile); in DEFINE_TEST() 17 r = systemf("%s -d foobar %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 35 const char *reffile = "test_basic.zip"; in DEFINE_TEST() local 38 extract_reference_file(reffile); in DEFINE_TEST() 39 r = systemf("%s %s -d foobar >test.out 2>test.err", testprog, reffile); in DEFINE_TEST()
|
| /freebsd/contrib/libarchive/cpio/test/ |
| H A D | test_extract_cpio_grz.c | 11 const char *reffile = "test_extract.cpio.grz"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
| H A D | test_extract_cpio_bz2.c | 11 const char *reffile = "test_extract.cpio.bz2"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
| H A D | test_extract_cpio_lrz.c | 11 const char *reffile = "test_extract.cpio.lrz"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
| H A D | test_extract_cpio_xz.c | 11 const char *reffile = "test_extract.cpio.xz"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
| H A D | test_extract_cpio_lzo.c | 11 const char *reffile = "test_extract.cpio.lzo"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
| H A D | test_extract_cpio_zstd.c | 11 const char *reffile = "test_extract.cpio.zst"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
| H A D | test_extract_cpio_gz.c | 11 const char *reffile = "test_extract.cpio.gz"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
| H A D | test_extract_cpio_lzma.c | 11 const char *reffile = "test_extract.cpio.lzma"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
| H A D | test_extract_cpio_lz4.c | 11 const char *reffile = "test_extract.cpio.lz4"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
| H A D | test_extract_cpio_lz.c | 11 const char *reffile = "test_extract.cpio.lz"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -it < %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
| /freebsd/contrib/libarchive/tar/test/ |
| H A D | test_extract_tar_xz.c | 11 const char *reffile = "test_extract.tar.xz"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
| H A D | test_extract_tar_lzma.c | 11 const char *reffile = "test_extract.tar.lzma"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
| H A D | test_extract_tar_lz.c | 11 const char *reffile = "test_extract.tar.lz"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
| H A D | test_extract_tar_lz4.c | 11 const char *reffile = "test_extract.tar.lz4"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
| H A D | test_extract_tar_lrz.c | 11 const char *reffile = "test_extract.tar.lrz"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
| H A D | test_extract_tar_grz.c | 11 const char *reffile = "test_extract.tar.grz"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
| H A D | test_extract_tar_lzo.c | 11 const char *reffile = "test_extract.tar.lzo"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
| H A D | test_extract_tar_bz2.c | 11 const char *reffile = "test_extract.tar.bz2"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
| H A D | test_extract_tar_zstd.c | 11 const char *reffile = "test_extract.tar.zst"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
| H A D | test_extract_tar_gz.c | 11 const char *reffile = "test_extract.tar.gz"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 15 f = systemf("%s -tf %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST() 18 testprog, reffile)); in DEFINE_TEST()
|
| H A D | test_option_keep_newer_files.c | 11 const char *reffile = "test_option_keep_newer_files.tar.Z"; in DEFINE_TEST() local 14 extract_reference_file(reffile); in DEFINE_TEST() 21 systemf("%s -xf ../%s >test.out 2>test.err", testprog, reffile)); in DEFINE_TEST() 32 systemf("%s -xf ../%s --keep-newer-files >test.out 2>test.err", testprog, reffile)); in DEFINE_TEST()
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_read_format_warc.c | 32 const char reffile[] = "test_read_format_warc.warc"; in DEFINE_TEST() local 36 extract_reference_file(reffile); in DEFINE_TEST() 41 archive_read_open_filename(a, reffile, 10240)); in DEFINE_TEST() 84 const char reffile[] = "test_read_format_warc_incomplete.warc"; in DEFINE_TEST() local 88 extract_reference_file(reffile); in DEFINE_TEST() 93 archive_read_open_filename(a, reffile, 10240)); in DEFINE_TEST()
|
| /freebsd/contrib/libarchive/cat/test/ |
| H A D | test_expand_plain.c | 11 const char *reffile = "test_expand.plain"; in DEFINE_TEST() local 13 extract_reference_file(reffile); in DEFINE_TEST() 14 assertEqualInt(0, systemf("%s %s >test.out 2>test.err", testprog, reffile)); in DEFINE_TEST()
|