/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
H A D | zfs_acl_tar_001_pos.ksh | 68 log_assert "Verify that '$TAR' command supports to archive ZFS ACLs." 101 log_must $TAR cpf $TARFILE $file $dir 106 log_must $TAR xpf $TARFILE 119 log_pass "'$TAR' command succeeds to support ZFS ACLs."
|
H A D | zfs_acl_tar_002_pos.ksh | 71 log_assert "Verify that '$TAR' command supports to archive ZFS ACLs & xattrs." 110 log_must $TAR cpf@ $TARFILE ${testfile#$TESTDIR/} ${testdir#$TESTDIR/} 114 log_must $TAR xpf@ $TESTDIR/$TARFILE 126 log_pass "'$TAR' command succeeds to support ZFS ACLs."
|
H A D | zfs_acl_chmod_owner_001_pos.ksh | 67 log_must $TAR xpf $TESTDIR/$ARCHIVEFILE 173 $TAR xpf $TESTDIR/$ARCHIVEFILE 208 $TAR xpf $TESTDIR/$ARCHIVEFILE 316 $TAR cpf $TESTDIR/$ARCHIVEFILE basedir
|
H A D | zfs_acl_chmod_delete_001_pos.ksh | 85 log_must $TAR xpf $TESTDIR/$ARCHIVEFILE 139 log_must $TAR xpf $TESTDIR/$ARCHIVEFILE 230 log_must $TAR cpf $TESTDIR/$ARCHIVEFILE basedir
|
H A D | zfs_acl_chmod_xattr_002_pos.ksh | 102 log_must $TAR xpf@ $TESTDIR/$ARCHIVEFILE 161 log_must $TAR cpf@ $TESTDIR/$ARCHIVEFILE basedir
|
H A D | zfs_acl_chmod_xattr_001_pos.ksh | 109 log_must $TAR xpf@ $TESTDIR/$ARCHIVEFILE 166 log_must $TAR cpf@ $TESTDIR/$ARCHIVEFILE basedir
|
H A D | zfs_acl_chmod_aclmode_001_pos.ksh | 463 log_must $TAR cpf@ $TARFILE basedir 477 log_must $TAR xpf@ $TARFILE
|
H A D | nontrivial_test.sh | 617 atf_set "descr" "Verify that '$TAR' command supports to archive ZFS ACLs." 642 atf_set "descr" "Verify that '$TAR' command supports to archive ZFS ACLs & xattrs."
|
/freebsd/tests/sys/cddl/zfs/tests/snapshot/ |
H A D | snapshot_002_pos.ksh | 101 log_must $TAR cf $TESTDIR/tarball.original.tar file* 113 log_must $TAR cf $TESTDIR/tarball.snapshot.tar file* 121 log_must $TAR xf $TESTDIR/tarball.original.tar 124 log_must $TAR xf $TESTDIR/tarball.snapshot.tar
|
H A D | snapshot_006_pos.ksh | 99 log_must $TAR cf $TESTDIR1/tarball.original.tar file* 111 log_must $TAR cf $TESTDIR1/tarball.snapshot.tar file* 119 log_must $TAR xf $TESTDIR1/tarball.original.tar 122 log_must $TAR xf $TESTDIR1/tarball.snapshot.tar
|
/freebsd/tests/sys/cddl/zfs/tests/xattr/ |
H A D | xattr_011_pos.ksh | 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} 181 log_must $TAR xf $TESTDIR/xattr.tar 186 log_must $TAR x@f $TESTDIR/xattr.tar 191 log_must $TAR xf $TESTDIR/noxattr.tar 196 log_must $TAR x@f $TESTDIR/noxattr.tar
|
/freebsd/tests/sys/cddl/zfs/tests/migration/ |
H A D | migration_003_pos.ksh | 68 prepare $DNAME "$TAR cf $NONZFS_TESTDIR/tar${TESTCASE_ID}.tar $BNAME" 71 migrate $TESTDIR $SUMA $SUMB "$TAR xvf $NONZFS_TESTDIR/tar${TESTCASE_ID}.tar"
|
H A D | migration_001_pos.ksh | 68 prepare $DNAME "$TAR cf $TESTDIR/tar${TESTCASE_ID}.tar $BNAME" 71 migrate $TESTDIR $SUMA $SUMB "$TAR xf $TESTDIR/tar${TESTCASE_ID}.tar"
|
H A D | migration_002_pos.ksh | 68 prepare $DNAME "$TAR cf $TESTDIR/tar${TESTCASE_ID}.tar $BNAME" 71 migrate $NONZFS_TESTDIR $SUMA $SUMB "$TAR xf $TESTDIR/tar${TESTCASE_ID}.tar"
|
/freebsd/tests/sys/cddl/zfs/tests/acl/trivial/ |
H A D | zfs_acl_tar_001_pos.ksh | 79 log_must usr_exec $TAR cpf@ $tarout * 89 log_must usr_exec $TAR xpf@ $tarout
|
H A D | zfs_acl_tar_002_neg.ksh | 82 log_must usr_exec $TAR cpf $tarout * 91 log_must usr_exec $TAR xpf $tarout
|
H A D | zfs_acl_pax_002_pos.ksh | 90 log_must eval "usr_exec $TAR xpf@ $paxout > /dev/null 2>&1"
|
H A D | zfs_acl_pax_006_pos.ksh | 97 log_must usr_exec $TAR xf@ $paxout
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
H A D | zpool_import_missing_003_pos.ksh | 121 [[ -e $DEVICE_ARCHIVE ]] && log_must $TAR xf $DEVICE_ARCHIVE 147 log_must $TAR cf $DEVICE_ARCHIVE ${DEVICE_FILE}* 169 log_must $TAR xf $DEVICE_ARCHIVE
|
/freebsd/contrib/tzdata/ |
H A D | Makefile | 549 TAR='tar $(GNUTARFLAGS)'; \ 551 TAR=tar; \ 1240 $$TAR -cf - \ 1247 $$TAR -cf - $(TZDATA_DIST) | \ 1274 $$TAR -cf - \ 1319 $$TAR -cf - * | gzip $(GZIPFLAGS)) >$@.out 1328 $$TAR -cf - tzdb-$(VERSION) | lzip -9 >$@.out
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
H A D | math.shlib | 49 # within_tolerance VAL TAR TOL && $action 51 # within_tolerance VAL TAR TOL || $action
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | fsmc-nand.txt | 18 byte 1 TAR : ALE to RE delay, 4 bits are valid. Same format as TCLR.
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | turris1x.dts | 292 /* 11 MB for TAR.XZ Archive with Factory content of NAND Root File System */
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | archive | 58 # ./var/ , ./lte/ and TpmEmuTpms/ then it is a pure TAR archive or Webmin without jcameron user name 66 # pure TAR 69 # Note: called "TAR - Tape ARchive" by TrID, "Tape Archive Format" by DROID via PUID x-fmt/265 93 # created for example by DOS TAR 3.20g 1994 Tim V.Shapore with -j option 195 # Summary: VirtualBox NvramFile with UEFI variables packed inside TAR archive 198 # Note: called "VirtualBox saved (U)EFI BIOS settings (TAR) by TrID and 214 # Summary: Comic Book Archive *.CBT with TAR format 228 # Summary: Open Virtualization Format *.OVF with disk images and more packed as TAR archive *.OVA 312 # look for TAR magic of WBM archive module info 318 # look for TAR magic of WBT archive theme info
|
/freebsd/contrib/openpam/ |
H A D | aclocal.m4 | 1109 AC_SUBST([AMTAR], ['$${TAR-tar}']) 1115 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
|