Searched refs:zip (Results 1 - 25 of 187) sorted by relevance

12345678

/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dicf_preemptible_functions_test.cc25 // be folded although they are identical as zap or zip could be preempted.
32 int zip() function
45 zip();
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_zip.c121 struct zip { struct
191 static struct archive_string_conv *get_sconv(struct archive_write *, struct zip *);
201 cd_alloc(struct zip *zip, size_t length) argument
205 if (zip->central_directory == NULL
206 || (zip->central_directory_last->p + length
207 > zip->central_directory_last->buff + zip->central_directory_last->buff_size)) {
219 if (zip->central_directory == NULL) {
220 zip
254 struct zip *zip = a->format_data; local
412 struct zip *zip = a->format_data; local
428 struct zip *zip = a->format_data; local
450 struct zip *zip; local
514 struct zip *zip = a->format_data; local
1009 struct zip *zip = a->format_data; local
1144 struct zip *zip = a->format_data; local
1322 struct zip *zip = a->format_data; local
1393 struct zip *zip; local
1523 get_sconv(struct archive_write *a, struct zip *zip) argument
1602 struct zip *zip = a->format_data; local
1637 struct zip *zip = a->format_data; local
[all...]
H A Darchive_read_support_format_zip.c143 struct zip { struct
276 struct zip *zip = (struct zip*) a->format->data; local
282 zip->ppmd8_stream_failed = 1;
289 ++zip->zipx_ppmd_read_compressed;
499 struct zip *zip = (struct zip *)(a->format->data); local
803 if (zip
926 zip_read_local_file_header(struct archive_read *a, struct archive_entry *entry, struct zip *zip) argument
1312 struct zip *zip = (struct zip *)(a->format->data); local
1415 consume_end_of_file_marker(struct archive_read *a, struct zip *zip) argument
1616 struct zip *zip; local
1730 zipx_xz_init(struct archive_read *a, struct zip *zip) argument
1767 zipx_lzma_alone_init(struct archive_read *a, struct zip *zip) argument
1905 struct zip* zip = (struct zip *)(a->format->data); local
1986 struct zip* zip = (struct zip *)(a->format->data); local
2094 zipx_ppmd8_init(struct archive_read *a, struct zip *zip) argument
2195 struct zip* zip = (struct zip *)(a->format->data); local
2265 zipx_bzip2_init(struct archive_read *a, struct zip *zip) argument
2311 struct zip *zip = (struct zip *)(a->format->data); local
2407 zipx_zstd_init(struct archive_read *a, struct zip *zip) argument
2455 struct zip *zip = (struct zip *)(a->format->data); local
2536 zip_deflate_init(struct archive_read *a, struct zip *zip) argument
2564 struct zip *zip; local
2721 struct zip *zip = (struct zip *)(a->format->data); local
2915 struct zip *zip = (struct zip *)(a->format->data); local
2934 struct zip *zip = (struct zip *)(a->format->data); local
3006 struct zip *zip = (struct zip *)(a->format->data); local
3101 struct zip *zip = (struct zip *)(a->format->data); local
3229 struct zip *zip; local
3289 struct zip * zip = (struct zip *)_a->format->data; local
3301 struct zip *zip; local
3411 struct zip *zip; local
3504 struct zip *zip; local
3597 struct zip *zip; local
3662 read_eocd(struct zip *zip, const char *p, int64_t current_offset) argument
3702 read_zip64_eocd(struct archive_read *a, struct zip *zip, const char *p) argument
3749 struct zip *zip = (struct zip *)a->format->data; local
3867 expose_parent_dirs(struct zip *zip, const char *name, size_t name_length) argument
3894 slurp_central_directory(struct archive_read *a, struct archive_entry* entry, struct zip *zip) argument
4147 struct zip *zip = (struct zip *)a->format->data; local
4298 struct zip *zip = (struct zip *)a->format->data; local
4378 struct zip *zip; local
4389 struct zip *zip; local
[all...]
H A Darchive_read_support_format_7zip.c136 // This value is defined in 7zip with the comment "trick for Unix".
371 * corrupted 7-zip files on assuming there are not so many entries in
444 struct _7zip *zip; local
450 zip = calloc(1, sizeof(*zip));
451 if (zip == NULL) {
453 "Can't allocate 7zip data");
461 zip->has_encrypted_entries = ARCHIVE_READ_FORMAT_ENCRYPTION_DONT_KNOW;
465 zip,
466 "7zip",
495 struct _7zip * zip = (struct _7zip *)_a->format->data; local
626 struct _7zip *zip = local
651 struct _7zip *zip = (struct _7zip *)a->format->data; local
857 struct _7zip *zip; local
928 struct _7zip *zip; local
957 struct _7zip *zip; local
977 struct _7zip *zip = (struct _7zip *)a->format->data; local
1055 struct _7zip *zip = (struct _7zip *)(a->format->data); local
1086 init_decompression(struct archive_read *a, struct _7zip *zip, const struct _7z_coder *coder1, const struct _7z_coder *coder2) argument
1417 decompress(struct archive_read *a, struct _7zip *zip, void *buff, size_t *outbytes, const void *b, size_t *used) argument
1736 free_decompression(struct archive_read *a, struct _7zip *zip) argument
1972 struct _7zip *zip = (struct _7zip *)a->format->data; local
2396 struct _7zip *zip = (struct _7zip *)a->format->data; local
2476 struct _7zip *zip = (struct _7zip *)a->format->data; local
2841 struct _7zip *zip = (struct _7zip *)a->format->data; local
2910 struct _7zip *zip = (struct _7zip *)a->format->data; local
2941 struct _7zip *zip = (struct _7zip *)a->format->data; local
2972 slurp_central_directory(struct archive_read *a, struct _7zip *zip, struct _7z_header_info *header) argument
3138 struct _7zip *zip = (struct _7zip *)a->format->data; local
3190 struct _7zip *zip = (struct _7zip *)a->format->data; local
3351 struct _7zip *zip = (struct _7zip *)a->format->data; local
3377 struct _7zip *zip = (struct _7zip *)a->format->data; local
3487 struct _7zip *zip = (struct _7zip *)a->format->data; local
3743 struct _7zip *zip = (struct _7zip *)a->format->data; local
3786 x86_Init(struct _7zip *zip) argument
3795 x86_Convert(struct _7zip *zip, uint8_t *data, size_t size) argument
3874 arm_Init(struct _7zip *zip) argument
3880 arm_Convert(struct _7zip *zip, uint8_t *buf, size_t size) argument
3921 arm64_Convert(struct _7zip *zip, uint8_t *buf, size_t size) argument
4015 Bcj2_Decode(struct _7zip *zip, uint8_t *outBuf, size_t outSize) argument
[all...]
H A Darchive_write_set_format_7zip.c107 // This value is defined in 7zip with the comment "trick for Unix".
311 struct _7zip *zip; local
320 zip = calloc(1, sizeof(*zip));
321 if (zip == NULL) {
326 zip->temp_fd = -1;
327 __archive_rb_tree_init(&(zip->rbtree), &rb_ops);
328 file_init_register(zip);
329 file_init_register_empty(zip);
333 zip
361 struct _7zip *zip; local
445 struct _7zip *zip; local
541 struct _7zip *zip; local
579 struct _7zip *zip = (struct _7zip *)a->format_data; local
625 struct _7zip *zip; local
645 struct _7zip *zip; local
672 struct _7zip *zip; local
688 struct _7zip *zip; local
733 struct _7zip *zip; local
902 struct _7zip *zip = (struct _7zip *)a->format_data; local
978 struct _7zip *zip = (struct _7zip *)a->format_data; local
1185 struct _7zip *zip = (struct _7zip *)a->format_data; local
1274 struct _7zip *zip = (struct _7zip *)a->format_data; local
1482 struct _7zip *zip = (struct _7zip *)a->format_data; local
1520 struct _7zip *zip; local
1596 file_register(struct _7zip *zip, struct file *file) argument
1604 file_init_register(struct _7zip *zip) argument
1611 file_free_register(struct _7zip *zip) argument
1624 file_register_empty(struct _7zip *zip, struct file *file) argument
1632 file_init_register_empty(struct _7zip *zip) argument
2133 struct _7zip *zip = (struct _7zip *)(a->format_data); local
2279 struct _7zip *zip; local
[all...]
/netbsd-current/external/mit/expat/dist/
H A DMakefile.am133 .PHONY: download-xmlts-zip
134 download-xmlts-zip:
136 wget --output-document=tests/xmlts.zip \
137 https://www.w3.org/XML/Test/xmlts20080827.zip; \
139 cp $(XMLTS_ZIP) tests/xmlts.zip; \
142 tests/xmlts.zip:
143 $(MAKE) download-xmlts-zip
145 .PHONY: extract-xmlts-zip
146 extract-xmlts-zip: tests/xmlts.zip
[all...]
/netbsd-current/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 DMakefile5 ZIP_OBJS = minizip.o zip.o ioapi.o ../../libz.a
20 ./miniunz -l test.zip
22 ./miniunz test.zip
H A DMakefile.am22 zip.c \
33 zip.h \
/netbsd-current/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 DMakefile5 ZIP_OBJS = minizip.o zip.o ioapi.o ../../libz.a
22 ./miniunz -l test.zip
24 ./miniunz test.zip
H A DMakefile.am22 zip.c \
33 zip.h \
/netbsd-current/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 DMakefile5 ZIP_OBJS = minizip.o zip.o ioapi.o ../../libz.a
22 ./miniunz -l test.zip
24 ./miniunz test.zip
H A DMakefile.am22 zip.c \
33 zip.h \
/netbsd-current/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 DMakefile5 ZIP_OBJS = minizip.o zip.o ioapi.o ../../libz.a
22 ./miniunz -l test.zip
24 ./miniunz test.zip
H A DMakefile.am22 zip.c \
33 zip.h \
/netbsd-current/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 DMakefile5 ZIP_OBJS = minizip.o zip.o ioapi.o ../../libz.a
22 ./miniunz -l test.zip
24 ./miniunz test.zip
H A DMakefile.am22 zip.c \
33 zip.h \
/netbsd-current/external/bsd/unbound/dist/contrib/android/
H A Dinstall_tools.sh6 sudo apt-get -qq install --no-install-recommends curl tar zip unzip perl openjdk-8-jdk autoconf automake libtool pkg-config
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dcompress.c419 compress_t *zip; local
429 if ((zip = calloc(1, sizeof(*zip))) == NULL) {
433 zip->stream.zalloc = Z_NULL;
434 zip->stream.zfree = Z_NULL;
435 zip->stream.opaque = NULL;
440 if ((int)deflateInit(&zip->stream, level) != Z_OK) {
446 if (zip->src != NULL || zip->dst != NULL) {
453 if ((zip
[all...]
/netbsd-current/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 appveyor DownloadFile 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-current/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

Completed in 408 milliseconds

12345678