| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_tar.c | 119 struct tar { struct 167 static int gnu_add_sparse_entry(struct archive_read *, struct tar *, argument 170 static void gnu_clear_sparse_list(struct tar *); 171 static int gnu_sparse_old_read(struct archive_read *, struct tar *, 173 static int gnu_sparse_old_parse(struct archive_read *, struct tar *, 175 static int gnu_sparse_01_parse(struct archive_read *, struct tar *, 177 static int64_t gnu_sparse_10_read(struct archive_read *, struct tar *, 179 static int header_Solaris_ACL(struct archive_read *, struct tar *, 181 static int header_common(struct archive_read *, struct tar *, 183 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 | 179 log_must touch $TESTDIR/tar.$$ 180 create_xattr $TESTDIR/tar.$$ passwd /etc/passwd 184 log_must tar cf noxattr.tar tar.$$ 185 log_must tar c@f xattr.tar tar.$$ 186 log_must rm $TESTDIR/tar.$$ 189 log_must tar xf xattr.tar 191 log_must rm $TESTDIR/tar.$$ 194 log_must tar x@f xattr.tar 195 verify_xattr tar.$$ passwd /etc/passwd 196 log_must rm $TESTDIR/tar.$$ [all …]
|
| /freebsd/tests/sys/fs/tarfs/ |
| H A D | tarfs_test.sh | 34 tar() { function 110 tar -cf tarfs_notdir.tar d 114 tar -rf tarfs_notdir.tar d/f 116 mount -rt tarfs tarfs_notdir.tar "${mnt}" 146 tar -cf tarfs_notdir.tar d 150 tar -rf tarfs_notdir.tar d/./f 152 mount -rt tarfs tarfs_notdir.tar "${mnt}" 182 tar -cf tarfs_notdir.tar d 186 tar -rf tarfs_notdir.tar d/../f 188 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 | 374 ${PACKAGE}FILES+= test_acl_pax_posix1e.tar.uu 375 ${PACKAGE}FILES+= test_acl_pax_nfs4.tar.uu 380 ${PACKAGE}FILES+= test_compat_gtar_1.tar.uu 381 ${PACKAGE}FILES+= test_compat_gtar_2.tar.uu 384 ${PACKAGE}FILES+= test_compat_lz4_1.tar.lz4.uu 385 ${PACKAGE}FILES+= test_compat_lz4_2.tar.lz4.uu 386 ${PACKAGE}FILES+= test_compat_lz4_3.tar.lz4.uu 387 ${PACKAGE}FILES+= test_compat_lz4_B4.tar.lz4.uu 388 ${PACKAGE}FILES+= test_compat_lz4_B4BD.tar.lz4.uu 389 ${PACKAGE}FILES+= test_compat_lz4_B4BDBX.tar.lz4.uu [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/ |
| H A D | snapshot_006_pos.ksh | 96 log_must tar cf $SNAPSHOT_TARDIR/original.tar . 108 log_must tar cf $SNAPSHOT_TARDIR/snapshot.tar . 115 log_must tar xf $SNAPSHOT_TARDIR/original.tar 118 log_must tar xf $SNAPSHOT_TARDIR/snapshot.tar
|
| H A D | snapshot_002_pos.ksh | 87 log_must tar cf $SNAPSHOT_TARDIR/original.tar . 99 log_must tar cf $SNAPSHOT_TARDIR/snapshot.tar . 106 log_must tar xf $SNAPSHOT_TARDIR/original.tar 109 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 | 35 rm -r /$TESTPOOL/tar 44 typeset tarfile=$STF_SUITE/tests/functional/rsend/fs.tar.gz 50 log_must mkdir /$TESTPOOL/tar 51 log_must tar --directory /$TESTPOOL/tar -xzf $tarfile 53 log_must directory_diff /$TESTPOOL/tar/fs /$TESTPOOL/recv/fs
|
| /freebsd/release/scripts/ |
| H A D | make-oci-image.sh | 97 tar -C ${workdir}/rootfs -xf ${base_workdir}/rootfs.tar.gz 112 tar -C ${workdir}/rootfs --strip-components 1 --no-read-sparse -cf ${workdir}/rootfs.tar . 113 local diff_id=$(sha256 -q < ${workdir}/rootfs.tar) 114 gzip -f ${workdir}/rootfs.tar 116 local root_hash=$(sha256 -q < ${workdir}/rootfs.tar.gz) 117 local root_size=$(stat -f %z ${workdir}/rootfs.tar.gz) 136 ln ${workdir}/rootfs.tar.gz ${workdir}/oci/blobs/sha256/${root_hash} 140 tar -C ${workdir}/oci --xz --strip-components 1 --no-read-sparse -a -cf ${output} .
|
| /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/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/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/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 | 7 if ! curl -L -k -s -o $LIBEXPAT_FNAME.tar.gz https://github.com/libexpat/libexpat/releases/download/$LIBEXPAT_VERSION_DIR/$LIBEXPAT_FNAME.tar.gz; 15 if ! tar -xf $LIBEXPAT_FNAME.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 | 7 if ! curl -L -k -s -o $LIBEXPAT_FNAME.tar.gz https://github.com/libexpat/libexpat/releases/download/$LIBEXPAT_VERSION_DIR/$LIBEXPAT_FNAME.tar.gz; 15 if ! tar -xf $LIBEXPAT_FNAME.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/sqlite3/tea/ |
| H A D | Makefile.in | 426 @tar cf $(teaish__dist.tmp.zip)/tmp.tar $(tx.dist.files) 427 @tar xf $(teaish__dist.tmp.zip)/tmp.tar -C $(teaish__dist.tmp.zip)/$(dist.basename) 433 @rm -f $(dist.basename)/tmp.tar $(dist.zip) 450 dist.tgz = $(dist.basename).tar.gz 457 @tar cf $(teaish__dist.tmp.tgz)/tmp.tar $(tx.dist.files) 458 @tar xf $(teaish__dist.tmp.tgz)/tmp.tar -C $(teaish__dist.tmp.tgz)/$(dist.basename) 465 @rm -f $(dist.basename)/tmp.tar $(dist.tgz) 466 @cd $(teaish__dist.tmp.tgz) && tar czf ../$(dist.tgz) $(dist.basename)
|