Home
last modified time | relevance | path

Searched refs:tar (Results 1 – 25 of 35) sorted by relevance

12

/busybox-1.35.0/testsuite/
Dtar.tests54 mkdir tar.tempdir && cd tar.tempdir || exit 1
96 cd .. || exit 1; rm -rf tar.tempdir 2>/dev/null
98 mkdir tar.tempdir && cd tar.tempdir || exit 1
130 cd .. || exit 1; rm -rf tar.tempdir 2>/dev/null
132 mkdir tar.tempdir && cd tar.tempdir || exit 1
162 cd .. || exit 1; rm -rf tar.tempdir 2>/dev/null
164 mkdir tar.tempdir && cd tar.tempdir || exit 1
178 cd .. || exit 1; rm -rf tar.tempdir 2>/dev/null
180 mkdir tar.tempdir && cd tar.tempdir || exit 1
206 cd .. || exit 1; rm -rf tar.tempdir 2>/dev/null
[all …]
Dawk.tests132 test x"$SKIP" != x"1" && tar xjf awk_t1.tar.bz2
/busybox-1.35.0/archival/libarchive/
Dget_header_tar.c159 struct tar_header_t tar; in get_header_tar() local
187 *(aliased_uint32_t*)&tar = 0; in get_header_tar()
188 i = full_read(archive_handle->src_fd, &tar, 512); in get_header_tar()
214 xread(archive_handle->src_fd, &tar, i); in get_header_tar()
219 if (tar.name[0] == 0 && tar.prefix[0] == 0 in get_header_tar()
228 while (full_read(archive_handle->src_fd, &tar, 512) == 512) in get_header_tar()
239 if (!is_prefixed_with(tar.magic, "ustar") in get_header_tar()
241 || memcmp(tar.magic, "\0\0\0\0", 5) != 0) in get_header_tar()
263 sum_u = ' ' * sizeof(tar.chksum); in get_header_tar()
268 sum_u += ((unsigned char*)&tar)[i]; in get_header_tar()
[all …]
/busybox-1.35.0/archival/
Dtar_symlink_attack5 tar cvf tar_symlink_attack.tar anything.txt
9 tar --append -f tar_symlink_attack.tar symlink
14 tar --append -f tar_symlink_attack.tar symlink/bb_test_evilfile
DConfig.src9 bool "Make tar, rpm, modprobe etc understand .xz data"
13 bool "Make tar, rpm, modprobe etc understand .lzma data"
17 bool "Make tar, rpm, modprobe etc understand .bz2 data"
21 bool "Make tar, rpm, modprobe etc understand .gz data"
25 bool "Make tar, rpm, modprobe etc understand .Z data"
/busybox-1.35.0/examples/
Dundeb36 ar -p "${deb}" control.tar.gz | tar -xzO *control
38 ar -p "${deb}" data.tar.gz | tar -tzv
43 ar -p "${deb}" control.tar.gz | tar -xzO *control
53 ar -p "${deb}" data.tar.gz | tar -xzvpf - -C "$3" || exit
Dbusybox.spec8 Source: http://www.busybox.net/downloads/%{name}-%{version}.tar.bz2
11 Source3: http://www.uclibc.org/downloads/uClibc-0.9.30.1.tar.bz2
/busybox-1.35.0/testsuite/tar/
Dtar-complains-about-missing-file2 tar cf foo.tar foo
3 ! busybox tar xf foo.tar bar
Dtar-extracts-all-subdirs5 tar cf foo.tar -C foo .
7 busybox tar xf foo.tar -C foo ./1/10
10 tar xf foo.tar -C foo ./1/10
Dtar-extracts-to-standard-output2 tar cf foo.tar foo
3 cat foo.tar | busybox tar Ox | cmp foo -
Dtar-extracts-file2 tar cf foo.tar foo
4 busybox tar xf foo.tar
Dtar-extracts-from-standard-input2 tar cf foo.tar foo
4 cat foo.tar | busybox tar x
Dtar-handles-empty-include-and-non-empty-exclude-list4 tar cf foo.tar foo
6 busybox tar xf foo.tar -X foo.exclude
Dtar-extracts-multiple-files2 tar cf foo.tar foo bar
4 busybox tar -xf foo.tar
Dtar-archives-multiple-files3 busybox tar cf foo.tar foo bar
5 tar xf foo.tar
Dtar-handles-nested-exclude5 tar cf foo.tar foo
8 busybox tar xf foo.tar foo -X foobar.exclude
Dtar-handles-exclude-and-extract-lists4 tar cf foo.tar foo bar baz
7 busybox tar xf foo.tar foo bar -X foo.exclude
Dtar-handles-multiple-X-options5 tar cf foo.tar foo bar
9 busybox tar xf foo.tar -X foo.exclude -X bar.exclude
Dtar-handles-cz-options4 busybox tar czf foo.tar.gz foo
5 gzip -d foo.tar.gz
Dtar-demands-at-least-one-ctx1 ! busybox tar v
Dtar-demands-at-most-one-ctx1 ! busybox tar tx
Dtar_with_link_with_size6 # GNU tar 1.15.1 has a bug here: tf won't work, but xf will.
30 t=`tar1_bz2 | bunzip2 | busybox tar tvf -`
/busybox-1.35.0/scripts/
Dbb_release15 VERSION=`ls busybox-*.tar.gz | sed 's/busybox-\(.*\)\.tar\.gz/\1/'`
17 zcat busybox-$VERSION.tar.gz | bzip2 > busybox-$VERSION.tar.bz2
19 for releasefile in busybox-$VERSION.tar.gz busybox-$VERSION.tar.bz2; do
/busybox-1.35.0/networking/ssl_helper-wolfssl/
DREADME8 * Unpack wolfssl-3.9.8.tar.gz from https://github.com/wolfSSL/wolfssl/releases
/busybox-1.35.0/init/
Dbootchartd.c64 # warning Note: bootchartd requires tar command, but you did not select it.
66 # warning Note: bootchartd requires tar -z support, but you did not select it.

12