Searched refs:gzip (Results 1 – 19 of 19) sorted by relevance
/busybox-1.35.0/archival/ |
D | bbunzip_test.sh | 7 gzip="gzip" 31 $gzip <z1 >zz.gz 32 $gzip <z2 >>zz.gz 47 $gzip z1 48 $gzip z2
|
D | bbunzip_test2.sh | 9 | ../busybox gzip \
|
D | bbunzip_test3.sh | 21 | gzip >xxx.gz
|
D | tar.c | 573 static void NOINLINE vfork_compressor(int tar_fd, const char *gzip) in vfork_compressor() argument 621 execlp(gzip, gzip, "-f", (char *)0); in vfork_compressor() 643 bb_perror_msg_and_die("can't execute '%s'", gzip); in vfork_compressor() 651 #define writeTarFile(tbInfo, recurseFlags, filelist, gzip) \ argument 659 const char *gzip) in writeTarFile() argument 670 if (gzip) in writeTarFile() 671 vfork_compressor(tbInfo->tarFd, gzip); in writeTarFile() 703 if (gzip) { in writeTarFile()
|
/busybox-1.35.0/testsuite/gzip/ |
D | gzip-compression-levels | 3 level1=$(busybox gzip -c -1 $(which busybox) | wc -c) 4 level9=$(busybox gzip -c -9 $(which busybox) | wc -c)
|
D | gzip-accepts-single-minus | 1 echo foo | busybox gzip - >/dev/null
|
D | gzip-removes-original-file | 2 busybox gzip foo
|
D | gzip-accepts-multiple-files | 2 busybox gzip foo bar
|
/busybox-1.35.0/testsuite/gunzip/ |
D | gunzip-reads-from-standard-input | 1 echo foo | gzip | busybox gunzip > output
|
/busybox-1.35.0/testsuite/tar/ |
D | tar-handles-cz-options | 5 gzip -d foo.tar.gz
|
/busybox-1.35.0/examples/bootfloppy/ |
D | mkrootfs.sh | 103 gzip -9 rootfs
|
D | bootfloppy.txt | 93 gzip -9 rootfs
|
/busybox-1.35.0/archival/libarchive/ |
D | Kbuild.src | 67 # 'gzip -d', gunzip or zcat selects FEATURE_GZIP_DECOMPRESS
|
/busybox-1.35.0/scripts/ |
D | Makefile.lib | 170 cmd_gzip = gzip -f -9 < $< > $@
|
/busybox-1.35.0/ |
D | AUTHORS | 158 gzip, mini-netcat(nc)
|
D | NOFORK_NOEXEC.lst | 163 gzip - runner
|
D | Config.in | 108 programs that can benefit from large file support include dd, gzip,
|
/busybox-1.35.0/docs/ |
D | busybox_footer.pod | 240 gzip, mini-netcat(nc)
|
D | keep_data_small.txt | 86 take a look at archival/gzip.c. Here all global data is replaced by
|