Home
last modified time | relevance | path

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

12

/dragonfly/contrib/libarchive/libarchive/
HDarchive_write_set_format_zip.c122 struct zip { struct
193 static struct archive_string_conv *get_sconv(struct archive_write *, struct zip *); argument
203 cd_alloc(struct zip *zip, size_t length) in cd_alloc() argument
207 if (zip->central_directory == NULL in cd_alloc()
208 || (zip->central_directory_last->p + length in cd_alloc()
209 > zip->central_directory_last->buff + zip->central_directory_last->buff_size)) { in cd_alloc()
221 if (zip->central_directory == NULL) { in cd_alloc()
222 zip->central_directory in cd_alloc()
223 = zip->central_directory_last in cd_alloc()
226 zip->central_directory_last->next = segment; in cd_alloc()
[all …]
HDarchive_read_support_format_zip.c144 struct zip { struct
277 struct zip *zip = (struct zip*) a->format->data; in ppmd_read() local
283 zip->ppmd8_stream_failed = 1; in ppmd_read()
290 ++zip->zipx_ppmd_read_compressed; in ppmd_read()
500 struct zip *zip = (struct zip *)(a->format->data); in process_extra() local
804 if (zip->sconv_utf8 == NULL) { in process_extra()
805 zip->sconv_utf8 = in process_extra()
811 if (zip->sconv_utf8 == NULL) in process_extra()
816 if (!zip->ignore_crc32) { in process_extra()
820 zip->crc32func(0, cp, strlen(cp)); in process_extra()
[all …]
HDarchive_read_support_format_7zip.c407 struct _7zip *zip; in archive_read_support_format_7zip() local
413 zip = calloc(1, sizeof(*zip)); in archive_read_support_format_7zip()
414 if (zip == NULL) { in archive_read_support_format_7zip()
424 zip->has_encrypted_entries = ARCHIVE_READ_FORMAT_ENCRYPTION_DONT_KNOW; in archive_read_support_format_7zip()
428 zip, in archive_read_support_format_7zip()
441 free(zip); in archive_read_support_format_7zip()
458 struct _7zip * zip = (struct _7zip *)_a->format->data; in archive_read_format_7zip_has_encrypted_entries() local
459 if (zip) { in archive_read_format_7zip_has_encrypted_entries()
460 return zip->has_encrypted_entries; in archive_read_format_7zip_has_encrypted_entries()
589 struct _7zip *zip = in skip_sfx() local
[all …]
HDarchive_write_set_format_7zip.c292 struct _7zip *zip; in archive_write_set_format_7zip() local
301 zip = calloc(1, sizeof(*zip)); in archive_write_set_format_7zip()
302 if (zip == NULL) { in archive_write_set_format_7zip()
307 zip->temp_fd = -1; in archive_write_set_format_7zip()
308 __archive_rb_tree_init(&(zip->rbtree), &rb_ops); in archive_write_set_format_7zip()
309 file_init_register(zip); in archive_write_set_format_7zip()
310 file_init_register_empty(zip); in archive_write_set_format_7zip()
314 zip->opt_compression = _7Z_LZMA1; in archive_write_set_format_7zip()
316 zip->opt_compression = _7Z_BZIP2; in archive_write_set_format_7zip()
318 zip->opt_compression = _7Z_DEFLATE; in archive_write_set_format_7zip()
[all …]
/dragonfly/contrib/file/magic/Magdir/
HDmozilla14 # 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
HDzip2 # $File: zip,v 1.8 2021/10/24 15:53:56 christos Exp $
3 # zip: file(1) magic for zip files; this is not use
11 !:mime application/zip
HDarchive6 # cpio, ar, arc, arj, hpack, lha/lharc, rar, squish, uc2, zip, zoo, etc.
990 # ftp://ftp.elf.stuba.sk/pub/pc/pack/xpa32.zip
1016 # reference: http://speeddemosarchive.com/dzip/dz29src.zip/main.c
1422 !:mime application/zip
1423 !:ext zip/cbz
1425 # Zip archives (Greg Roelofs, c/o zip-bugs@wkuvx1.wku.edu)
1427 !:mime application/zip
1428 !:ext zip/cbz
1433 # Specialised zip formats which start with a member named 'mimetype'
1586 >>50 string epub+zip EPUB document
[all …]
HDfsav7 # ftp://ftp.f-prot.com/pub/{macrdef2.zip,nomacro.def}
12 # ftp://ftp.f-prot.com/pub/sign.zip
31 # ftp://ftp.f-prot.com/pub/sign2.zip
HDespressif5 # Reference: https://codeload.github.com/arendst/Sonoff-Tasmota/zip/release-6.2/
6 # Sonoff-Tasmota-release-6.2.zip/Sonoff-Tasmota-release-6.2/sonoff/settings.h
HDccf10 # http://files.remotecentral.com/download/45/pan-air-csakr.zip.html
HDcompress18 # gzip (GNU zip, not to be confused with Info-ZIP or PKWARE zip archiver)
248 # 7-zip archiver, from Thomas Klausner (wiz@danbala.tuwien.ac.at)
249 # https://www.7-zip.org or DOC/7zFormat.txt
251 0 string 7z\274\257\047\034 7-zip archive data,
HDpdf10 >8 search/512 /Filter/FlateDecode/ (zip deflate encoded)
HDeditors16 >9 string 01! with zip cryptmethod
HDandroid73 # look for zip/jar archive by ./archive ./zip after message with 1 space at end
/dragonfly/contrib/xz/
HDAUTHORS9 specifically the LZMA SDK <http://7-zip.org/sdk.html>. Without
13 7-Zip <http://7-zip.org/>, which has a modified version of the SHA-256
/dragonfly/contrib/cryptsetup/
HDMakefile.in550 dist-zip: distdir
551 -rm -f $(distdir).zip
552 zip -rq $(distdir).zip $(distdir)
577 *.zip*) \
578 unzip $(distdir).zip ;;\
741 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
/dragonfly/usr.bin/less/
HDlesspipe.sh7 *.zip)
/dragonfly/contrib/zlib-1.2/
HDFAQ75 11. Can zlib handle .zip archives?
285 as part of the Java SDK in the java.util.zip package. If you really want
314 38. How can I encrypt/decrypt zip files with zlib?
320 http://www.info-zip.org/
345 41. I'm having a problem with the zip functions in zlib, can you help?
347 There are no zip functions in zlib. You are probably using minizip by
HDREADME38 zlib is available in Java using the java.util.zip package, documented at
51 An experimental package to read and write files in .zip format, written on top
HDChangeLog166 - Minor cleanup in contrib/minizip/zip.c [Vollant]
179 - Fix contrib/minizip/zip.c for 64-bit architectures [Dalsnes]
184 - Avoid warning for no encryption in contrib/minizip/zip.c [Vollant]
992 than inflate, useful for file utilities (gzip, zip)
1054 - fix miniunzip when the last entry in a zip file is itself a zip file
1068 - fix a problem in contrib/minizip/zip.c for 16-bit MSDOS (Gilles Vollant)
1097 - added contrib/minzip, mini zip and unzip based on zlib (Gilles Vollant)
1500 - avoid "zip" everywhere, use zlib instead of ziplib.
/dragonfly/etc/etc.x86_64/
HDdisktab222 zip100|zip 100:\
228 zip250|zip 250:\
/dragonfly/contrib/less/
HDREADME38 zip file with a name like less-999.tar.gz or less-999.zip downloaded
246 including ftp.uu.net:/pub/archiving/zip.
/dragonfly/test/nvmm/demo/
HDREADME.txt7 Originally obtained from: https://www.netbsd.org/~maxv/nvmm/nvmm-demo.zip
/dragonfly/contrib/tcsh-6/
HDcomplete.tcsh200 n/*/f:*.{gz,Z,z,zip}/
882 c/-/"(f h L q V -)"/ n/*/f:*.{gz,Z,z,zip}/
888 n/{-d,--{de,un}compress}/f:*.{gz,Z,z,zip,taz,tgz}/ \
889 N/{-d,--{de,un}compress}/f:*.{gz,Z,z,zip,taz,tgz}/ \
890 n/*/f:^*.{gz,Z,z,zip,taz,tgz}/
895 n/*/f:*.{gz,Z,z,zip,taz,tgz}/
909 complete zmore n/*/f:*.{gz,Z,z,zip}/
910 complete zfile n/*/f:*.{gz,Z,z,zip,taz,tgz}/
911 complete ztouch n/*/f:*.{gz,Z,z,zip,taz,tgz}/
/dragonfly/crypto/openssh/
HDCREDITS31 Darren Tucker <dtucker@zip.com.au> - AIX BFF package scripts

12