HomeSort by: relevance | last modified time | path
    Searched refs:tar (Results 1 - 25 of 104) sorted by relevancy

1 2 3 4 5

  /src/tests/bin/tar/
t_tar.sh 37 # store both foo and bar into file1.tar
38 atf_check -s exit: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 exit:0 -o empty -e empty tar -cf file2.tar foo
42 atf_check -s exit:0 -o empty -e empty tar -rf file2.tar bar
44 # ensure that file1.tar and file2.tar are equa
    [all...]
t_tar.sh 37 # store both foo and bar into file1.tar
38 atf_check -s exit: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 exit:0 -o empty -e empty tar -cf file2.tar foo
42 atf_check -s exit:0 -o empty -e empty tar -rf file2.tar bar
44 # ensure that file1.tar and file2.tar are equa
    [all...]
Makefile 5 TESTSDIR= ${TESTSBASE}/bin/tar
Makefile 5 TESTSDIR= ${TESTSBASE}/bin/tar
  /src/tests/usr.bin/tar/
t_tar.sh 28 atf_test_case tar
32 atf_set "descr" "test tar"
39 -e ignore "$d/h_tar" -p /usr/bin/tar -r "$d"
44 atf_add_test_case tar
t_tar.sh 28 atf_test_case tar
32 atf_set "descr" "test tar"
39 -e ignore "$d/h_tar" -p /usr/bin/tar -r "$d"
44 atf_add_test_case tar
Makefile 8 TESTSDIR= ${TESTSBASE}/usr.bin/tar
14 CPPFLAGS+=-I${LIBARCHIVE}/test_utils -I${LIBARCHIVE}/tar -I.
15 CPPFLAGS+=-I${LIBARCHIVE}/tar/test -I${LIBARCHIVE}/../include
18 .PATH: ${LIBARCHIVE}/tar/test ${LIBARCHIVE}/test_utils
94 test_extract.tar.Z.uu \
95 test_extract.tar.bz2.uu \
96 test_extract.tar.grz.uu \
97 test_extract.tar.gz.uu \
98 test_extract.tar.lrz.uu \
99 test_extract.tar.lz.uu
    [all...]
Makefile 8 TESTSDIR= ${TESTSBASE}/usr.bin/tar
14 CPPFLAGS+=-I${LIBARCHIVE}/test_utils -I${LIBARCHIVE}/tar -I.
15 CPPFLAGS+=-I${LIBARCHIVE}/tar/test -I${LIBARCHIVE}/../include
18 .PATH: ${LIBARCHIVE}/tar/test ${LIBARCHIVE}/test_utils
94 test_extract.tar.Z.uu \
95 test_extract.tar.bz2.uu \
96 test_extract.tar.grz.uu \
97 test_extract.tar.gz.uu \
98 test_extract.tar.lrz.uu \
99 test_extract.tar.lz.uu
    [all...]
  /src/share/examples/ftpd/
ftpd.conf 41 # The next two entries support tar-ing and tar+gzip of files and directories,
44 # `-' being interpreted as an argument to gzip/tar.
46 # and gzip and tar should exist in the latter directory as statically
51 conversion all .tar df .notar /usr/bin/tar -cf - -- %s
52 conversion all .tar.gz df .notar /usr/bin/tar -zcf - -- %s
ftpd.conf 41 # The next two entries support tar-ing and tar+gzip of files and directories,
44 # `-' being interpreted as an argument to gzip/tar.
46 # and gzip and tar should exist in the latter directory as statically
51 conversion all .tar df .notar /usr/bin/tar -cf - -- %s
52 conversion all .tar.gz df .notar /usr/bin/tar -zcf - -- %s
  /src/distrib/vax/tk50/
Makefile 22 dd if=${DESTDIR}/snapshot/bin.tar.gz of=/dev/nr${TAPEDEV} bs=64k
23 dd if=${DESTDIR}/snapshot/dev.tar.gz of=/dev/nr${TAPEDEV} bs=64k
24 dd if=${DESTDIR}/snapshot/etc.tar.gz of=/dev/nr${TAPEDEV} bs=64k
25 dd if=${DESTDIR}/snapshot/sbin.tar.gz of=/dev/nr${TAPEDEV} bs=64k
26 dd if=${DESTDIR}/snapshot/usr.bin.tar.gz of=/dev/nr${TAPEDEV} bs=64k
27 dd if=${DESTDIR}/snapshot/usr.games.tar.gz of=/dev/nr${TAPEDEV} bs=64k
28 dd if=${DESTDIR}/snapshot/usr.include.tar.gz of=/dev/nr${TAPEDEV} bs=64k
29 dd if=${DESTDIR}/snapshot/usr.lib.tar.gz of=/dev/nr${TAPEDEV} bs=64k
30 dd if=${DESTDIR}/snapshot/usr.libexec.tar.gz of=/dev/nr${TAPEDEV} bs=64k
31 dd if=${DESTDIR}/snapshot/usr.misc.tar.gz of=/dev/nr${TAPEDEV} bs=64
    [all...]
Makefile 22 dd if=${DESTDIR}/snapshot/bin.tar.gz of=/dev/nr${TAPEDEV} bs=64k
23 dd if=${DESTDIR}/snapshot/dev.tar.gz of=/dev/nr${TAPEDEV} bs=64k
24 dd if=${DESTDIR}/snapshot/etc.tar.gz of=/dev/nr${TAPEDEV} bs=64k
25 dd if=${DESTDIR}/snapshot/sbin.tar.gz of=/dev/nr${TAPEDEV} bs=64k
26 dd if=${DESTDIR}/snapshot/usr.bin.tar.gz of=/dev/nr${TAPEDEV} bs=64k
27 dd if=${DESTDIR}/snapshot/usr.games.tar.gz of=/dev/nr${TAPEDEV} bs=64k
28 dd if=${DESTDIR}/snapshot/usr.include.tar.gz of=/dev/nr${TAPEDEV} bs=64k
29 dd if=${DESTDIR}/snapshot/usr.lib.tar.gz of=/dev/nr${TAPEDEV} bs=64k
30 dd if=${DESTDIR}/snapshot/usr.libexec.tar.gz of=/dev/nr${TAPEDEV} bs=64k
31 dd if=${DESTDIR}/snapshot/usr.misc.tar.gz of=/dev/nr${TAPEDEV} bs=64
    [all...]
  /src/tests/bin/pax/
