Home
last modified time | relevance | path

Searched refs:gzip (Results 1 – 19 of 19) sorted by relevance

/busybox-1.35.0/archival/
Dbbunzip_test.sh7 gzip="gzip"
31 $gzip <z1 >zz.gz
32 $gzip <z2 >>zz.gz
47 $gzip z1
48 $gzip z2
Dbbunzip_test2.sh9 | ../busybox gzip \
Dbbunzip_test3.sh21 | gzip >xxx.gz
Dtar.c573 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/
Dgzip-compression-levels3 level1=$(busybox gzip -c -1 $(which busybox) | wc -c)
4 level9=$(busybox gzip -c -9 $(which busybox) | wc -c)
Dgzip-accepts-single-minus1 echo foo | busybox gzip - >/dev/null
Dgzip-removes-original-file2 busybox gzip foo
Dgzip-accepts-multiple-files2 busybox gzip foo bar
/busybox-1.35.0/testsuite/gunzip/
Dgunzip-reads-from-standard-input1 echo foo | gzip | busybox gunzip > output
/busybox-1.35.0/testsuite/tar/
Dtar-handles-cz-options5 gzip -d foo.tar.gz
/busybox-1.35.0/examples/bootfloppy/
Dmkrootfs.sh103 gzip -9 rootfs
Dbootfloppy.txt93 gzip -9 rootfs
/busybox-1.35.0/archival/libarchive/
DKbuild.src67 # 'gzip -d', gunzip or zcat selects FEATURE_GZIP_DECOMPRESS
/busybox-1.35.0/scripts/
DMakefile.lib170 cmd_gzip = gzip -f -9 < $< > $@
/busybox-1.35.0/
DAUTHORS158 gzip, mini-netcat(nc)
DNOFORK_NOEXEC.lst163 gzip - runner
DConfig.in108 programs that can benefit from large file support include dd, gzip,
/busybox-1.35.0/docs/
Dbusybox_footer.pod240 gzip, mini-netcat(nc)
Dkeep_data_small.txt86 take a look at archival/gzip.c. Here all global data is replaced by