Searched refs:tar (Results 1 – 25 of 35) sorted by relevance
12
/busybox-1.35.0/testsuite/ |
D | tar.tests | 54 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 …]
|
D | awk.tests | 132 test x"$SKIP" != x"1" && tar xjf awk_t1.tar.bz2
|
/busybox-1.35.0/archival/libarchive/ |
D | get_header_tar.c | 159 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/ |
D | tar_symlink_attack | 5 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
|
D | Config.src | 9 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/ |
D | undeb | 36 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
|
D | busybox.spec | 8 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/ |
D | tar-complains-about-missing-file | 2 tar cf foo.tar foo 3 ! busybox tar xf foo.tar bar
|
D | tar-extracts-all-subdirs | 5 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
|
D | tar-extracts-to-standard-output | 2 tar cf foo.tar foo 3 cat foo.tar | busybox tar Ox | cmp foo -
|
D | tar-extracts-file | 2 tar cf foo.tar foo 4 busybox tar xf foo.tar
|
D | tar-extracts-from-standard-input | 2 tar cf foo.tar foo 4 cat foo.tar | busybox tar x
|
D | tar-handles-empty-include-and-non-empty-exclude-list | 4 tar cf foo.tar foo 6 busybox tar xf foo.tar -X foo.exclude
|
D | tar-extracts-multiple-files | 2 tar cf foo.tar foo bar 4 busybox tar -xf foo.tar
|
D | tar-archives-multiple-files | 3 busybox tar cf foo.tar foo bar 5 tar xf foo.tar
|
D | tar-handles-nested-exclude | 5 tar cf foo.tar foo 8 busybox tar xf foo.tar foo -X foobar.exclude
|
D | tar-handles-exclude-and-extract-lists | 4 tar cf foo.tar foo bar baz 7 busybox tar xf foo.tar foo bar -X foo.exclude
|
D | tar-handles-multiple-X-options | 5 tar cf foo.tar foo bar 9 busybox tar xf foo.tar -X foo.exclude -X bar.exclude
|
D | tar-handles-cz-options | 4 busybox tar czf foo.tar.gz foo 5 gzip -d foo.tar.gz
|
D | tar-demands-at-least-one-ctx | 1 ! busybox tar v
|
D | tar-demands-at-most-one-ctx | 1 ! busybox tar tx
|
D | tar_with_link_with_size | 6 # 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/ |
D | bb_release | 15 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/ |
D | README | 8 * Unpack wolfssl-3.9.8.tar.gz from https://github.com/wolfSSL/wolfssl/releases
|
/busybox-1.35.0/init/ |
D | bootchartd.c | 64 # 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