t_pax.sh 37 # 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 exit:0 -o empty -e empty cmp file1.tar file2.tar
    [all...]
t_pax.sh 37 # 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 exit:0 -o empty -e empty cmp file1.tar file2.tar
    [all...]
  /src/bin/pax/
Makefile 9 tar.c tty_subs.c
36 LINKS+= ${BINDIR}/pax ${BINDIR}/tar
37 SYMLINKS+=${BINDIR}/tar /usr/bin/tar
38 MAN+=tar.1
53 COPTS.tar.c+= ${CC_WNO_STRINGOP_TRUNCATION}
Makefile 9 tar.c tty_subs.c
36 LINKS+= ${BINDIR}/pax ${BINDIR}/tar
37 SYMLINKS+=${BINDIR}/tar /usr/bin/tar
38 MAN+=tar.1
53 COPTS.tar.c+= ${CC_WNO_STRINGOP_TRUNCATION}
  /src/tests/bin/
Makefile 7 TESTS_SUBDIRS= cat cp date dd df expr pax ps sh sleep tar
Makefile 7 TESTS_SUBDIRS= cat cp date dd df expr pax ps sh sleep tar
  /src/tests/lib/libarchive/
Makefile 302 test_acl_pax_nfs4.tar.uu \
303 test_acl_pax_posix1e.tar.uu \
308 test_compat_gtar_1.tar.uu \
309 test_compat_gtar_2.tar.uu \
312 test_compat_lz4_1.tar.lz4.uu \
313 test_compat_lz4_2.tar.lz4.uu \
314 test_compat_lz4_3.tar.lz4.uu \
315 test_compat_lz4_B4.tar.lz4.uu \
316 test_compat_lz4_B4BD.tar.lz4.uu \
317 test_compat_lz4_B4BDBX.tar.lz4.uu
    [all...]
Makefile 302 test_acl_pax_nfs4.tar.uu \
303 test_acl_pax_posix1e.tar.uu \
308 test_compat_gtar_1.tar.uu \
309 test_compat_gtar_2.tar.uu \
312 test_compat_lz4_1.tar.lz4.uu \
313 test_compat_lz4_2.tar.lz4.uu \
314 test_compat_lz4_3.tar.lz4.uu \
315 test_compat_lz4_B4.tar.lz4.uu \
316 test_compat_lz4_B4BD.tar.lz4.uu \
317 test_compat_lz4_B4BDBX.tar.lz4.uu
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/
Makefile 111 @git archive --format=tar $(shell git branch | awk '/^*/ { print $$2 }') | ( cd /tmp/gnu-efi-$(VERSION)-tmp/ ; tar x )
114 @dir=$$PWD; cd /tmp; tar -c --bzip2 -f $$dir/gnu-efi-$(VERSION).tar.bz2 gnu-efi-$(VERSION)
116 @echo "The archive is in gnu-efi-$(VERSION).tar.bz2"
124 @git archive --format=tar $(VERSION) | ( cd /tmp/gnu-efi-$(VERSION)-tmp/ ; tar x )
126 @dir=$$PWD; cd /tmp; tar -c --bzip2 -f $$dir/gnu-efi-$(VERSION).tar.bz2 gnu-efi-$(VERSION)
128 @echo "The archive is in gnu-efi-$(VERSION).tar.bz2
    [all...]
Makefile 111 @git archive --format=tar $(shell git branch | awk '/^*/ { print $$2 }') | ( cd /tmp/gnu-efi-$(VERSION)-tmp/ ; tar x )
114 @dir=$$PWD; cd /tmp; tar -c --bzip2 -f $$dir/gnu-efi-$(VERSION).tar.bz2 gnu-efi-$(VERSION)
116 @echo "The archive is in gnu-efi-$(VERSION).tar.bz2"
124 @git archive --format=tar $(VERSION) | ( cd /tmp/gnu-efi-$(VERSION)-tmp/ ; tar x )
126 @dir=$$PWD; cd /tmp; tar -c --bzip2 -f $$dir/gnu-efi-$(VERSION).tar.bz2 gnu-efi-$(VERSION)
128 @echo "The archive is in gnu-efi-$(VERSION).tar.bz2
    [all...]
  /src/tests/sbin/resize_ffs/
Makefile 13 FILES= testdata.tar.gz.base64
Makefile 13 FILES= testdata.tar.gz.base64
  /src/dist/pf/
README.NetBSD 55 if [ ! -f src.tar.gz ]; then
56 ftp ftp://ftp.df.lth.se/pub/OpenBSD/${VERSION}/src.tar.gz
58 if [ ! -f sys.tar.gz ]; then
59 ftp ftp://ftp.df.lth.se/pub/OpenBSD/${VERSION}/sys.tar.gz
128 tar -xzf ${ORIG}/openbsd-${VERSION}/src.tar.gz
129 tar -xzf ${ORIG}/openbsd-${VERSION}/sys.tar.gz
208 tar -xzf ${ORIG}/openbsd-${VERSION}/src.tar.g
    [all...]

Completed in 29 milliseconds

1 2 3 4 5