Searched refs:gz (Results 1 - 25 of 85) sorted by relevance

1234

/freebsd-13-stable/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
59 cat >truncated.gz.uue <<EOF
60 begin-base64 644 truncated.gz
64 uudecode -m truncated.gz.uue
66 atf_check -s ne:0 -e ignore gzip -d truncated.gz
76 cat >crcerror.gz.uue <<EOF
77 begin-base64 644 crcerror.gz
81 uudecode -m crcerror.gz
[all...]
/freebsd-13-stable/stand/fonts/
H A DMakefile8 6x12.fnt.gz \
9 8x14.fnt.gz \
10 8x14v.fnt.gz \
11 8x16.fnt.gz \
12 8x16b.fnt.gz \
13 8x16v.fnt.gz \
14 10x18.fnt.gz \
15 10x20.fnt.gz \
16 11x22.fnt.gz \
17 12x24.fnt.gz \
[all...]
/freebsd-13-stable/contrib/byacc/package/debian/
H A Dpostinst9 --slave /usr/share/man/man1/yacc.1.gz yaccman \
10 /usr/share/man/man1/byacc.1.gz
/freebsd-13-stable/lib/libz/
H A Dzopen.c42 gzFile gz = gzopen(fname, mode); local
43 if(gz == NULL)
47 return (funopen(gz, xgzread, NULL, xgzseek, xgzclose));
49 return (funopen(gz, NULL, xgzwrite, xgzseek, xgzclose));
55 gzFile gz; local
57 gz = gzdopen(fd, mode);
58 if (gz == NULL)
62 return (funopen(gz, xgzread, NULL, xgzseek, xgzclose));
64 return (funopen(gz, NULL, xgzwrite, xgzseek, xgzclose));
/freebsd-13-stable/
H A DObsoleteFiles.inc40 OLD_FILES+=usr/share/man/man5/spl-module-parameters.5.gz
41 OLD_FILES+=usr/share/man/man5/zfs-events.5.gz
42 OLD_FILES+=usr/share/man/man5/zfs-module-parameters.5.gz
43 OLD_FILES+=usr/share/man/man8/zfsconcepts.8.gz
44 OLD_FILES+=usr/share/man/man8/zfsprops.8.gz
45 OLD_FILES+=usr/share/man/man5/zpool-features.5.gz
46 OLD_FILES+=usr/share/man/man8/zpoolconcepts.8.gz
47 OLD_FILES+=usr/share/man/man8/zpoolprops.8.gz
50 OLD_FILES+=usr/share/man/man9/pfctlinput2.9.gz
87 OLD_FILES+=usr/share/man/man4/cmw.4.gz
[all...]
/freebsd-13-stable/tools/tools/vt/mkkfont/
H A Dterminus.sh4 zcat ../fontcvt/terminus-u${i}.vfnt.gz | ./mkkfont > terminus-u${i}.c
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c54 # define GZ_SUFFIX "-gz"
58 # define GZ_SUFFIX "-gz"
136 # define GZ_SUFFIX ".gz"
151 /* for Z_SOLO, create simplified gz* functions using deflate and inflate */
206 gzFile gz; local
209 gz = malloc(sizeof(struct gzFile_s));
210 if (gz == NULL)
212 gz->write = strchr(mode, 'w') != NULL;
213 gz->strm.zalloc = myalloc;
214 gz
[all...]
/freebsd-13-stable/contrib/smbfs/
H A DMakefile.inc40 @(if test -f ${MANDIR}1/${MAN1}.gz ; then \
41 echo removing ${MANDIR}1/${MAN1}.gz; \
42 rm -f ${MANDIR}1/${MAN1}.gz; \
44 @(if test -f ${MANDIR}8/${MAN8}.gz ; then \
45 echo removing ${MANDIR}8/${MAN8}.gz; \
46 rm -f ${MANDIR}8/${MAN8}.gz; \
/freebsd-13-stable/usr.bin/gzip/
H A Dzforce33 *[._-]gz)
43 n="$1".gz
/freebsd-13-stable/contrib/unbound/contrib/android/
H A Dinstall_expat.sh4 if ! curl -L -k -s -o expat-2.2.9.tar.gz https://github.com/libexpat/libexpat/releases/download/R_2_2_9/expat-2.2.9.tar.gz;
12 if ! tar -xf expat-2.2.9.tar.gz;
H A Dinstall_openssl.sh4 if ! curl -L -k -s -o openssl-1.1.1d.tar.gz https://www.openssl.org/source/openssl-1.1.1d.tar.gz;
12 if ! tar -xf openssl-1.1.1d.tar.gz;
/freebsd-13-stable/contrib/unbound/contrib/ios/
H A Dinstall_openssl.sh4 if ! curl -L -k -s -o openssl-1.1.1d.tar.gz https://www.openssl.org/source/openssl-1.1.1d.tar.gz;
12 if ! tar -xf openssl-1.1.1d.tar.gz;
H A Dinstall_expat.sh4 if ! curl -L -k -s -o expat-2.2.9.tar.gz https://github.com/libexpat/libexpat/releases/download/R_2_2_9/expat-2.2.9.tar.gz;
12 if ! tar -xf expat-2.2.9.tar.gz;
/freebsd-13-stable/sys/contrib/zlib/test/
H A Dminigzip.c49 # define GZ_SUFFIX "-gz"
53 # define GZ_SUFFIX "-gz"
131 # define GZ_SUFFIX ".gz"
146 /* for Z_SOLO, create simplified gz* functions using deflate and inflate */
201 gzFile gz; local
204 gz = malloc(sizeof(struct gzFile_s));
205 if (gz == NULL)
207 gz->write = strchr(mode, 'w') != NULL;
208 gz->strm.zalloc = myalloc;
209 gz
[all...]
/freebsd-13-stable/usr.sbin/periodic/etc/daily/
H A D310.accounting36 m=${f%.gz} ; m=${m#acct.}
44 [ -f acct.$n.gz ] && { mv -f acct.$n.gz acct.$m.gz || rc=3; }
H A D460.status-mail-rejects49 elif [ -f /var/log/maillog.$n.gz ]
51 zcat -fc /var/log/maillog.$n.gz
/freebsd-13-stable/usr.sbin/periodic/etc/monthly/
H A D200.accounting23 if [ -f $W.0.gz ]
26 zcat $W.0.gz > $W.0 || rc=1
/freebsd-13-stable/usr.sbin/manctl/
H A Dmanctl.sh80 gz|Z) {
212 gz) { echo file $pname already gzipped 1>&2 ; } ;;
218 mv $pname $pname.gz # link
266 gz) { echo file $pname already gzipped 1>&2 ; } ;;
272 mv $pname $pname.gz # link
282 mv $pname $pname.gz
/freebsd-13-stable/contrib/dialog/
H A Dheaders.sh99 test -f $DST/$NAME.gz && rm -f $DST/$NAME.gz
/freebsd-13-stable/usr.bin/less/
H A Dlesspipe.sh13 *.gz)
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drecv_dedup.ksh43 typeset tarfile=$STF_SUITE/tests/functional/rsend/fs.tar.gz
/freebsd-13-stable/usr.sbin/periodic/etc/security/
H A D800.loginfail54 *.gz) zcat -f $f;;
H A D900.tcpwrap54 *.gz) zcat -f $f;;
/freebsd-13-stable/contrib/libucl/lua/
H A DMakefile.am25 sed -e 's/@MD5@/'`$(MD5SUM) $(distdir).tar.gz | \
/freebsd-13-stable/usr.bin/bzip2/
H A DMakefile28 ${f}: ${f}.gz.uu
29 uudecode -p ${BZ2DIR}/${f}.gz.uu | gunzip > ${f}

Completed in 144 milliseconds

1234