Home
last modified time | relevance | path

Searched refs:zipfile (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/bin/
Dstreamzip19 my $zipfile = '-';
37 "zipfile=s" => \$zipfile,
56 if $zipfile eq '-';
58 zip '-' => $zipfile,
64 or die "Error creating zip file '$zipfile': $\n" ;
/openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/t/
D107multi-zip-only.t52 my $lex = LexFile->new( my $zipfile );
54 my $x = IO::Compress::Zip->new($zipfile, Name => $name++, AutoClose => 1);
68 open F, ">>$zipfile";
73 my $u = IO::Uncompress::Unzip->new( $zipfile, Transparent => 1, MultiStream => 0 )
74 or die "Cannot open $zipfile: $UnzipError";
101 die "Error processing $zipfile: $!\n"
D011-streamzip.t107 title "streamzip - zipfile option" ;
113 check "$Perl ${binDir}/streamzip -zipfile $outfile <$infile";
166 title "streamzip $method- zipfile option" ;
172 check "$Perl ${binDir}/streamzip -zipfile $outfile -method $method <$infile";
198 title "streamzip level $level- zipfile option" ;
204 check "$Perl ${binDir}/streamzip -zipfile $outfile -$level <$infile";
D105oneshot-zip-only.t172 my $zipfile = "$files/encrypt-standard.zip" ;
205 my $zipfile = "$files/jar.zip" ;
208 ok unzip $zipfile => \$output ;
268 my $zipfile;
269 my $lex = LexFile->new( $file1, $file2, $zipfile );
281 ok zip([$file1, $file2] => $zipfile , Method => $method,
289 ok unzip($zipfile => \$got, Name => $file), " unzip $file ok"
319 my $zipfile = "$files/test.ods" ;
324 ok unzip($zipfile => \$got, Name => $file), " unzip $file ok"
347 my $zipfile = "$files/testfile1.odt" ;
[all …]
D105oneshot-zip-bzip2-only.t135 my $zipfile;
136 my $lex = LexFile->new( $file1, $file2, $zipfile );
148 ok zip([$file1, $file2] => $zipfile , Method => $method,
156 ok unzip($zipfile => \$got, Name => $file), " unzip $file ok"
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Djcf-io.c106 DEFUN(opendir_in_zip, (zipfile, is_system),
107 const char *zipfile AND int is_system)
114 if (strcmp (zipf->name, zipfile) == 0)
118 zipf = ALLOC (sizeof (struct ZipFile) + strlen (zipfile) + 1);
121 strcpy (zipf->name, zipfile);
123 fd = open (zipfile, O_RDONLY | O_BINARY);
135 jcf_dependency_add_file (zipfile, is_system);
152 DEFUN(open_in_zip, (jcf, zipfile, zipmember, is_system),
153 JCF *jcf AND const char *zipfile AND const char *zipmember
158 ZipFile *zipf = opendir_in_zip (zipfile, is_system);
[all …]
DMake-lang.in326 java/zextract.o: java/zextract.c $(CONFIG_H) $(SYSTEM_H) java/zipfile.h
DChangeLog2932 * zipfile.h: Use GCC_JCF_H instead of JCF_H.
3478 * zipfile.h: Conditionalize on JCF_H insread of JCF_ZIP.
3973 * zipfile.h (struct ZipFileCache): Replace by struct ZipFile.
4306 * zipfile.h (ZipDirectory): Declare size, uncompressed_size,
5068 * zipfile.h (ZipDirectory): Add uncompressed_size and
7044 * zipfile.h: Likewise.
9193 * zipfile.h (opendir_in_zip, open_in_zip): Prototype.
9835 * zipfile.h: Prototype `read_zip_archive'.
10123 * zipfile.h (opendir_in_zip): New declaration.
11930 verify.c, zextract.c, zipfile.h: Fixed copyright assignment,
[all …]
/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Drock.c528 FILE * zipfile; local
538 zipfile = fopen(whole_name, "rb");
539 fread(header, 1, sizeof(header), zipfile);
548 status = (long)lseek(fileno(zipfile), (off_t)(-8), SEEK_END);
552 if(read(fileno(zipfile), (char*)header, sizeof(header)) != sizeof(header))
566 fclose(zipfile);
570 zipfile = fopen(checkname, "rb");
571 if(zipfile) {
574 fclose(zipfile);
/openbsd/src/gnu/llvm/llvm/utils/gn/
Dget.py8 import zipfile
17 zipfile.ZipFile(io.BytesIO(data)).extract(gn, path=output_dir)
/openbsd/src/gnu/llvm/clang/utils/analyzer/
DSATestBuild.py59 import zipfile
635 with zipfile.ZipFile(zip_files[0], "r") as zip_file:
/openbsd/src/usr.sbin/unbound/doc/
DChangelog4092 zipfile.
9108 - mingw32 crosscompile changes, dependencies and zipfile creation.