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

1 2 3

  /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...]
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
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
  /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...]
  /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...]
  /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}
  /src/tests/bin/
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...]
  /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...]
  /src/tests/sbin/resize_ffs/
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...]
  /src/distrib/utils/embedded/
mkpkgs 74 *.tgz|*.tar.gz)
75 tar tvzf "$1" | awk '{ tot += $5 } END { print tot }'
77 *.tbz|*.tar.bz2)
78 tar tvjf "$1" | awk '{ tot += $5 } END { print tot }'
  /src/distrib/amiga/stand/
Makefile 7 UUDECODE_FILES= device-streams-2.2.1-src.tar.gz device-streams-2.2.1.lha \
update 20 srctar=device-streams-$version-src.tar.gz
21 ftp -o $srctar $githubdir/archive/refs/tags/$version.tar.gz
  /src/distrib/i386/cdroms/installcd/
Makefile 25 . for sufx in tgz tar.xz
  /src/distrib/sets/
Makefile 19 TAR_SUFF=${"${USE_XZ_SETS:Uno}"!="no":?tar.xz:tgz}
200 # If MAKETARS_SERIAL is set to "YES" or "yes", then the tar sets will be
236 .for tar in ${MAKETARSETS}
237 do-${tar}: .PHONY sanitise_METALOG
238 ${_MKMSG_CREATE} "${tar}.${TAR_SUFF}"
241 -N ${NETBSDSRCDIR}/etc -t ${TARDIR} ${tar} \
242 || { rm -f ${TARDIR}/${tar}.${TAR_SUFF}; false; }
247 ${_MKMSG_CREATE} "source tar files"
260 .for tar in ${MAKETARSETS}
261 do-sum-${tar}: .PHONY do-${tar
    [all...]
  /src/distrib/x68k/stand/
Makefile 15 UUDECODE_FILES= ${ARCHIVES:C/$/.tar.gz/}
  /src/tests/usr.bin/
Makefile 12 shmif_dumpbus shmif_pcapin sdiff sed sort stat tar tmux tr \
  /src/distrib/vax/inst-common/
instbin.conf 11 progs slattach strings stty sync tar test umount
  /src/tests/usr.bin/gzip/
t_gzip.sh 111 n=net_tests.tar
112 tar -C /usr/tests/net -cf $n .
  /src/distrib/alpha/rz25dist/
Makefile 8 LOCALTARGETS= bin.tar.gz etc.tar.gz x11.tar.gz diskimage.gz
82 bin.tar.gz: mount-fs build-fs
88 etc.tar.gz: mount-fs build-fs
92 x11.tar.gz: mount-fs build-fs
  /src/usr.bin/make/unit-tests/
varname-dot-suffixes.mk 44 .SUFFIXES: .tar.gz
47 .if ${.SUFFIXES} != ".c .o .1 .err .tar.gz"
57 .if ${.SUFFIXES} != ".c .o .1 .err .tar.gz"
86 .if ${.SUFFIXES} != ".c .o .1 .err .tar.gz"
100 .if ${1 2:L:@.SUFFIXES@${.SUFFIXES}@} != ".c .o .1 .err .tar.gz .c .o .1 .err .tar.gz"
  /src/distrib/amiga/floppies/inst-common/
instbin.conf 11 progs route sed sh shutdown slattach strings stty sync tar test tip

Completed in 20 milliseconds

1 2 3