Home
last modified time | relevance | path

Searched refs:gzip (Results 1 – 25 of 169) sorted by relevance

1234567

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_gzip.c59 struct gzip { struct
90 struct gzip *, int finishing); argument
92 static void free_data(struct gzip *);
102 struct gzip *gzip; in archive_write_add_filter_gzip() local
108 gzip = calloc(1, sizeof(*gzip)); in archive_write_add_filter_gzip()
109 if (gzip == NULL) in archive_write_add_filter_gzip()
111 gzip->original_filename = NULL; in archive_write_add_filter_gzip()
113 gzip->compression_level = Z_DEFAULT_COMPRESSION; in archive_write_add_filter_gzip()
117 gzip->pdata = __archive_write_program_allocate("gzip"); in archive_write_add_filter_gzip()
118 if (gzip->pdata == NULL) in archive_write_add_filter_gzip()
[all …]
H A Darchive_read_support_filter_gzip.c54 struct gzip { struct
125 struct gzip *gzip in peek_at_header() argument
155 if (gzip) in peek_at_header()
156 gzip->mtime = archive_le32dec(p + 4); in peek_at_header()
191 if (gzip) { in peek_at_header()
193 free(gzip->name); in peek_at_header()
194 gzip->name = strdup((const char *)&p[file_start]); in peek_at_header()
277 struct gzip *gzip = f->data; in gzip_read_header() local
280 if (gzip->mtime != 0) in gzip_read_header()
281 archive_entry_set_mtime(entry, gzip->mtime, 0); in gzip_read_header()
[all …]
H A Darchive_write_add_filter_lrzip.c45 enum { lzma = 0, bzip2, gzip, lzo, none, zpaq } compression; enumerator
111 lrzip->compression = gzip; in archive_write_lrzip_options()
157 case gzip: in archive_write_lrzip_open()
/freebsd/usr.bin/gzip/
H A DMakefile5 PROG= gzip
6 MAN= gzip.1 gzexe.1 zdiff.1 zforce.1 zmore.1 znew.1
14 MLINKS+= gzip.1 gunzip.1 \
15 gzip.1 gzcat.1 \
16 gzip.1 zcat.1 \
21 LINKS+= ${BINDIR}/gzip ${BINDIR}/gunzip \
22 ${BINDIR}/gzip ${BINDIR}/gzcat \
23 ${BINDIR}/gzip ${BINDIR}/zcat \
H A Dgzexe43 /usr/bin/gzip -dc > "$tmp/$prog" 2> /dev/null; then
71 if ! tail +$lines "$tmp" | gzip -vdc > "$1"; then
92 sh | mktemp | rm | echo | tail | gzip | chmod)
129 if header "$1" > "$tmp" && gzip -vc "$1" >> "$tmp"; then
H A Dzmore53 gzip -cdfq 2>&1 | $pager $flags
59 gzip -cdfq "$1" 2>&1 | $pager $flags
H A Dznew32 gzip -qt < "$1"
62 if uncompress -f -c < "$filez" | gzip -f -c $gzipflags > "$tmp"; then
/freebsd/contrib/netbsd-tests/usr.bin/gzip/
H A Dt_gzip.sh35 echo -n "aaaa" | gzip > tmp.gz
36 echo -n "bbbb" | gzip >> tmp.gz
38 atf_check -o inline:"aaaabbbb" gzip -d tmp.gz -c
66 atf_check -s ne:0 -e ignore gzip -d truncated.gz
83 atf_check -s ne:0 -e ignore gzip -d crcerror.gz
100 atf_check gzip -d good.gz
/freebsd/usr.sbin/crunch/examples/
H A Dfilesystem.conf22 progs cpio gzip
23 ln gzip gunzip
24 ln gzip gzcat
25 ln gzip zcat
H A Dfixit.conf38 progs cpio gzip
39 ln gzip gunzip
40 ln gzip gzcat
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh78 compression gzip compression gzip-$((RANDOM%9 + 1))
106 compression gzip compression gzip-$((RANDOM%9 + 1))
135 compression gzip compression gzip-$((RANDOM%9 + 1))
/freebsd/crypto/openssh/contrib/cygwin/
H A DMakefile70 gzip-man-pages:
72 gzip $(DESTDIR)$(mandir)/man1/*.1
73 gzip $(DESTDIR)$(mandir)/man5/*.5
74 gzip $(DESTDIR)$(mandir)/man8/*.8
77 …es remove-empty-dir install-inetd-config install-doc install-scripts install-copy-id gzip-man-pages
/freebsd/contrib/mandoc/
H A Dread.c62 int gzip; /* current input file is gzipped */ member
460 if (curp->gzip == 0 && S_ISREG(st.st_mode)) { in read_whole_file()
472 if (curp->gzip) { in read_whole_file()
512 ssz = curp->gzip ? in read_whole_file()
521 if (curp->gzip) in read_whole_file()
524 curp->gzip && gzerrnum != Z_ERRNO ? in read_whole_file()
531 if (curp->gzip && (gzerrnum = gzclose(gz)) != Z_OK) in read_whole_file()
635 curp->gzip = (cp != NULL && ! strcmp(cp + 1, "gz")); in mparse_open()
647 if ( ! curp->gzip) { in mparse_open()
656 curp->gzip = 1; in mparse_open()
[all …]
/freebsd/sys/contrib/zlib/doc/
H A Drfc1952.txt83 7. Appendix: Jean-Loup Gailly's gzip utility .................. 11
107 widely used gzip utility, in that conforming decompressors
108 will be able to read data produced by the existing gzip
128 to compress data into gzip format and/or decompress data from gzip
161 There have been no technical changes to the gzip format since
233 A gzip file consists of a series of "members" (compressed data
292 (0x8b, \213), to identify the file as being in gzip format.
298 gzip and which is documented elsewhere.
325 If FHCRC is set, a CRC16 for the gzip header is present,
328 bytes of the gzip header up to and not including the CRC16.
[all …]
/freebsd/usr.bin/gzip/tests/
H A Dzdiff_test.sh51 atf_test_case gzip
54 prepare_files gzip tgz
121 atf_add_test_case gzip
/freebsd/usr.bin/patch/tests/
H A DPR74127-good.diff3 - set Log(compressProg) gzip
4 + set Log(compressProg) /usr/local/bin/gzip
H A DPR74127-repro.diff3 - set Log(compressProg) /usr/local/bin/gzip
4 + set Log(compressProg) /usr/bin/gzip
H A DPR74127-cline.diff3 - set Log(compressProg) /usr/local/bin/gzip
4 + set Log(compressProg) /usr/bin/gzip
/freebsd/usr.sbin/makefs/tests/
H A Dmakefs_zfs_tests.sh149 for alg in off on lzjb gzip gzip-1 gzip-2 gzip-3 gzip-4 \
150 gzip-5 gzip-6 gzip-7 gzip-8 gzip-9 zle lz4 zstd; do
162 if [ $alg = gzip-6 ]; then
165 alg=gzip
/freebsd/sys/contrib/zlib/
H A DFAQ58 corresponding source to us at zlib@gzip.org . Do not send multi-megabyte
129 18. Why does gzip give an error on a file I make with compress/deflate?
132 is different and incompatible with the gzip format. The gz* functions in
133 zlib on the other hand use the gzip format. Both the zlib and gzip formats
139 The gzip format was designed to retain the directory information about a
143 faster integrity check than gzip.
145 20. Well that's nice, but how do I make a gzip file in memory?
147 You can request that deflate write the gzip format instead of the zlib
149 gzip format using inflateInit2(). Read zlib.h for more details.
163 Of course, you should only operate on any given zlib or gzip stream from a
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_pax_align.c123 write_archive(char *buff, size_t buffsize, size_t *used, int gzip) in write_archive() argument
132 if (gzip) in write_archive()
173 verify_archive(const char *buff, size_t used, int gzip) in verify_archive() argument
181 if (gzip) in verify_archive()
/freebsd/sbin/dumpon/
H A Ddumpon.c467 bool gzip, list, netdump, zstd, insert, rflag; in main() local
473 gzip = list = netdump = zstd = insert = rflag = false; in main()
536 gzip = true; in main()
542 if (gzip && zstd) in main()
608 if (!netdump && !gzip && !zstd && !rflag) in main()
622 else if (gzip) in main()
672 if (error == EINVAL && (gzip || zstd)) { in main()
/freebsd/tools/test/stress2/misc/
H A Dfsck10.sh127 gzip < $diskimage > $backup
139 gzip < $backup > /tmp/fsck_ffs.core.diskimage.$tstamp
140 gzip < fsck_ffs.core > /tmp/fsck_ffs.core.$tstamp
H A Dfsck11.sh134 gzip < $diskimage > $backup
148 gzip < $backup > /tmp/fsck_ffs.core.diskimage.$tstamp
149 gzip < fsck_ffs.core > /tmp/fsck_ffs.core.$tstamp
/freebsd/contrib/file/magic/Magdir/
H A Dcompress5 # compress, gzip, pack, compact, huf, squeeze, crunch, freeze, yabba, etc.
19 # gzip (GNU zip, not to be confused with Info-ZIP or PKWARE zip archiver)
36 # to display gzip compressed (strength=100=2*50) before other (strength=50)?
61 >>10 default x gzip compressed data
62 !:mime application/gzip
63 >>>0 use gzip-info
84 >3 byte&0x18 >0 gzip compressed data
85 !:mime application/gzip
95 >>0 use gzip-info
98 # display information of gzip compressed files
[all …]

1234567