Home
last modified time | relevance | path

Searched refs:gunzip (Results 1 – 25 of 58) sorted by relevance

123

/openbsd/src/regress/usr.bin/gzip/
DMakefile78 REGRESS_TARGETS+= run-regress-gunzip
79 run-regress-gunzip:
83 gunzip -f rc.gz
94 gunzip -f multi.gz
107 gunzip -N in.gz
141 gunzip perm.gz
163 ${SUDO} gunzip owner.gz
/openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/t/
D020isize.t122 my $gunzip = IO::Uncompress::Gunzip->new( gzipClosure($gzip, $size),
127 ok $gunzip, " Created IO::Uncompress::Gunzip object";
129 my $inflate = *$gunzip->{Inflate} ;
135 while (($status = $gunzip->read($uncompressed)) > 0) {
143 ok $gunzip->close(), " IO::Uncompress::Gunzip Closed ok" ;
148 my $gunzip_hdr = $gunzip->getHeaderInfo();
D105oneshot-gzip-only.t45 ok IO::Uncompress::Gunzip::gunzip(\$out, \$got), " gunzip ok"
D004gziphdr.t627 ok my $gunzip = IO::Uncompress::Gunzip->new( \$x,
630 my $hdr = $gunzip->getHeaderInfo() ;
651 ok my $gunzip = IO::Uncompress::Gunzip->new( \$x,
654 my $hdr = $gunzip->getHeaderInfo() ;
677 ok my $gunzip = IO::Uncompress::Gunzip->new( \$x, Strict => 0 );
679 my $hdr = $gunzip->getHeaderInfo() ;
700 ok my $gunzip = IO::Uncompress::Gunzip->new( \$x,
703 my $hdr = $gunzip->getHeaderInfo() ;
D050interop-gzip.t137 gunzip $file => \$got ;
/openbsd/src/regress/usr.bin/signify/
Dsignify.sh34 gunzip -t signed.tgz
36 signify -zV -p $pubkey <signed.tgz|signify -zV -p $pubkey|gunzip -t
/openbsd/src/gnu/usr.bin/gcc/contrib/
Ddownload_f2c60 gunzip *.gz
61 (cd src; rm -f MD5 MD5.gz gram.c.gz .depend .depend.gz f2c.1.gz index.html index.html.gz; gunzip *.…
/openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
DFAQ.pod27 Alternatively, if you have the C<gunzip> program available, you can use
30 open F, "gunzip -c $filename |";
51 If the C<uncompress> or C<gunzip> programs are available, you can use one
64 and this with C<gunzip>
70 open F, "gunzip -c $filename |";
104 my $gunzip = IO::Uncompress::Gunzip->new( $gzipFile )
105 or die "Cannot gunzip $gzipFile: $GunzipError\n" ;
107 bzip2 $gunzip => $bzipFile
206 If the gunzip program encounters a file containing multiple gzip files
212 $ gunzip -c x.gz
[all …]
/openbsd/src/usr.bin/compress/
DMakefile9 ${BINDIR}/compress ${BINDIR}/gunzip \
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
DTarzip.pm94 sub gunzip { subroutine
344 if ($ct->gunzip($ungzf)) {
DAuthor.pm172 eval{CPAN::Tarzip->new("$lc_file.gz")->gunzip($lc_file)};
DFTP.pm784 eval { CPAN::Tarzip->new($l)->gunzip($aslocal) };
808 eval { CPAN::Tarzip->new("$l.gz")->gunzip($aslocal) };
844 if (eval {CPAN::Tarzip->new("$aslocal.gz")->gunzip($aslocal)}) {
921 eval{CPAN::Tarzip->new($gz)->gunzip($aslocal)}
/openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
DGunzip.pm42 sub gunzip subroutine
/openbsd/src/distrib/sparc64/ramdisk/
Dlist50 LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
/openbsd/src/distrib/sparc64/ramdiskB/
Dlist47 LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
/openbsd/src/distrib/amd64/ramdiskA/
Dlist49 LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
/openbsd/src/distrib/luna88k/ramdisk/
Dlist53 LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
/openbsd/src/distrib/alpha/miniroot/
Dlist53 LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
/openbsd/src/distrib/i386/ramdisk/
Dlist52 LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
/openbsd/src/distrib/sparc64/miniroot/
Dlist54 LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
/openbsd/src/distrib/hppa/ramdisk/
Dlist53 LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
/openbsd/src/distrib/powerpc64/ramdisk/
Dlist60 LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
/openbsd/src/distrib/octeon/ramdisk/
Dlist58 LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
/openbsd/src/distrib/riscv64/ramdisk/
Dlist59 LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
/openbsd/src/distrib/macppc/ramdisk/
Dlist59 LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat

123