OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:decompress
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/gzip/
gzexe
48
/bin/echo "$prog: cannot
decompress
$0"
60
#
Decompress
a file
61
decompress
() {
function
72
echo "$prog: cannot
decompress
$1"
165
elif !
decompress
"$1"; then
/src/usr.bin/compress/
compress.c
61
static void
decompress
(const char *, const char *, int);
74
enum {COMPRESS,
DECOMPRESS
} style = COMPRESS;
84
style =
DECOMPRESS
;
88
style =
DECOMPRESS
;
105
style =
DECOMPRESS
;
127
case
DECOMPRESS
:
130
(void)
decompress
("/dev/stdin", "/dev/stdout", bits);
165
case
DECOMPRESS
:
177
decompress
(newname,
188
decompress
(*argv
299
decompress
(const char *in, const char *out, int bits)
function
[
all
...]
/src/sys/net/
ppp-comp.h
86
/*
Decompress
a packet. */
87
int (*
decompress
)(void *, PACKETPTR, PACKETPTR *);
member in struct:compressor
99
* Return values for
decompress
routine.
/src/sys/opencrypto/
cryptosoft_xform.c
85
uint32_t (*
decompress
)(uint8_t *, uint32_t, uint8_t **, int);
member in struct:swcr_comp_algo
Completed in 28 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026