Home
last modified time | relevance | path

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

123

/dragonfly/usr.bin/gzip/
H A DMakefile4 PROG= gzip
5 MAN= gzip.1 gzexe.1 zdiff.1 zforce.1 zgrep.1 zmore.1 znew.1
28 MLINKS+= gzip.1 gunzip.1 \
29 gzip.1 gzcat.1 \
30 gzip.1 zcat.1 \
35 LINKS+= ${BINDIR}/gzip ${BINDIR}/gunzip \
36 ${BINDIR}/gzip ${BINDIR}/gzcat \
37 ${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 | basename)
161 if header "$1" > "$tmp" && gzip -vc "$1" >> "$tmp"; then
H A Dzmore47 gzip -cdfq 2>&1 | $pager $flags
53 gzip -cdfq "$1" 2>&1 | $pager $flags
H A Dzdiff70 gzip -cdfq "$1" | $prog $flags - "$files"
88 gzip -cdfq "$2" > $tmp
H A Dznew31 gzip -qt < "$1"
61 if uncompress -f -c < "$filez" | gzip -f $gzipflags > "$tmp"; then
H A Dgzip.c267 char *gzip; in main() local
275 if ((gzip = getenv("GZIP")) != NULL) in main()
276 prepend_gzip(gzip, &argc, &argv); in main()
445 prepend_gzip(char *gzip, int *argc, char ***argv) in prepend_gzip() argument
451 for (s = gzip;;) { in prepend_gzip()
481 s = strdup(gzip); in prepend_gzip()
/dragonfly/usr.bin/crunch/examples/
H A Dfilesystem.conf23 progs cpio gzip
24 ln gzip gunzip
25 ln gzip gzcat
26 ln gzip zcat
H A Dfixit.conf38 progs cpio gzip
39 ln gzip gunzip
40 ln gzip gzcat
H A Dreally-big.conf108 progs bc cpio diff diff3 gas gawk grep gzip sdiff sort tar
140 ln gzip gunzip
141 ln gzip gzcat
/dragonfly/contrib/mdocml/
H A Dread.c62 int gzip; /* current input file is gzipped */ member
455 if (curp->gzip == 0 && S_ISREG(st.st_mode)) { in read_whole_file()
467 if (curp->gzip) { in read_whole_file()
507 ssz = curp->gzip ? in read_whole_file()
516 if (curp->gzip) in read_whole_file()
519 curp->gzip && gzerrnum != Z_ERRNO ? in read_whole_file()
526 if (curp->gzip && (gzerrnum = gzclose(gz)) != Z_OK) in read_whole_file()
630 curp->gzip = (cp != NULL && ! strcmp(cp + 1, "gz")); in mparse_open()
642 if ( ! curp->gzip) { in mparse_open()
649 curp->gzip = 1; in mparse_open()
[all …]
/dragonfly/contrib/zlib-1.2/
H A DFAQ59 corresponding source to us at zlib@gzip.org . Do not send multi-megabyte
130 18. Why does gzip give an error on a file I make with compress/deflate?
134 zlib on the other hand use the gzip format. Both the zlib and gzip formats
140 The gzip format was designed to retain the directory information about a
144 faster integrity check than gzip.
146 20. Well that's nice, but how do I make a gzip file in memory?
148 You can request that deflate write the gzip format instead of the zlib
150 gzip format using inflateInit2(). Read zlib.h for more details.
239 http://www.gzip.org/#faq11
324 "gzip" is the gzip format, and "deflate" is the zlib format. They should
[all …]
H A DREADME7 rfc1952 (gzip format).
10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example
22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant
106 jloup@gzip.org madler@alumni.caltech.edu
/dragonfly/contrib/file/magic/Magdir/
H A Dcompress5 # compress, gzip, pack, compact, huf, squeeze, crunch, freeze, yabba, etc.
18 # gzip (GNU zip, not to be confused with Info-ZIP or PKWARE zip archiver)
60 >>10 default x gzip compressed data
61 !:mime application/gzip
62 >>>0 use gzip-info
79 >3 byte&0x18 >0 gzip compressed data
80 !:mime application/gzip
87 >>0 use gzip-info
92 # display information of gzip compressed files
93 0 name gzip-info
[all …]
H A Dmercurial12 >4 string GZ (gzip compressed)
H A Dbioinformatics7 # BGZF (Blocked GNU Zip Format) - gzip compatible, but also indexable
13 >>>14 leshort &0x02 Blocked GNU Zip Format (BGZF; gzip compatible)
15 !:mime application/x-gzip
H A Dbflt13 >>36 belong&0x4 0x4 gzip
H A Dllvm10 0 string llvc1 LLVM byte-codes, gzip compression
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_lrzip.c47 enum { lzma = 0, bzip2, gzip, lzo, none, zpaq } compression; enumerator
107 data->compression = gzip; in archive_write_lrzip_options()
147 case gzip: in archive_write_lrzip_open()
/dragonfly/contrib/lvm2/dist/test/
H A Dmkdtemp47 data=$( (eval "$cmds") 2>&1 | gzip )
55 data=$( (echo "$data"; eval "$cmds") 2>&1 | gzip )
/dragonfly/share/examples/diskless/
H A Dclone_root109 gzip > ${DEST}/conf/base/etc.cpio.gz )
111 gzip > ${DEST}/conf/dev.cpio.gz )
/dragonfly/contrib/cryptsetup/
H A DMakefile.in527 dist-gzip: distdir
528 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
547 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
556 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
566 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
576 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
741 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
/dragonfly/usr.bin/less/
H A Dlesspipe.sh14 exec gzip -d -c "$1" 2>/dev/null
/dragonfly/share/mk/
H A Dbsd.own.mk163 COMPRESS_CMD?= gzip -cn
/dragonfly/usr.bin/crunch/
H A DREADME38 ftp sed telnet vi cpio gzip gunzip gzcat
40 Note carefully: vi, cpio, gzip, ed, sed, dump/restore, some networking
/dragonfly/etc/periodic/daily/
H A D310.accounting58 gzip -f acct.0 || rc=3;;

123