/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_tar.c | 119 struct tar { struct 156 static int gnu_add_sparse_entry(struct archive_read *, struct tar *, argument 159 static void gnu_clear_sparse_list(struct tar *); 160 static int gnu_sparse_old_read(struct archive_read *, struct tar *, 162 static int gnu_sparse_old_parse(struct archive_read *, struct tar *, 164 static int gnu_sparse_01_parse(struct archive_read *, struct tar *, 166 static ssize_t gnu_sparse_10_read(struct archive_read *, struct tar *, 168 static int header_Solaris_ACL(struct archive_read *, struct tar *, 170 static int header_common(struct archive_read *, struct tar *, 172 static int header_old_tar(struct archive_read *, struct tar *, [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/ |
H A D | xattr_011_pos.ksh | 178 log_must touch $TESTDIR/tar.$$ 179 create_xattr $TESTDIR/tar.$$ passwd /etc/passwd 183 log_must tar cf noxattr.tar tar.$$ 184 log_must tar c@f xattr.tar tar.$$ 185 log_must rm $TESTDIR/tar.$$ 188 log_must tar xf xattr.tar 190 log_must rm $TESTDIR/tar.$$ 193 log_must tar x@f xattr.tar 194 verify_xattr tar.$$ passwd /etc/passwd 195 log_must rm $TESTDIR/tar.$$ [all …]
|
/freebsd/tests/sys/fs/tarfs/ |
H A D | tarfs_test.sh | 34 tar() { function 108 tar -cf tarfs_notdir.tar d 112 tar -rf tarfs_notdir.tar d/f 114 mount -rt tarfs tarfs_notdir.tar "${mnt}" 142 tar -cf tarfs_notdir.tar d 146 tar -rf tarfs_notdir.tar d/./f 148 mount -rt tarfs tarfs_notdir.tar "${mnt}" 176 tar -cf tarfs_notdir.tar d 180 tar -rf tarfs_notdir.tar d/../f 182 mount -rt tarfs tarfs_notdir.tar "${mnt}" [all …]
|
/freebsd/contrib/netbsd-tests/bin/tar/ |
H A D | t_tar.sh | 38 atf_check -s eq:0 -o empty -e empty tar -cf file1.tar foo bar 41 atf_check -s eq:0 -o empty -e empty tar -cf file2.tar foo 42 atf_check -s eq:0 -o empty -e empty tar -rf file2.tar bar 45 atf_check -s eq:0 -o empty -e empty cmp file1.tar file2.tar
|
/freebsd/tests/sys/cddl/zfs/tests/xattr/ |
H A D | xattr_011_pos.ksh | 174 log_must $TOUCH $TESTDIR/tar.${TESTCASE_ID} 175 create_xattr $TESTDIR/tar.${TESTCASE_ID} passwd /etc/passwd 176 log_must $TAR cf $TESTDIR/noxattr.tar $TESTDIR/tar.${TESTCASE_ID} 177 log_must $TAR c@f $TESTDIR/xattr.tar $TESTDIR/tar.${TESTCASE_ID} 178 log_must $RM $TESTDIR/tar.${TESTCASE_ID} 181 log_must $TAR xf $TESTDIR/xattr.tar 183 log_must $RM $TESTDIR/tar.${TESTCASE_ID} 186 log_must $TAR x@f $TESTDIR/xattr.tar 187 verify_xattr $TESTDIR/tar.${TESTCASE_ID} passwd /etc/passwd 188 log_must $RM $TESTDIR/tar.${TESTCASE_ID} [all …]
|
/freebsd/lib/libarchive/tests/ |
H A D | Makefile | 359 ${PACKAGE}FILES+= test_acl_pax_posix1e.tar.uu 360 ${PACKAGE}FILES+= test_acl_pax_nfs4.tar.uu 365 ${PACKAGE}FILES+= test_compat_gtar_1.tar.uu 366 ${PACKAGE}FILES+= test_compat_gtar_2.tar.uu 369 ${PACKAGE}FILES+= test_compat_lz4_1.tar.lz4.uu 370 ${PACKAGE}FILES+= test_compat_lz4_2.tar.lz4.uu 371 ${PACKAGE}FILES+= test_compat_lz4_3.tar.lz4.uu 372 ${PACKAGE}FILES+= test_compat_lz4_B4.tar.lz4.uu 373 ${PACKAGE}FILES+= test_compat_lz4_B4BD.tar.lz4.uu 374 ${PACKAGE}FILES+= test_compat_lz4_B4BDBX.tar.lz4.uu [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/ |
H A D | snapshot_002_pos.ksh | 86 log_must tar cf $SNAPSHOT_TARDIR/original.tar . 98 log_must tar cf $SNAPSHOT_TARDIR/snapshot.tar . 105 log_must tar xf $SNAPSHOT_TARDIR/original.tar 108 log_must tar xf $SNAPSHOT_TARDIR/snapshot.tar
|
H A D | snapshot_006_pos.ksh | 95 log_must tar cf $SNAPSHOT_TARDIR/original.tar . 107 log_must tar cf $SNAPSHOT_TARDIR/snapshot.tar . 114 log_must tar xf $SNAPSHOT_TARDIR/original.tar 117 log_must tar xf $SNAPSHOT_TARDIR/snapshot.tar
|
/freebsd/tools/test/stress2/misc/ |
H A D | tar.sh | 37 sed '1,/^EOF/d' < $odir/$0 > $dir/tar.c 38 mycc -o tar -Wall -Wextra -O0 -g tar.c || exit 1 39 rm -f tar.c 44 rm -rf $wdir/tar.tmp 50 /tmp/tar $wdir | ministat -n | tail -2 & 55 rm -rf /tmp/tar $wdir/tar.tmp
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
H A D | recv_dedup.ksh | 34 rm -r /$TESTPOOL/tar 43 typeset tarfile=$STF_SUITE/tests/functional/rsend/fs.tar.gz 49 log_must mkdir /$TESTPOOL/tar 50 log_must tar --directory /$TESTPOOL/tar -xzf $tarfile 52 log_must directory_diff /$TESTPOOL/tar/fs /$TESTPOOL/recv/fs
|
/freebsd/contrib/libcbor/ |
H A D | release.sh | 54 tar -zcf libcbor_docs.tar.gz libcbor_docs_html 57 tar -zcf libcbor_api_docs.tar.gz libcbor_api_docs_html 59 mv libcbor_docs.tar.gz libcbor_api_docs.tar.gz "$OUTDIR"
|
/freebsd/contrib/libarchive/ |
H A D | FREEBSD-Xlist | 36 tar/CMakeLists.txt 37 tar/bsdtar_windows.c 38 tar/bsdtar_windows.h 39 tar/config_freebsd.h 40 tar/test/CMakeLists.txt 41 tar/test/test_windows.c
|
/freebsd/contrib/libfido2/windows/ |
H A D | build.ps1 | 110 if (-Not (Test-Path .\${LIBRESSL}.tar.gz -PathType leaf)) { 111 Invoke-WebRequest ${LIBRESSL_URL}/${LIBRESSL}.tar.gz ` 112 -OutFile .\${LIBRESSL}.tar.gz 114 if (-Not (Test-Path .\${LIBRESSL}.tar.gz.asc -PathType leaf)) { 115 Invoke-WebRequest ${LIBRESSL_URL}/${LIBRESSL}.tar.gz.asc ` 116 -OutFile .\${LIBRESSL}.tar.gz.asc 122 --verify .\${LIBRESSL}.tar.gz.asc .\${LIBRESSL}.tar.gz 126 & $SevenZ e .\${LIBRESSL}.tar.gz 127 & $SevenZ x .\${LIBRESSL}.tar [all...] |
/freebsd/contrib/netbsd-tests/bin/pax/ |
H A D | t_pax.sh | 39 pax -w -b 512 -x ustar -f file1.tar foo bar 43 pax -w -b 512 -x ustar -f file2.tar foo 45 pax -w -b 512 -x ustar -f file2.tar -a bar 48 atf_check -s eq:0 -o empty -e empty cmp file1.tar file2.tar
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | Makefile | 27 tar Ccf .. - src fuzz | docker exec -i ${RUNNER} tar Cxf /libfido2 - 32 docker exec ${RUNNER} tar Czxf /libfido2/fuzz /libfido2/fuzz/corpus.tgz 45 docker exec -i ${RUNNER} tar Czcf /minify - ${TARGETS} > $@ 56 docker exec -i ${RUNNER} tar Czcf / - report > $@ 83 ssh franz tar -C corpus -cf- . | tar -xf- 86 tar zcf $@ ${TARGETS}
|
/freebsd/contrib/unifdef/tests/ |
H A D | xterm.sh | 11 rm xterm.tar.gz xterm-defs.h xterm-main.c 14 if [ ! -f xterm.tar.gz ] 16 wget -q http://invisible-island.net/datafiles/release/xterm.tar.gz 20 tar xf xterm.tar.gz
|
/freebsd/contrib/unifdef/scripts/ |
H A D | release.sh | 13 tar cf $V.tar $V 14 xz -k9 $V.tar 15 gzip -9 $V.tar
|
/freebsd/contrib/one-true-awk/ |
H A D | REGRESS | 16 elif [ -f awktest.tar ] 19 tar -xpf awktest.tar 21 echo $0: No testdir directory and no awktest.tar to extract it from! >&2
|
/freebsd/contrib/unbound/contrib/android/ |
H A D | install_openssl.sh | 4 if ! curl -L -k -s -o openssl-1.1.1d.tar.gz https://www.openssl.org/source/openssl-1.1.1d.tar.gz; 12 if ! tar -xf openssl-1.1.1d.tar.gz;
|
H A D | install_expat.sh | 4 if ! curl -L -k -s -o expat-2.2.9.tar.gz https://github.com/libexpat/libexpat/releases/download/R_2… 12 if ! tar -xf expat-2.2.9.tar.gz;
|
/freebsd/contrib/unbound/contrib/ios/ |
H A D | install_openssl.sh | 4 if ! curl -L -k -s -o openssl-1.1.1d.tar.gz https://www.openssl.org/source/openssl-1.1.1d.tar.gz; 12 if ! tar -xf openssl-1.1.1d.tar.gz;
|
H A D | install_expat.sh | 4 if ! curl -L -k -s -o expat-2.2.9.tar.gz https://github.com/libexpat/libexpat/releases/download/R_2… 12 if ! tar -xf expat-2.2.9.tar.gz;
|
/freebsd/contrib/file/src/ |
H A D | is_tar.c | 71 int tar; in file_is_tar() local 77 tar = is_tar(buf, nbytes); in file_is_tar() 78 if (tar < 1 || tar > 3) in file_is_tar() 85 tartype[tar - 1]) == -1) in file_is_tar()
|
/freebsd/contrib/googletest/ |
H A D | WORKSPACE | 12 …["https://github.com/bazelbuild/rules_python/releases/download/0.29.0/rules_python-0.29.0.tar.gz"], 22 …= ["https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz"], 28 …rror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz", 29 "https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
|
/freebsd/tools/regression/iscsi/ |
H A D | initiator-instructions.txt | 31 http://www.iozone.org/src/current/iozone3_397.tar 32 http://www.gtlib.gatech.edu/pub/debian/pool/main/p/postmark/postmark_1.53.orig.tar.gz 46 http://www.iozone.org/src/current/iozone3_397.tar 47 http://www.gtlib.gatech.edu/pub/debian/pool/main/p/postmark/postmark_1.53.orig.tar.gz 54 http://ftp.postgresql.org/pub/binary/v9.2.3/solaris/solaris11/i386/postgresql-9.2.3-S11.i386-32.tar.bz2
|