Searched +full:test_write_disk_hfs_compression +full:. +full:tgz (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/libarchive/libarchive/test/ |
| H A D | test_write_disk_hfs_compression.tgz.uu | 1 begin 644 test_write_disk_hfs_compression.tgz
|
| H A D | test_write_disk_hfs_compression.c | 4 * All rights reserved. 26 #include "test.h" 73 r = getxattr(filename, "com.apple.ResourceFork", NULL, 0, 0, in get_rsrc_footer() 77 r = getxattr(filename, "com.apple.ResourceFork", buff, s, in get_rsrc_footer() 89 DEFINE_TEST(test_write_disk_hfs_compression) in DEFINE_TEST() argument 95 const char *refname = "test_write_disk_hfs_compression.tgz"; in DEFINE_TEST() 159 assertEqualInt(1, has_xattr("file1", "com.apple.decmpfs")); in DEFINE_TEST() 177 assertEqualInt(1, has_xattr("NEWS", "com.apple.decmpfs")); in DEFINE_TEST() 194 assertChdir(".."); in DEFINE_TEST() 260 assertEqualInt(0, has_xattr("NEWS", "com.apple.decmpfs")); in DEFINE_TEST() [all …]
|
| /freebsd-13.1/lib/libarchive/tests/ |
| H A D | Makefile | 2 .include <src.opts.mk> 18 CFLAGS+= -I${.CURDIR} -I${.CURDIR:H} -I${.OBJDIR} 233 test_write_disk_hfs_compression.c \ 319 ${PACKAGE}FILES+= test_fuzz_1.iso.Z.uu 345 @mv ${.TARGET}.tmp ${.TARGET} 347 CLEANTESTS+= list.h list.h.tmp 357 ${PACKAGE}FILES+= test_compat_gzip_1.tgz.uu 358 ${PACKAGE}FILES+= test_compat_gzip_2.tgz.uu 664 ${PACKAGE}FILES+= test_write_disk_hfs_compression.tgz.uu 666 ${PACKAGE}FILES+= test_write_disk_no_hfs_compression.tgz.uu [all …]
|