OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gzip
(Results
1 - 25
of
42
) sorted by relevancy
1
2
/src/usr.bin/gzip/
Makefile
5
PROG=
gzip
6
SRCS+=
gzip
.c
7
MAN=
gzip
.1 gzexe.1 zdiff.1 zforce.1 zgrep.1 zmore.1 znew.1
15
MLINKS+=
gzip
.1 gunzip.1 \
16
gzip
.1 gzcat.1 \
17
gzip
.1 zcat.1 \
23
LINKS+= ${BINDIR}/
gzip
${BINDIR}/gunzip \
24
${BINDIR}/
gzip
${BINDIR}/gzcat \
25
${BINDIR}/
gzip
${BINDIR}/zcat \
zmore
52
gzip
-cdfq 2>&1 | $pager $flags
58
gzip
-cdfq "$1" 2>&1 | $pager $flags
gzexe
43
/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
znew
29
# Check
gzip
integrity if the -t flag is specified
32
gzip
-qt < "$1"
36
# Decompress a file and then
gzip
it
62
if uncompress -f -c < "$filez" |
gzip
-f $gzipflags > "$tmp"; then
/src/tools/gzip/
Makefile
3
HOSTPROG= ${_TOOL_PREFIX}
gzip
4
HOST_SRCDIR= usr.bin/
gzip
/src/tests/usr.bin/gzip/
Makefile
5
TESTSDIR= ${TESTSBASE}/usr.bin/
gzip
t_gzip.sh
35
echo -n "aaaa" |
gzip
> tmp.gz
36
echo -n "bbbb" |
gzip
>> tmp.gz
38
atf_check -o inline:"aaaabbbb"
gzip
-d tmp.gz -c
49
|
gzip
-c | dd bs=1 2>/dev/null |
gzip
-tc"
55
atf_set "descr" "Checks that
gzip
fails on truncated data"
66
atf_check -s ne:0 -e ignore
gzip
-d truncated.gz
72
atf_set "descr" "Checks that
gzip
fails on crc error"
83
atf_check -s ne:0 -e ignore
gzip
-d crcerror.gz
100
atf_check
gzip
-d good.g
[
all
...]
/src/usr.bin/crunch/examples/
freebsd-filesystem.conf
18
progs cpio
gzip
19
ln
gzip
gunzip
20
ln
gzip
gzcat
21
ln
gzip
zcat
fixit.conf
37
progs cpio
gzip
38
ln
gzip
gunzip
39
ln
gzip
gzcat
/src/sbin/mount_portal/examples/
advanced.1.conf
12
gzip
/ wfilter
gzip
/
gzip
> %s
13
gzip9/ wfilter gzip9/
gzip
-9 > %s
/src/distrib/utils/x_gzip/
Makefile
2
# Build a tiny limited
gzip
(i.e. for tiny boot media)
6
SRCDIR= ${.CURDIR}/../../../usr.bin/
gzip
8
PROG=
gzip
/src/distrib/sun3/
MakeBootTape
25
gzip
-d -c ../../binary/kernel/netbsd-RAMDISK.gz |
29
gzip
-d -c ../../binary/kernel/netbsd-RAMDISK3X.gz |
33
gzip
-d -c ../miniroot/miniroot.gz |
/src/distrib/sun2/
MakeBootTape
24
gzip
-d -c ../../binary/kernel/netbsd-RAMDISK.gz |
28
gzip
-d -c ../miniroot/miniroot.fs.gz |
/src/distrib/x68k/stand/
Makefile
11
ARCHIVES=
gzip
rawrite
12
MEMBER_gzip= gz124x5f.lzh
gzip
.x
/src/sys/arch/cobalt/stand/installkernel/
installkernel.sh
20
gzip
-2 -c /${NETBSD_KERNEL} > ${EXT2_MOUNT}/boot/netbsd.gz
/src/distrib/vax/inst-common/
instbin.conf
9
progs
gzip
ifconfig init ln ls mkdir mknod more mount mt dd
14
ln
gzip
gzcat gunzip
/src/distrib/amiga/floppies/inst-common/
instbin.conf
9
progs
gzip
ifconfig init less ln ls mkdir mknod mount mount_cd9660
17
ln
gzip
gzcat gunzip
/src/distrib/atari/misc/
Makefile
14
UUDECODE_FILES=chg_pid.ttp
gzip
.ttp rawwrite.ttp aptck.ttp file2swp.ttp
/src/share/examples/ftpd/
ftpd.conf
41
# The next two entries support tar-ing and tar+
gzip
of files and directories,
44
# `-' being interpreted as an argument to
gzip
/tar.
46
# and
gzip
and tar should exist in the latter directory as statically
50
conversion all .gz f . /usr/bin/
gzip
-c -- %s
/src/sys/arch/mmeye/stand/boot/
deflate.sh
11
gzip
-nc ${kernel} | dd bs=10 skip=1 of=${kernel}.gz.tmp
/src/distrib/utils/zcat/
Makefile
34
echo 'hello, hello!' |
gzip
| ./zcat
/src/tests/usr.bin/
Makefile
9
diff dirname error find fstat ftp gcov gdb grep
gzip
id indent \
/src/distrib/utils/embedded/conf/
rpi.conf
89
gzip
-dc ${kernel} > ${mnt}/boot/kernel.img
99
gzip
-dc ${rpi2_kernel} > ${mnt}/boot/kernel7.img
/src/distrib/atari/floppies/tos/
build_image.sh
62
gzip
-9n /tmp/$1.fs
/src/common/dist/zlib/contrib/ada/
zlib.adb
59
-- The simplest
gzip
header is not for informational, but just for
60
--
gzip
format compatibility.
106
-- Separate translate routine for make
gzip
header.
210
if Header = None or else Header =
GZip
then
214
-- For the
GZip
CRC calculation and make headers.
216
if Header =
GZip
then
341
when
GZip
=>
344
-- Inflate
gzip
data defined by flag 16.
351
-- of
gzip
or native header defined by flag 32.
447
if Filter.Header =
GZip
and Filter.Compression the
[
all
...]
Completed in 42 milliseconds
1
2
Indexes created Mon Oct 20 20:10:13 GMT 2025