Searched refs:zip (Results 1 - 25 of 51) sorted by last modified time

123

/freebsd-11-stable/lib/libarchive/tests/
H A DMakefile375 ${PACKAGE}FILES+= test_compat_zip_1.zip.uu
376 ${PACKAGE}FILES+= test_compat_zip_2.zip.uu
377 ${PACKAGE}FILES+= test_compat_zip_3.zip.uu
378 ${PACKAGE}FILES+= test_compat_zip_4.zip.uu
379 ${PACKAGE}FILES+= test_compat_zip_5.zip.uu
380 ${PACKAGE}FILES+= test_compat_zip_6.zip.uu
382 ${PACKAGE}FILES+= test_compat_zip_8.zip.uu
577 ${PACKAGE}FILES+= test_read_format_zip.zip.uu
578 ${PACKAGE}FILES+= test_read_format_zip_7075_utf8_paths.zip.uu
579 ${PACKAGE}FILES+= test_read_format_zip_7z_deflate.zip
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_7zip.c292 struct _7zip *zip; local
301 zip = calloc(1, sizeof(*zip));
302 if (zip == NULL) {
307 zip->temp_fd = -1;
308 __archive_rb_tree_init(&(zip->rbtree), &rb_ops);
309 file_init_register(zip);
310 file_init_register_empty(zip);
314 zip->opt_compression = _7Z_LZMA1;
316 zip
342 struct _7zip *zip; local
426 struct _7zip *zip; local
522 struct _7zip *zip; local
560 struct _7zip *zip = (struct _7zip *)a->format_data; local
606 struct _7zip *zip; local
626 struct _7zip *zip; local
653 struct _7zip *zip; local
669 struct _7zip *zip; local
714 struct _7zip *zip; local
883 struct _7zip *zip = (struct _7zip *)a->format_data; local
959 struct _7zip *zip = (struct _7zip *)a->format_data; local
1166 struct _7zip *zip = (struct _7zip *)a->format_data; local
1255 struct _7zip *zip = (struct _7zip *)a->format_data; local
1458 struct _7zip *zip = (struct _7zip *)a->format_data; local
1496 struct _7zip *zip; local
1572 file_register(struct _7zip *zip, struct file *file) argument
1580 file_init_register(struct _7zip *zip) argument
1587 file_free_register(struct _7zip *zip) argument
1600 file_register_empty(struct _7zip *zip, struct file *file) argument
1608 file_init_register_empty(struct _7zip *zip) argument
2109 struct _7zip *zip = (struct _7zip *)(a->format_data); local
2255 struct _7zip *zip; local
[all...]
H A Darchive_read_support_format_zip.c141 struct zip { struct
269 struct zip *zip = (struct zip*) a->format->data; local
275 zip->ppmd8_stream_failed = 1;
282 ++zip->zipx_ppmd_read_compressed;
491 struct zip *zip = (struct zip *)(a->format->data); local
795 if (zip
918 zip_read_local_file_header(struct archive_read *a, struct archive_entry *entry, struct zip *zip) argument
1301 struct zip *zip = (struct zip *)(a->format->data); local
1363 struct zip *zip; local
1502 consume_optional_marker(struct archive_read *a, struct zip *zip) argument
1547 zipx_xz_init(struct archive_read *a, struct zip *zip) argument
1584 zipx_lzma_alone_init(struct archive_read *a, struct zip *zip) argument
1722 struct zip* zip = (struct zip *)(a->format->data); local
1807 struct zip* zip = (struct zip *)(a->format->data); local
1920 zipx_ppmd8_init(struct archive_read *a, struct zip *zip) argument
2021 struct zip* zip = (struct zip *)(a->format->data); local
2096 zipx_bzip2_init(struct archive_read *a, struct zip *zip) argument
2142 struct zip *zip = (struct zip *)(a->format->data); local
2243 zip_deflate_init(struct archive_read *a, struct zip *zip) argument
2271 struct zip *zip; local
2429 struct zip *zip = (struct zip *)(a->format->data); local
2623 struct zip *zip = (struct zip *)(a->format->data); local
2642 struct zip *zip = (struct zip *)(a->format->data); local
2714 struct zip *zip = (struct zip *)(a->format->data); local
2809 struct zip *zip = (struct zip *)(a->format->data); local
2929 struct zip *zip; local
2983 struct zip * zip = (struct zip *)_a->format->data; local
2995 struct zip *zip; local
3105 struct zip *zip; local
3198 struct zip *zip; local
3291 struct zip *zip; local
3356 read_eocd(struct zip *zip, const char *p, int64_t current_offset) argument
3396 read_zip64_eocd(struct archive_read *a, struct zip *zip, const char *p) argument
3443 struct zip *zip = (struct zip *)a->format->data; local
3561 expose_parent_dirs(struct zip *zip, const char *name, size_t name_length) argument
3588 slurp_central_directory(struct archive_read *a, struct archive_entry* entry, struct zip *zip) argument
3830 struct zip *zip = (struct zip *)a->format->data; local
3981 struct zip *zip = (struct zip *)a->format->data; local
4061 struct zip *zip; local
4072 struct zip *zip; local
[all...]
H A Darchive_read_support_format_7zip.c336 * corrupted 7-zip files on assuming there are not so many entries in
406 struct _7zip *zip; local
412 zip = calloc(1, sizeof(*zip));
413 if (zip == NULL) {
415 "Can't allocate 7zip data");
423 zip->has_encrypted_entries = ARCHIVE_READ_FORMAT_ENCRYPTION_DONT_KNOW;
427 zip,
428 "7zip",
440 free(zip);
457 struct _7zip * zip = (struct _7zip *)_a->format->data; local
588 struct _7zip *zip = local
613 struct _7zip *zip = (struct _7zip *)a->format->data; local
788 struct _7zip *zip; local
859 struct _7zip *zip; local
888 struct _7zip *zip; local
908 struct _7zip *zip = (struct _7zip *)a->format->data; local
986 struct _7zip *zip = (struct _7zip *)(a->format->data); local
1002 init_decompression(struct archive_read *a, struct _7zip *zip, const struct _7z_coder *coder1, const struct _7z_coder *coder2) argument
1305 decompress(struct archive_read *a, struct _7zip *zip, void *buff, size_t *outbytes, const void *b, size_t *used) argument
1600 free_decompression(struct archive_read *a, struct _7zip *zip) argument
1836 struct _7zip *zip = (struct _7zip *)a->format->data; local
2258 struct _7zip *zip = (struct _7zip *)a->format->data; local
2338 struct _7zip *zip = (struct _7zip *)a->format->data; local
2681 struct _7zip *zip = (struct _7zip *)a->format->data; local
2750 struct _7zip *zip = (struct _7zip *)a->format->data; local
2781 struct _7zip *zip = (struct _7zip *)a->format->data; local
2812 slurp_central_directory(struct archive_read *a, struct _7zip *zip, struct _7z_header_info *header) argument
2972 struct _7zip *zip = (struct _7zip *)a->format->data; local
3024 struct _7zip *zip = (struct _7zip *)a->format->data; local
3185 struct _7zip *zip = (struct _7zip *)a->format->data; local
3211 struct _7zip *zip = (struct _7zip *)a->format->data; local
3321 struct _7zip *zip = (struct _7zip *)a->format->data; local
3577 struct _7zip *zip = (struct _7zip *)a->format->data; local
3620 x86_Init(struct _7zip *zip) argument
3629 x86_Convert(struct _7zip *zip, uint8_t *data, size_t size) argument
3739 Bcj2_Decode(struct _7zip *zip, uint8_t *outBuf, size_t outSize) argument
[all...]
H A Darchive_write_set_format_zip.c122 struct zip { struct
193 static struct archive_string_conv *get_sconv(struct archive_write *, struct zip *);
203 cd_alloc(struct zip *zip, size_t length) argument
207 if (zip->central_directory == NULL
208 || (zip->central_directory_last->p + length
209 > zip->central_directory_last->buff + zip->central_directory_last->buff_size)) {
221 if (zip->central_directory == NULL) {
222 zip
256 struct zip *zip = a->format_data; local
414 struct zip *zip = a->format_data; local
430 struct zip *zip = a->format_data; local
452 struct zip *zip; local
516 struct zip *zip = a->format_data; local
1007 struct zip *zip = a->format_data; local
1142 struct zip *zip = a->format_data; local
1281 struct zip *zip = a->format_data; local
1352 struct zip *zip; local
1493 get_sconv(struct archive_write *a, struct zip *zip) argument
1572 struct zip *zip = a->format_data; local
1607 struct zip *zip = a->format_data; local
[all...]
/freebsd-11-stable/contrib/unbound/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
H A Dinstall_ndk.sh19 if ! curl -L -k -s -o "$HOME/android-sdk.zip" https://dl.google.com/android/repository/commandlinetools-linux-6200805_latest.zip;
26 if ! curl -L -k -s -o "$HOME/android-ndk.zip" https://dl.google.com/android/repository/android-ndk-r20b-linux-x86_64.zip;
33 if ! unzip -qq "$HOME/android-sdk.zip" -d "$ANDROID_SDK_ROOT";
40 if ! unzip -qq "$HOME/android-ndk.zip" -d "$HOME";
52 rm -f "$HOME/android-sdk.zip"
53 rm -f "$HOME/android-ndk.zip"
/freebsd-11-stable/contrib/sqlite3/
H A DMakefile.in789 dist-zip: distdir
790 -rm -f $(distdir).zip
791 zip -rq $(distdir).zip $(distdir)
815 *.zip*) \
816 unzip $(distdir).zip ;;\
1006 dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
/freebsd-11-stable/contrib/file/magic/
H A DMakefile.in598 $(MAGIC_FRAGMENT_DIR)/zip \
H A DMakefile.am325 $(MAGIC_FRAGMENT_DIR)/zip \
/freebsd-11-stable/contrib/file/
H A DMakefile.in655 dist-zip: distdir
656 -rm -f $(distdir).zip
657 zip -rq $(distdir).zip $(distdir)
681 *.zip*) \
682 unzip $(distdir).zip ;;\
863 dist-xz dist-zip distcheck distclean distclean-generic \
/freebsd-11-stable/contrib/subversion/
H A Dget-deps.sh130 $HTTP_FETCH https://www.sqlite.org/$SQLITE_VERSION_REL_YEAR/$SQLITE.zip
133 unzip -q $TEMPDIR/$SQLITE.zip
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1555 for (auto &&Predicate : zip(predicates(), B.predicates())) {
2147 for (auto &&P : zip(predicates(), B.predicates())) {
2156 for (auto Operand : zip(Operands, B.Operands)) {
3195 for (auto Matcher : zip(Matchers, B.Matchers)) {
5278 for (auto Pair : zip(A, B)) {
H A DCodeEmitterGen.cpp566 for (auto Pair : zip(A, B)) {
H A DAsmMatcherEmitter.cpp3350 for (auto Pair : zip(A, B)) {
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp299 for (auto LeafPair : zip(Leaves, TreeNode->possible_leaves())) {
728 for (const auto I : zip(NewLeaves, TraversedEdgesByNewLeaves)) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1410 for (auto H : zip(LocalHashes, GlobalHashes)) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp795 zip(ThinGenerator.getProducedBinaries(), InputFilenames)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp812 for (auto Result : zip(InitResultRegs, ResultRegs, PhiRegs)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp424 for (auto Item : zip(LC.Lines, LC.Columns)) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h657 /// zip iterator for two or more iteratable types.
659 detail::zippy<detail::zip_shortest, T, U, Args...> zip(T &&t, U &&u, function in namespace:llvm
665 /// zip iterator that, for the sake of efficiency, assumes the first iteratee to
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1177 for (const auto C : zip(LE->captures(), LE->capture_inits()))
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp170 for (auto C : zip(LE->captures(), LE->capture_inits()))
/freebsd-11-stable/contrib/expat/
H A DMakefile.in745 dist-zip: distdir
746 -rm -f $(distdir).zip
747 zip -rq $(distdir).zip $(distdir)
771 *.zip*) \
772 unzip $(distdir).zip ;;\
953 dist-xz dist-zip distcheck distclean distclean-generic \
993 .PHONY: download-xmlts-zip
994 download-xmlts-zip:
996 wget --output-document=tests/xmlts.zip \
[all...]
H A DMakefile.am114 .PHONY: download-xmlts-zip
115 download-xmlts-zip:
117 wget --output-document=tests/xmlts.zip \
118 https://www.w3.org/XML/Test/xmlts20080827.zip; \
120 cp $(XMLTS_ZIP) tests/xmlts.zip; \
123 tests/xmlts.zip:
124 $(MAKE) download-xmlts-zip
126 .PHONY: extract-xmlts-zip
127 extract-xmlts-zip: tests/xmlts.zip
[all...]

Completed in 233 milliseconds

123