Home
last modified time | relevance | path

Searched refs:zip (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dcompress.c419 compress_t *zip; in pgp_writez() local
429 if ((zip = calloc(1, sizeof(*zip))) == NULL) { in pgp_writez()
433 zip->stream.zalloc = Z_NULL; in pgp_writez()
434 zip->stream.zfree = Z_NULL; in pgp_writez()
435 zip->stream.opaque = NULL; in pgp_writez()
440 if ((int)deflateInit(&zip->stream, level) != Z_OK) { in pgp_writez()
446 if (zip->src != NULL || zip->dst != NULL) { in pgp_writez()
453 if ((zip->src = calloc(1, sz_in)) == NULL) { in pgp_writez()
454 free(zip); in pgp_writez()
458 if ((zip->dst = calloc(1, sz_out)) == NULL) { in pgp_writez()
[all …]
/netbsd-src/tests/lib/libarchive/
H A DMakefile347 test_compat_zip_1.zip.uu \
348 test_compat_zip_2.zip.uu \
349 test_compat_zip_3.zip.uu \
350 test_compat_zip_4.zip.uu \
351 test_compat_zip_5.zip.uu \
352 test_compat_zip_6.zip.uu \
354 test_compat_zip_8.zip.uu \
561 test_read_format_zip.zip.uu \
562 test_read_format_zip_7075_utf8_paths.zip.uu \
563 test_read_format_zip_7z_deflate.zip
[all...]
/netbsd-src/external/gpl2/gettext/dist/djgpp/
H A DREADME.in37 2) The binary package gtxt@packageversion@b.zip contains all needed files to get NLS
39 bison-1.32 (bsn132s.zip)
40 enscript-1.6.2 (ens162s.zip)
41 fileutils-4.0 (fil40s.zip)
42 grep-2.4 (grep24s.zip)
43 id-utils-3.2 (idu32s.zip)
44 make-3.79.1 (mak3791s.zip)
45 recode-3.6 (rcode36s.zip)
46 sed-3.02.80 (sed3028s.zip)
47 sharutils-4.2c (shar42cs.zip)
[all …]
H A DREADME37 2) The binary package gtxt05b.zip contains all needed files to get NLS
39 bison-1.32 (bsn132s.zip)
40 enscript-1.6.2 (ens162s.zip)
41 fileutils-4.0 (fil40s.zip)
42 grep-2.4 (grep24s.zip)
43 id-utils-3.2 (idu32s.zip)
44 make-3.79.1 (mak3791s.zip)
45 recode-3.6 (rcode36s.zip)
46 sed-3.02.80 (sed3028s.zip)
47 sharutils-4.2c (shar42cs.zip)
[all …]
/netbsd-src/external/gpl2/grep/dist/
H A DREADME.DOS9 GCC compiler and the libraries (v2gnu/gccNNNb.zip,
10 v2gnu/bnuNNNb.zip, v2/djdevNNN.zip).
12 - GNU Make revision 3.75 or later (v2gnu/makNNNb.zip).
14 - GNU Bash (v2gnu/bshNNNb.zip).
16 - GNU Sed (v2gnu/sedNNNb.zip).
18 - GNU M4 (v2gnu/m4-NNNb.zip).
20 - GNU Fileutils (v2gnu/filNNNb.zip), Textutils
21 (v2gnu/txtNNNb.zip) and Diffutils (v2gnu/difNNNb.zip).
23 - A (previous version of) GNU Grep (v2gnu/grepNNb.zip).
26 additionally requires Gawk (v2gnu/gwkNNNb.zip). TAGS and ID targets
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/
H A Dappveyor-reqs-install.cmd29 appveyor DownloadFile https://cmake.org/files/v3.7/cmake-3.7.2-win64-x64.zip -FileName cmake.zip
30 7z x cmake.zip -oC:\projects\deps > nul
32 rm cmake.zip
41 …ile https://github.com/ninja-build/ninja/releases/download/v1.6.0/ninja-win.zip -FileName ninja.zip
42 7z x ninja.zip -oC:\projects\deps\ninja > nul
43 rm ninja.zip
/netbsd-src/common/dist/zlib/contrib/minizip/
H A Dmake_vms.com17 $ cc/include=[--]/prefix=all zip.c
19 $ link minizip,zip,ioapi,[--]libz.olb/lib
21 $ mcr []miniunz -l test.zip
23 $ mcr []miniunz test.zip
24 $ delete test.zip;*
H A DMiniZip64_info.txt16 That was used as a starting point. And after that ZIP64 support was added to zip.c
23 * Added ZIP64 support for zip ( by Mathias Svensson )
27 * Added BZIP Compress method for zip
36 Mathias Svensson - ZIP64 zip support
37 Mathias Svensson - BZip Compression method support in zip
42 …ommand line tool for Windows that shows the layout and information of the headers in a zip archive.
43 Used when debugging and validating the creation of zip files using MiniZip64
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dmake_vms.com17 $ cc/include=[--]/prefix=all zip.c
19 $ link minizip,zip,ioapi,[--]libz.olb/lib
21 $ mcr []miniunz -l test.zip
23 $ mcr []miniunz test.zip
24 $ delete test.zip;*
H A DMiniZip64_info.txt16 That was used as a starting point. And after that ZIP64 support was added to zip.c
23 * Added ZIP64 support for zip ( by Mathias Svensson )
27 * Added BZIP Compress method for zip
36 Mathias Svensson - ZIP64 zip support
37 Mathias Svensson - BZip Compression method support in zip
42 …ommand line tool for Windows that shows the layout and information of the headers in a zip archive.
43 Used when debugging and validating the creation of zip files using MiniZip64
H A DMakefile5 ZIP_OBJS = minizip.o zip.o ioapi.o ../../libz.a
22 ./miniunz -l test.zip
24 ./miniunz test.zip
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dmake_vms.com17 $ cc/include=[--]/prefix=all zip.c
19 $ link minizip,zip,ioapi,[--]libz.olb/lib
21 $ mcr []miniunz -l test.zip
23 $ mcr []miniunz test.zip
24 $ delete test.zip;*
H A DMiniZip64_info.txt16 That was used as a starting point. And after that ZIP64 support was added to zip.c
23 * Added ZIP64 support for zip ( by Mathias Svensson )
27 * Added BZIP Compress method for zip
36 Mathias Svensson - ZIP64 zip support
37 Mathias Svensson - BZip Compression method support in zip
42 …ommand line tool for Windows that shows the layout and information of the headers in a zip archive.
43 Used when debugging and validating the creation of zip files using MiniZip64
H A DMakefile5 ZIP_OBJS = minizip.o zip.o ioapi.o ../../libz.a
22 ./miniunz -l test.zip
24 ./miniunz test.zip
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Dmake_vms.com17 $ cc/include=[--]/prefix=all zip.c
19 $ link minizip,zip,ioapi,[--]libz.olb/lib
21 $ mcr []miniunz -l test.zip
23 $ mcr []miniunz test.zip
24 $ delete test.zip;*
H A DMiniZip64_info.txt16 That was used as a starting point. And after that ZIP64 support was added to zip.c
23 * Added ZIP64 support for zip ( by Mathias Svensson )
27 * Added BZIP Compress method for zip
36 Mathias Svensson - ZIP64 zip support
37 Mathias Svensson - BZip Compression method support in zip
42 …ommand line tool for Windows that shows the layout and information of the headers in a zip archive.
43 Used when debugging and validating the creation of zip files using MiniZip64
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dmake_vms.com17 $ cc/include=[--]/prefix=all zip.c
19 $ link minizip,zip,ioapi,[--]libz.olb/lib
21 $ mcr []miniunz -l test.zip
23 $ mcr []miniunz test.zip
24 $ delete test.zip;*
H A DMiniZip64_info.txt16 That was used as a starting point. And after that ZIP64 support was added to zip.c
23 * Added ZIP64 support for zip ( by Mathias Svensson )
27 * Added BZIP Compress method for zip
36 Mathias Svensson - ZIP64 zip support
37 Mathias Svensson - BZip Compression method support in zip
42 …ommand line tool for Windows that shows the layout and information of the headers in a zip archive.
43 Used when debugging and validating the creation of zip files using MiniZip64
H A DMakefile5 ZIP_OBJS = minizip.o zip.o ioapi.o ../../libz.a
22 ./miniunz -l test.zip
24 ./miniunz test.zip
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dj_methodcalls_example.txt291 311492 1 java/util/zip/Inflater.<clinit>
292 311492 1 java/util/zip/Inflater.<init>
293 311492 1 java/util/zip/Inflater.finished
294 311492 1 java/util/zip/Inflater.init
295 311492 1 java/util/zip/Inflater.initIDs
296 311492 1 java/util/zip/Inflater.needsDictionary
297 311492 1 java/util/zip/Inflater.needsInput
298 311492 1 java/util/zip/Inflater.setInput
299 311492 1 java/util/zip/InflaterInputStream.<init>
300 311492 1 java/util/zip/InflaterInputStream.ensureOpen
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dj_methodcalls_example.txt291 311492 1 java/util/zip/Inflater.<clinit>
292 311492 1 java/util/zip/Inflater.<init>
293 311492 1 java/util/zip/Inflater.finished
294 311492 1 java/util/zip/Inflater.init
295 311492 1 java/util/zip/Inflater.initIDs
296 311492 1 java/util/zip/Inflater.needsDictionary
297 311492 1 java/util/zip/Inflater.needsInput
298 311492 1 java/util/zip/Inflater.setInput
299 311492 1 java/util/zip/InflaterInputStream.<init>
300 311492 1 java/util/zip/InflaterInputStream.ensureOpen
[all …]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dmozilla14 # Reference: https://github.com/avih/dejsonlz4/archive/master.zip/
32 # zip -FF omni.ja --out omni.zip
34 !:mime application/x-zip
37 #>4 use zip-dir-entry
/netbsd-src/external/bsd/tre/dist/utils/
H A Dbuild-sources.sh38 zip -9 -r $base.zip $base
39 chmod a+r $base.tar.gz $base.tar.bz2 $base.zip
45 mv tmp-build/$base.tar.gz tmp-build/$base.tar.bz2 tmp-build/$base.zip dist
/netbsd-src/sys/arch/arm/xscale/
H A Dixp425-fw.README24 SHA1 (IPL_ixp400NpeLibrary-3_0.zip) = dda6b27265e6db3dfec68361644197c0f311a07b
27 https://mirror2.openwrt.org/sources/IPL_ixp400NpeLibrary-2_4.zip
29 SHA1 (IPL_ixp400NpeLibrary-2_4.zip) = abf1562e750e16e6f9baf9892a59640f863a693e
36 https://downloads.openwrt.org/sources/IPL_ixp400NpeLibraryWithCrypto-2_4.zip
38 SHA1(IPL_ixp400NpeLibraryWithCrypto-2_4.zip)= 48beb80564fbbb7fb7861188cad26e896b5a5afc
52 $ unzip IPL_ixp400NpeLibrary-2_4.zip
/netbsd-src/external/gpl2/groff/dist/arch/djgpp/
H A DREADME13 1. Unzip the file groNNNb.zip (where NNN is the version number)
40 djdevNNN.zip (where NNN is the DJGPP version number), so you
111 it will call `dvilj4' (from the dvljNNNb.zip package) for -Tdvi
187 - Standard DJGPP development environment (djdev203.zip)
188 - GNU C compiler (gcc2721b.zip)
189 - GNU C++ compiler (gpp2721b.zip)
190 - GNU Make 3.79 (mak379b.zip)
191 - Bash v2.03 (bsh203b.zip)
192 - Fileutils 3.16 (fil316b.zip)
193 - Textutils 2.0 (txt20b.zip)
[all …]

12345678910>>...16