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

123456

/freebsd-9.3-release/release/scripts/
H A Dcatpages-install.sh10 cat catpages.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
H A Ddict-install.sh10 cat dict.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
H A Dgames-install.sh10 cat games.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
H A Dinfo-install.sh10 cat info.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
H A Dlib32-install.sh10 cat lib32.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
H A Dmanpages-install.sh10 cat manpages.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
H A Dproflibs-install.sh10 cat proflibs.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
H A Dbase-install.sh15 cat base.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
H A Dcommerce-install.sh11 tar --unlink -xpzf commerce.tgz -C ${DESTDIR}/usr/local
H A Ddoc-install.sh14 cat doc.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
H A Dports-install.sh11 tar --unlink -xpzf ports.tgz -C ${DESTDIR}/usr
H A Dxperimnt-install.sh11 tar --unlink -xpzf xperimnt.tgz -C ${DESTDIR}/usr/local
H A Dinfo-make.sh8 tar -cf - -C ${RD}/trees/base/usr/share/info . |
9 tar -xpf - -C ${RD}/trees/info/usr/share/info &&
H A Dsrc-install.sh31 cat s${i}.?? | tar --unlink -xpzf - -C ${DESTDIR}/usr/src
H A Ddict-make.sh8 tar -cf - -C ${RD}/trees/base/usr/share/dict . |
9 tar -xpf - -C ${RD}/trees/dict/usr/share/dict &&
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c78 * Layout of POSIX 'ustar' tar header.
100 * Structure of GNU tar header
145 struct tar { struct
178 static void gnu_add_sparse_entry(struct tar *,
180 static void gnu_clear_sparse_list(struct tar *);
181 static int gnu_sparse_old_read(struct archive_read *, struct tar *,
183 static void gnu_sparse_old_parse(struct tar *,
185 static int gnu_sparse_01_parse(struct tar *, const char *);
186 static ssize_t gnu_sparse_10_read(struct archive_read *, struct tar *);
187 static int header_Solaris_ACL(struct archive_read *, struct tar *,
245 struct tar *tar; local
272 struct tar *tar; local
390 struct tar *tar; local
444 struct tar *tar; local
513 struct tar* tar; local
541 tar_read_header(struct archive_read *a, struct tar *tar, struct archive_entry *entry) argument
729 header_Solaris_ACL(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const void *h) argument
818 header_longlink(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const void *h) argument
838 header_longname(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const void *h) argument
859 header_volume(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const void *h) argument
872 read_body_to_string(struct archive_read *a, struct tar *tar, struct archive_string *as, const void *h) argument
917 header_common(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const void *h) argument
1073 header_old_tar(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const void *h) argument
1094 header_pax_global(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const void *h) argument
1107 header_pax_extensions(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const void *h) argument
1143 header_ustar(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const void *h) argument
1195 pax_header(struct archive_read *a, struct tar *tar, struct archive_entry *entry, char *attr) argument
1398 pax_attribute(struct tar *tar, struct archive_entry *entry, char *key, char *value) argument
1662 header_gnutar(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const void *h) argument
1730 gnu_add_sparse_entry(struct tar *tar, off_t offset, off_t remaining) argument
1748 gnu_clear_sparse_list(struct tar *tar) argument
1773 gnu_sparse_old_read(struct archive_read *a, struct tar *tar, const struct archive_entry_header_gnutar *header) argument
1809 gnu_sparse_old_parse(struct tar *tar, const struct gnu_sparse *sparse, int length) argument
1848 gnu_sparse_01_parse(struct tar *tar, const char *p) argument
1901 gnu_sparse_10_atol(struct archive_read *a, struct tar *tar, ssize_t *remaining) argument
1947 gnu_sparse_10_read(struct archive_read *a, struct tar *tar) argument
2123 readline(struct archive_read *a, struct tar *tar, const char **start, ssize_t limit) argument
2185 utf8_decode(struct tar *tar, const char *src, size_t length) argument
[all...]
/freebsd-9.3-release/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-9.3-release/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-9.3-release/crypto/heimdal/packages/debian/scripts/
H A Dconvert_source5 DST="heimdal_$VERSION.dfsg.1.orig.tar.gz"
12 tar -xzf $SRC -C $MYTMP
17 tar -czf $DST -C $MYTMP $SRC_DIR
/freebsd-9.3-release/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-9.3-release/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-9.3-release/usr.bin/tar/test/
H A DMakefile5 .PATH: ${LIBARCHIVEDIR}/tar
6 # Some tar sources are pulled in for white-box tests
10 .PATH: ${LIBARCHIVEDIR}/tar/test
44 CFLAGS+= -I${LIBARCHIVEDIR}/tar
51 ./bsdtar_test -p ${.OBJDIR}/../bsdtar -r ${LIBARCHIVEDIR}/tar/test
54 (cd ${LIBARCHIVEDIR}/tar/test; cat ${TESTS}) | \
/freebsd-9.3-release/bin/pax/
H A DMakefile31 tables.c tar.c tty_subs.c
/freebsd-9.3-release/crypto/openssl/demos/easy_tls/
H A DMakefile74 # Distribution .tar:
75 easy-tls.tar.gz: $(EVERYTHING)
76 tar cvf - $(EVERYTHING) | \
77 gzip -9 > easy-tls.tar.gz
79 # Working .tar:
81 tar cfv - `find . -type f -a ! -name '*.tgz' -a ! -name '*.tar.gz'` | \
/freebsd-9.3-release/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...]

Completed in 99 milliseconds

123456