Home
last modified time | relevance | path

Searched +full:test_option_passphrase +full:. +full:zip (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/libarchive/cpio/test/
HDtest_option_passphrase.c3 * All rights reserved.
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright
12 * documentation and/or other materials provided with the distribution.
16 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 #include "test.h"
28 DEFINE_TEST(test_option_passphrase) in DEFINE_TEST() argument
30 const char *reffile = "test_option_passphrase.zip"; in DEFINE_TEST()
[all …]
HDtest_option_passphrase.zip.uu1 begin 644 test_option_passphrase.zip
/freebsd-11-stable/contrib/libarchive/tar/test/
HDtest_option_passphrase.c3 * All rights reserved.
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright
12 * documentation and/or other materials provided with the distribution.
16 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 #include "test.h"
28 DEFINE_TEST(test_option_passphrase) in DEFINE_TEST() argument
30 const char *reffile = "test_option_passphrase.zip"; in DEFINE_TEST()
[all …]
HDtest_option_passphrase.zip.uu1 begin 644 test_option_passphrase.zip
/freebsd-11-stable/usr.bin/tar/tests/
HDMakefile11 CFLAGS+= -DPLATFORM_CONFIG_H=\"${SRCTOP}/lib/libarchive/config_freebsd.h\"
12 CFLAGS+= -I${SRCTOP}/lib/libarchive -I${.OBJDIR}
17 CFLAGS.test_utils.c+= -Wno-cast-align
25 .PATH: ${_LIBARCHIVEDIR}/tar/test
27 test_0.c \
28 test_basic.c \
29 test_copy.c \
30 test_empty_mtree.c \
31 test_extract_tar_bz2.c \
32 test_extract_tar_grz.c \
[all …]
/freebsd-11-stable/usr.bin/cpio/tests/
HDMakefile13 CFLAGS+= -DPLATFORM_CONFIG_H=\"${SRCTOP}/lib/libarchive/config_freebsd.h\"
14 CFLAGS+= -I${SRCTOP}/lib/libarchive -I${.OBJDIR}
16 CFLAGS+= -I${.OBJDIR}
25 CFLAGS.test_utils.c+= -Wno-cast-align
27 .PATH: ${_LIBARCHIVEDIR}/cpio
28 CPIO_SRCS= cmdline.c
30 .PATH: ${_LIBARCHIVEDIR}/libarchive_fe
31 CPIO_SRCS+= err.c
33 .PATH: ${_LIBARCHIVEDIR}/cpio/test
35 test_0.c \
[all …]