Home
last modified time | relevance | path

Searched +full:test_write_disk_hfs_compression +full:. +full:tgz (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_hfs_compression.tgz.uu1 begin 644 test_write_disk_hfs_compression.tgz
H A Dtest_write_disk_hfs_compression.c4 * All rights reserved.
26 #include "test.h"
72 r = getxattr(filename, "com.apple.ResourceFork", NULL, 0, 0, in get_rsrc_footer()
76 r = getxattr(filename, "com.apple.ResourceFork", buff, s, in get_rsrc_footer()
88 DEFINE_TEST(test_write_disk_hfs_compression) in DEFINE_TEST() argument
94 const char *refname = "test_write_disk_hfs_compression.tgz"; in DEFINE_TEST()
158 assertEqualInt(1, has_xattr("file1", "com.apple.decmpfs")); in DEFINE_TEST()
176 assertEqualInt(1, has_xattr("NEWS", "com.apple.decmpfs")); in DEFINE_TEST()
193 assertChdir(".."); in DEFINE_TEST()
259 assertEqualInt(0, has_xattr("NEWS", "com.apple.decmpfs")); in DEFINE_TEST()
[all …]
/freebsd-14.2/lib/libarchive/tests/
H A DMakefile1 .include <src.opts.mk>
17 CFLAGS+= -I${.CURDIR} -I${.CURDIR:H} -I${.OBJDIR}
242 test_write_disk_hfs_compression.c \
332 ${PACKAGE}FILES+= test_fuzz_1.iso.Z.uu
358 @mv ${.TARGET}.tmp ${.TARGET}
360 CLEANTESTS+= list.h list.h.tmp
370 ${PACKAGE}FILES+= test_compat_gzip_1.tgz.uu
371 ${PACKAGE}FILES+= test_compat_gzip_2.tgz.uu
709 ${PACKAGE}FILES+= test_write_disk_hfs_compression.tgz.uu
711 ${PACKAGE}FILES+= test_write_disk_no_hfs_compression.tgz.uu
[all …]