Home
last modified time | relevance | path

Searched refs:unzip (Results 1 – 25 of 46) sorted by relevance

12

/openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/t/
D011-streamzip.t16 use IO::Uncompress::Unzip 'unzip' ;
102 unzip $outfile => \$uncompressed;
116 unzip $outfile => \$uncompressed;
151 skip "streaming unzip not supported with zstd\n", 7
161 unzip $outfile => \$uncompressed;
175 unzip $outfile => \$uncompressed;
193 unzip $outfile => \$uncompressed;
207 unzip $outfile => \$uncompressed;
D105oneshot-zip-bzip2-only.t35 use_ok('IO::Uncompress::Unzip', qw(unzip $UnzipError)) ;
51 ok unzip(\$out, \$got), " unzip ok"
104 ok unzip($file1 => \$got), " unzip ok"
156 ok unzip($zipfile => \$got, Name => $file), " unzip $file ok"
D105oneshot-zip-only.t31 use_ok('IO::Uncompress::Unzip', qw(unzip $UnzipError)) ;
45 ok unzip(\$out, \$got), " unzip ok"
175 ok ! unzip "$files/encrypt-standard.zip" => \$output ;
178 ok ! unzip "$files/encrypt-aes.zip" => \$output ;
190 # $ unzip -vl t/files/jar.zip
208 ok unzip $zipfile => \$output ;
239 ok unzip($file1 => \$got), " unzip ok"
289 ok unzip($zipfile => \$got, Name => $file), " unzip $file ok"
324 ok unzip($zipfile => \$got, Name => $file), " unzip $file ok"
352 ok unzip($zipfile => \$got, Name => $file), " unzip $file ok"
D105oneshot-zip-store-only.t38 use_ok('IO::Uncompress::Unzip', qw(unzip $UnzipError)) ;
93 ok unzip(\$zipped => \$got, BlockSize => $blockSize), " unzip ok"
D112utf8-zip.t182 title "unzip: EFS => 0 filename not valid utf8 - language encoding flag set";
194 title "unzip: EFS => 1 filename not valid utf8 - language encoding flag set";
D006zip.t25 use_ok('IO::Uncompress::Unzip', qw(unzip $UnzipError)) ;
/openbsd/src/regress/usr.bin/gzip/
DMakefile134 REGRESS_TARGETS+= run-regress-perm-unzip
135 run-regress-perm-unzip:
155 REGRESS_TARGETS+= run-regress-owner-unzip
156 run-regress-owner-unzip:
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
DTarzip.pm424 sub unzip { subroutine
449 } elsif ( my $unzip = $CPAN::Config->{unzip} ) {
450 my @system = ($unzip, $file);
/openbsd/src/gnu/usr.bin/binutils/gdb/config/djgpp/
DREADME19 Simply unzip the gdbNNNb.zip file (where NNN is the version number)
21 directory structure while you unzip (use -d switch if you do this with
22 PKUNZIP). On Windows 9X and Windows 2000, use an unzip program which
63 just unzip it while preserving the directory structure (I suggest to
69 file to unzip the package. That's because some file names in the
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVScheduleZb.td40 def WriteZIP : SchedWrite; // zip/unzip
76 def ReadZIP : SchedRead; // zip/unzip
DRISCVInstrInfoZb.td486 def UNZIP_RV32 : RVBUnary<0b0000100, 0b01111, 0b101, OPC_OP_IMM, "unzip">,
605 // We treat zip and unzip as separate instructions, so match it directly.
/openbsd/src/gnu/llvm/clang/tools/clang-fuzzer/
DDockerfile11 RUN apt-get install -y autoconf automake libtool curl make g++ unzip wget git \
/openbsd/src/gnu/usr.bin/texinfo/djgpp/
DREADME26 b. From the root of your DJGPP installation, unzip the source package:
43 unzip txiXYZs
55 Do NOT use an unzip program which supports long file names on
91 main DJGPP directory and unzip the files. For instance, if your
96 unzip txiXYZb
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlmodinstall.pod190 unzip Your-Module.zip
200 Note that GNU's gzip/gunzip is not the same as Info-ZIP's zip/unzip
/openbsd/src/gnu/usr.bin/perl/
DREADME.os2520 Note however, that you need to have F<unzip.exe> on your path, and
573 (default with unzip, specify C<-d> to pkunzip). However, you
578 unzipping. Upgrade to C<(w)unzip>.
594 unzip perl_exc.zip *.exe *.ico -d f:/emx.add/bin
595 unzip perl_exc.zip *.dll -d f:/emx.add/dll
602 unzip perl_aou.zip -d f:/emx.add/bin
608 unzip perl_utl.zip -d f:/emx.add/bin
614 unzip perl_mlb.zip -d f:/perllib/lib
624 unzip perl_ste.zip -d f:/perllib/lib/site_perl/5.40.1/
638 unzip perl_blb.zip -d f:/perllib/lib
[all …]
DREADME.vms108 =item 3 unzip for VMS
129 Please note that unzip and gunzip are not the same thing (they work with
/openbsd/src/gnu/usr.bin/perl/t/porting/
Dknown_pod_issues.dat385 unzip(1)
/openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
DUnzip.pm75 sub unzip subroutine
/openbsd/src/gnu/llvm/llvm/docs/
DReleaseProcess.rst187 unzip on the same directory (there will be sym-links from the appropriate places
DGettingStartedVS.rst120 Windows Explorer built-in zip support or any other unzip tool.
/openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
DFAQ.pod176 C<IO-Compress-Zip> using an external zip/unzip, make sure that it supports
180 or better to update a Zip64 archive and unzip version 6.x to read a zip64
/openbsd/src/gnu/llvm/clang/docs/
DCrossCompilation.rst29 with all files in, unzip to a directory and point the build system to
/openbsd/src/gnu/usr.bin/texinfo/
DMakefile.in511 unzip $(distdir).zip ;;\
/openbsd/src/gnu/gcc/libssp/
DMakefile.in599 unzip $(distdir).zip ;;\
/openbsd/src/lib/libz/
DChangeLog29 - Read multiple bytes instead of byte-by-byte in minizip unzip.c
291 - Minor cleanup up contrib/minizip/unzip.c [Vollant]
707 - Fix contrib/minizip/unzip.c non-encrypted after encrypted [Vollant]
1203 - added contrib/minzip, mini zip and unzip based on zlib (Gilles Vollant)
1204 See http://www.winimage.com/zLibDll/unzip.html
1237 - add a pointer to experimental unzip library in README (Gilles Vollant)

12