Searched +full:test_compat_gtar_1 +full:. +full:tar (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_compat_gtar.c | 3 * 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 * Verify our ability to read sample files created by GNU tar. 41 test_compat_gtar_1(void) test_compat_gtar_1() function [all...] |
HD | test_compat_gtar_1.tar.uu | 1 begin 644 test_compat_gtar_1.tar 13 M```````````````````````Q,C,T-38W.#DP,3(S-#4V-S@Y,#$R,S0U-C<X 14 M.3`Q,C,T-38W.#DP,3(S-#4V-S@Y,#$R,S0U-C<X.3`Q,C,T-38W.#DP,3(S 15 M-#4V-S@Y,#$R,S0U-C<X.3`Q,C,T-38W.#D [all...] |
H A D | test.h | 3 * 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. 26 /* Every test program should #include "test.h" as the first thing. */ 28 #define KNOWNREF "test_compat_gtar_1.tar.uu" 29 #define ENVBASE "LIBARCHIVE" /* Prefix for environment variables. */ [all …]
|
H A D | test_fuzz.c | 3 * 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" 30 * http://seclists.org/vulnwatch/2005/q1/0088.htm [all...] |
H A D | main.c | 3 * 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. 26 #include "test.h" 27 #include "test_utils.h" 29 #include <sys/ioctl.h> [all …]
|
/freebsd/lib/libarchive/tests/ |
H A D | Makefile | 1 .include <src.opts.mk> 11 TEST_METADATA.functional_test+= timeout="600" 17 CFLAGS+= -I${.CURDIR} -I${.CURDIR:H} -I${.OBJDIR} 22 CFLAGS.test_utils.c+= -Wno-cast-align 28 .PATH: ${_LIBARCHIVEDIR}/libarchive/test 30 test_7zip_filename_encoding.c \ 31 test_acl_nfs4.c \ 32 test_acl_pax.c \ 33 test_acl_platform_nfs4.c \ 34 test_acl_platform_posix1e.c \ [all …]
|