Searched refs:tar (Results 1 - 25 of 141) sorted by relevance

123456

/freebsd-10-stable/contrib/netbsd-tests/bin/tar/
H A Dt_tar.sh37 # store both foo and bar into file1.tar
38 atf_check -s eq:0 -o empty -e empty tar -cf file1.tar foo bar
40 # store foo into file2.tar, then append bar to file2.tar
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
44 # ensure that file1.tar an
[all...]
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c52 * Layout of POSIX 'ustar' tar header.
74 * Structure of GNU tar header
120 struct tar { struct
163 static int gnu_add_sparse_entry(struct archive_read *, struct tar *,
166 static void gnu_clear_sparse_list(struct tar *);
167 static int gnu_sparse_old_read(struct archive_read *, struct tar *,
169 static int gnu_sparse_old_parse(struct archive_read *, struct tar *,
171 static int gnu_sparse_01_parse(struct archive_read *, struct tar *,
173 static ssize_t gnu_sparse_10_read(struct archive_read *, struct tar *,
175 static int header_Solaris_ACL(struct archive_read *, struct tar *,
247 struct tar *tar; local
283 struct tar *tar; local
428 struct tar *tar; local
512 struct tar *tar; local
592 struct tar *tar; local
656 struct tar* tar; local
693 tar_read_header(struct archive_read *a, struct tar *tar, struct archive_entry *entry, size_t *unconsumed) argument
956 header_Solaris_ACL(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const void *h, size_t *unconsumed) argument
1057 header_longlink(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const void *h, size_t *unconsumed) argument
1092 header_longname(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const void *h, size_t *unconsumed) argument
1115 header_volume(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const void *h, size_t *unconsumed) argument
1128 read_body_to_string(struct archive_read *a, struct tar *tar, struct archive_string *as, const void *h, size_t *unconsumed) argument
1177 header_common(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const void *h) argument
1366 header_old_tar(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const void *h) argument
1395 read_mac_metadata_blob(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const void *h, size_t *unconsumed) argument
1465 header_pax_global(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const void *h, size_t *unconsumed) argument
1478 header_pax_extensions(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const void *h, size_t *unconsumed) argument
1514 header_ustar(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const void *h) argument
1582 pax_header(struct archive_read *a, struct tar *tar, struct archive_entry *entry, struct archive_string *in_as) argument
1810 pax_attribute_acl(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const char *value, int type) argument
1869 pax_attribute(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const char *key, const char *value, size_t value_length) argument
2185 header_gnutar(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const void *h, size_t *unconsumed) argument
2270 gnu_add_sparse_entry(struct archive_read *a, struct tar *tar, int64_t offset, int64_t remaining) argument
2295 gnu_clear_sparse_list(struct tar *tar) argument
2320 gnu_sparse_old_read(struct archive_read *a, struct tar *tar, const struct archive_entry_header_gnutar *header, size_t *unconsumed) argument
2359 gnu_sparse_old_parse(struct archive_read *a, struct tar *tar, const struct gnu_sparse *sparse, int length) argument
2401 gnu_sparse_01_parse(struct archive_read *a, struct tar *tar, const char *p) argument
2456 gnu_sparse_10_atol(struct archive_read *a, struct tar *tar, int64_t *remaining, size_t *unconsumed) argument
2503 gnu_sparse_10_read(struct archive_read *a, struct tar *tar, size_t *unconsumed) argument
2550 solaris_sparse_parse(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const char *p) argument
2738 readline(struct archive_read *a, struct tar *tar, const char **start, ssize_t limit, size_t *unconsumed) argument
[all...]
/freebsd-10-stable/contrib/ncurses/
H A Dtar-copy.sh2 # $Id: tar-copy.sh,v 1.5 2003/10/25 14:40:07 tom Exp $
33 # Copy a collection of files using 'tar', so that their dates and links are
67 if ( tar cf $TMP $1 )
70 LIST=`tar tf $TMP 2>&1`
72 $DOIT tar xvf $TMP
74 echo "Cannot create tar of $1 files"
/freebsd-10-stable/contrib/netbsd-tests/bin/pax/
H A Dt_pax.sh37 # store both foo and bar into file1.tar
39 pax -w -b 512 -x ustar -f file1.tar foo bar
41 # store foo into file2.tar, then append bar to file2.tar
43 pax -w -b 512 -x ustar -f file2.tar foo
45 pax -w -b 512 -x ustar -f file2.tar -a bar
47 # ensure that file1.tar and file2.tar are equal
48 atf_check -s eq:0 -o empty -e empty cmp file1.tar file2.tar
[all...]
/freebsd-10-stable/usr.sbin/pkg_install/
H A DMakefile14 tar -czf pkg_install/pkg_install-${DATE}.tar.gz \
16 --exclude .svn --exclude pkg_install-*.tar.gz \
/freebsd-10-stable/share/examples/diskless/
H A Dclone_root90 (cd / ; tar -clf - ${TOCOPY} ) | (cd $DEST; tar xvf - )
100 (cd / ; tar clf - conf ) | (cd ${DEST}; tar xvf - )
102 (cd /etc ; tar cvf - ${PWFILES} ) | (cd ${DEST}/etc ; tar xf - )
/freebsd-10-stable/contrib/subversion/
H A Dget-deps.sh77 test -d $BASEDIR/apr || $HTTP_FETCH $APACHE_MIRROR/apr/$APR.tar.bz2
78 test -d $BASEDIR/apr-util || $HTTP_FETCH $APACHE_MIRROR/apr/$APR_UTIL.tar.bz2
81 test -d $BASEDIR/apr || bzip2 -dc $TEMPDIR/$APR.tar.bz2 | tar -xf -
82 test -d $BASEDIR/apr-util || bzip2 -dc $TEMPDIR/$APR_UTIL.tar.bz2 | tar -xf -
92 $HTTP_FETCH https://archive.apache.org/dist/serf/$SERF.tar.bz2
95 bzip2 -dc $TEMPDIR/$SERF.tar.bz2 | tar -xf -
104 $HTTP_FETCH http://sourceforge.net/projects/libpng/files/zlib/$ZLIB_VERSION/$ZLIB.tar
[all...]
/freebsd-10-stable/usr.bin/tar/tests/
H A DMakefile1 # $FreeBSD: stable/10/usr.bin/tar/tests/Makefile 358090 2020-02-19 01:51:44Z mm $
4 TESTSDIR= ${TESTSBASE}/usr.bin/tar
14 CFLAGS+= -I${LIBARCHIVEDIR}/tar -I${LIBARCHIVEDIR}/tar/test
24 .PATH: ${LIBARCHIVEDIR}/tar/test
102 @(cd ${LIBARCHIVEDIR}/tar/test && \
108 FILES+= test_extract.tar.Z.uu
109 FILES+= test_extract.tar.bz2.uu
110 FILES+= test_extract.tar.grz.uu
111 FILES+= test_extract.tar
[all...]
H A Dfunctional_test.sh29 export BSDTAR=$(which tar)
/freebsd-10-stable/contrib/file/src/
H A Dis_tar.c29 * is_tar() -- figure out whether file is a tar archive.
31 * Stolen (by the author!) from the public domain tar program:
49 #include "tar.h"
57 "tar archive",
58 "POSIX tar archive",
59 "POSIX tar archive (GNU)",
66 * Do the tar test first, because if the first file in the tar
69 int tar; local
75 tar
[all...]
/freebsd-10-stable/lib/libarchive/tests/
H A DMakefile337 FILES+= test_acl_pax_posix1e.tar.uu
338 FILES+= test_acl_pax_nfs4.tar.uu
343 FILES+= test_compat_gtar_1.tar.uu
344 FILES+= test_compat_gtar_2.tar.uu
347 FILES+= test_compat_lz4_1.tar.lz4.uu
348 FILES+= test_compat_lz4_2.tar.lz4.uu
349 FILES+= test_compat_lz4_3.tar.lz4.uu
350 FILES+= test_compat_lz4_B4.tar.lz4.uu
351 FILES+= test_compat_lz4_B4BD.tar.lz4.uu
352 FILES+= test_compat_lz4_B4BDBX.tar
[all...]
/freebsd-10-stable/crypto/openssl/util/
H A Dcygwin.sh135 tar cjf libopenssl${SHLIB_VERSION_NUMBER//[!0-9]/}-${VERSION}-${SUBVERSION}.tar.bz2 \
142 tar cjfT openssl-${VERSION}-${SUBVERSION}.tar.bz2 -
146 tar cjfT openssl-devel-${VERSION}-${SUBVERSION}.tar.bz2 -
148 ls -l openssl-${VERSION}-${SUBVERSION}.tar.bz2
149 ls -l openssl-devel-${VERSION}-${SUBVERSION}.tar.bz2
150 ls -l libopenssl${SHLIB_VERSION_NUMBER//[!0-9]/}-${VERSION}-${SUBVERSION}.tar.bz2
/freebsd-10-stable/contrib/tcsh/
H A DMakefile.std505 tar.Z:
506 rm -f tcsh-${VERSION}.tar.Z
511 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
512 tar cvf - tcsh-${VERSION} | compress > tcsh-${VERSION}.tar.Z
515 tar.gz:
516 rm -f tcsh-${VERSION}.tar.gz
521 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xp
[all...]
H A DMakefile.vms480 tar.Z:
481 rm -f tcsh-${VERSION}.tar.Z
486 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
487 tar cvf - tcsh-${VERSION} | compress > tcsh-${VERSION}.tar.Z
490 tar.gz:
491 rm -f tcsh-${VERSION}.tar.gz
496 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xp
[all...]
H A DMakefile.in649 tar.Z:
650 rm -f tcsh-${VERSION}.tar.Z
655 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
656 tar cvf - tcsh-${VERSION} | compress > tcsh-${VERSION}.tar.Z
659 tar.gz:
660 rm -f tcsh-${VERSION}.tar.gz
665 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xp
[all...]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Docs/Examples/
H A Doneliners_examples.txt203 0 3271 bdev_strategy:start 16459 tar 1024
204 0 3271 bdev_strategy:start 16459 tar 1024
205 0 3271 bdev_strategy:start 16459 tar 2048
206 0 3271 bdev_strategy:start 16459 tar 1024
207 0 3271 bdev_strategy:start 16459 tar 1024
208 0 3271 bdev_strategy:start 16459 tar 1024
209 0 3271 bdev_strategy:start 16459 tar 8192
210 0 3271 bdev_strategy:start 16459 tar 8192
211 0 3271 bdev_strategy:start 16459 tar 16384
212 0 3271 bdev_strategy:start 16459 tar 204
[all...]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Examples/
H A Doneliners_examples.txt203 0 3271 bdev_strategy:start 16459 tar 1024
204 0 3271 bdev_strategy:start 16459 tar 1024
205 0 3271 bdev_strategy:start 16459 tar 2048
206 0 3271 bdev_strategy:start 16459 tar 1024
207 0 3271 bdev_strategy:start 16459 tar 1024
208 0 3271 bdev_strategy:start 16459 tar 1024
209 0 3271 bdev_strategy:start 16459 tar 8192
210 0 3271 bdev_strategy:start 16459 tar 8192
211 0 3271 bdev_strategy:start 16459 tar 16384
212 0 3271 bdev_strategy:start 16459 tar 204
[all...]
/freebsd-10-stable/bin/pax/
H A DMakefile33 tables.c tar.c tty_subs.c
/freebsd-10-stable/contrib/jemalloc/
H A DFREEBSD-upgrade112 tar cf - -C ${work} -X FREEBSD-Xlist . |tar xvf -
/freebsd-10-stable/release/
H A DMakefile.gce59 cd ${.OBJDIR} && tar --format=gnutar -zcf \
60 ${GCE_TARGET:S,${.OBJDIR}/,,}.tar.gz disk.raw
71 /usr/local/bin/gsutil cp ${.OBJDIR}/${GCE_TARGET}.tar.gz \
75 --source-uri gs://${GCE_BUCKET}/${GCE_TARGET}.tar.gz
/freebsd-10-stable/contrib/one-true-awk/
H A Dmakefile72 tar:
76 @tar cf awk.tar $(SHIP)
77 gzip awk.tar
78 ls -l awk.tar.gz
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Bin/
H A Ddexplorer8 # structure that is tar'd and gzip'd.
17 # -T # don't create output tar.gz
63 tar=1 # create tar file
83 T) tar=0 ;;
90 -T # don't create output tar.gz
498 if (( tar )); then
500 tar cf $dir.tar $dir
501 gzip $dir.tar
[all...]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/
H A Ddexplorer8 # structure that is tar'd and gzip'd.
17 # -T # don't create output tar.gz
63 tar=1 # create tar file
83 T) tar=0 ;;
90 -T # don't create output tar.gz
498 if (( tar )); then
500 tar cf $dir.tar $dir
501 gzip $dir.tar
[all...]
/freebsd-10-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-extractimage.sh57 tar -xpv -C ${FSMNT} -f ${DDIR}/${di}.txz ${TAROPTS} >&1 2>&1
72 # Performs the extraction of data to disk from a uzip or tar archive
110 tar cvf - . 2>/dev/null | tar -xpv -C ${FSMNT} ${TAROPTS} -f - 2>&1 | tee -a ${FSMNT}/.tar-extract.log
115 cat ${FSMNT}/.tar-extract.log | grep "tar:" >>${LOGOUT}
118 exit_err "ERROR: Failed extracting the tar image"
126 tar)
127 tar
[all...]
/freebsd-10-stable/contrib/ofed/management/
H A Dmake.dist11 echo "be named <component>-git.tar.gz and will overwrite existing tarballs."
13 echo "<component>-<version>.tar.gz and must be a new file. In addition,"
80 if [ -f $TMPDIR/$target-$VERSION.tar.gz ]; then
81 echo "Target $target-$VERSION.tar.gz already exists, please update the version on"
136 TARBALL=$target-$VERSION.tar.gz
141 make dist && mv $target-$VERSION.tar.gz $TMPDIR/$TARBALL ) ||

Completed in 248 milliseconds

123456