OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gzip
(Results
1 - 25
of
123
) sorted by relevancy
1
2
3
4
5
/src/external/bsd/zstd/dist/tests/cli-tests/compression/
gzip-compat.sh
8
# Test
gzip
specific compression option
9
if $(command -v $ZSTD_SYMLINK_DIR/
gzip
); then
10
$ZSTD_SYMLINK_DIR/
gzip
--fast file ; $ZSTD_SYMLINK_DIR/
gzip
-d file.gz
11
$ZSTD_SYMLINK_DIR/
gzip
--best file ; $ZSTD_SYMLINK_DIR/
gzip
-d file.gz
14
$ZSTD_SYMLINK_DIR/
gzip
-n file ; grep -qv file file.gz ; $ZSTD_SYMLINK_DIR/
gzip
-d file.gz
15
$ZSTD_SYMLINK_DIR/
gzip
--no-name file ; grep -qv file file.gz ; $ZSTD_SYMLINK_DIR/
gzip
-d file.g
[
all
...]
/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
/src/tools/gzip/
Makefile
3
HOSTPROG= ${_TOOL_PREFIX}
gzip
4
HOST_SRCDIR= usr.bin/
gzip
/src/external/bsd/zstd/dist/tests/gzip/
list.sh
25
gzip
-l in && fail=1
26
gzip
-9 in || fail=1
27
gzip
-l in.gz >out1 || fail=1
28
gzip
-l in.gz | cat >out2 || fail=1
trailing-nul.sh
2
#
gzip
accepts trailing NUL bytes; don't fail if there is exactly one.
3
# Before
gzip
-1.4, this would fail.
23
(echo 0 |
gzip
; printf '\0') > 0.gz || framework_failure_
24
(echo 00 |
gzip
; printf '\0\0') > 00.gz || framework_failure_
25
(echo 1 |
gzip
; printf '\1') > 1.gz || framework_failure_
30
gzip
-d $i.gz; ret=$?
memcpy-abuse.sh
2
# Before
gzip
-1.4, this the use of memcpy in inflate_codes could
25
printf wxy%032767d 0 | tee in |
gzip
> in.gz || framework_failure_
30
gzip
-dc in.gz > out || fail=1
unpack-invalid.sh
2
#
gzip
should report invalid 'unpack' input when uncompressing.
3
# With
gzip
-1.5, it would output invalid data instead.
29
if
gzip
-d <in >out 2>err; then
mixed.sh
2
# Ensure that
gzip
-cdf handles mixed compressed/not-compressed data
3
# Before
gzip
-1.5, it would produce invalid output.
29
gzip
-cdf < in > out || fail=1
34
# (echo xxx; echo yyy|
gzip
) > in || fail=1
35
#
gzip
-cdf < in > out || fail=1
39
(echo xxx|
gzip
; echo yyy) > in || fail=1
40
gzip
-cdf < in > out || fail=1
43
(echo xxx|
gzip
; echo yyy|
gzip
) > in || fail=1
44
gzip
-cdf < in > out || fail=
[
all
...]
stdin.sh
2
# Ensure that
gzip
interprets "-" as stdin.
22
printf a |
gzip
> in || framework_failure_
26
gzip
-dc in - in < in > out 2>err || fail=1
z-suffix.sh
23
gzip
-Sz F || fail=1
26
gzip
-dSz F || fail=1
gzip-env.sh
2
# Test the obsolescent
GZIP
environment variable.
23
#
gzip
--version
26
gzip
<exp >in || framework_failure_
29
GZIP
=-qv
gzip
-d <in >out 2>err || fail=1
36
GZIP
=$badopt
gzip
-d <in >out 2>err && fail=1
42
GZIP
=$goodopt
gzip
-d <in >out 2>err || fail=1
keep.sh
32
gzip
$k in || fail=1
37
gzip
-d $k in.gz || fail=1
45
log=$(
gzip
-kv in 2>&1) || fail=1
helin-segv.sh
2
# Before
gzip
-1.4,
gzip
-d would segfault on some inputs.
28
gzip
-dc helin.gz > out || fail=1
znew-k.sh
33
printf '%1012977s' ' ' |
gzip
-c > $name || framework_failure_
null-suffix-clobber.sh
2
# Before
gzip
-1.5,
gzip
-d -S '' k.gz would delete F.gz and not create "F"
22
printf anything |
gzip
> F.gz || framework_failure_
24
echo "
gzip
: invalid suffix ''" > expected-err || framework_failure_
28
gzip
---presume-input-tty -d -S '' F.gz < yes > out 2>err && fail=1
/src/tests/usr.bin/gzip/
Makefile
5
TESTSDIR= ${TESTSBASE}/usr.bin/
gzip
/src/usr.bin/crunch/examples/
freebsd-filesystem.conf
18
progs cpio
gzip
19
ln
gzip
gunzip
20
ln
gzip
gzcat
21
ln
gzip
zcat
/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/sbin/mount_portal/examples/
advanced.1.conf
12
gzip
/ wfilter
gzip
/
gzip
> %s
13
gzip9/ wfilter gzip9/
gzip
-9 > %s
/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/crypto/external/bsd/openssh/dist/moduli-gen/
moduli-gen.sh
21
gzip
-9c >${moduli_sieved}.tmp && \
25
lines=`
gzip
-dc ${moduli_sieved} | wc -l`
28
gzip
-dc ${moduli_sieved} | \
/src/distrib/sun2/
MakeBootTape
24
gzip
-d -c ../../binary/kernel/netbsd-RAMDISK.gz |
28
gzip
-d -c ../miniroot/miniroot.fs.gz |
/src/external/gpl3/binutils.old/dist/zlib/examples/
zran.h
1
/* zran.h -- example of zlib/
gzip
stream indexing and random access
12
int
gzip
; /* 1 if the index is of a
gzip
file, 0 if it is of a
member in struct:deflate_index
18
/* Make one entire pass through a zlib or
gzip
compressed stream and build an
20
gzip
files with multiple members are indexed in their entirety. span should
/src/external/gpl3/gdb.old/dist/zlib/examples/
zran.h
1
/* zran.h -- example of zlib/
gzip
stream indexing and random access
12
int
gzip
; /* 1 if the index is of a
gzip
file, 0 if it is of a
member in struct:deflate_index
18
/* Make one entire pass through a zlib or
gzip
compressed stream and build an
20
gzip
files with multiple members are indexed in their entirety. span should
Completed in 20 milliseconds
1
2
3
4
5
Indexes created Thu Apr 02 00:23:07 UTC 2026