Symbol: compress
common/dist/zlib/test/example.c
71
err = compress(compr, &comprLen, (const Bytef*)hello, len);
common/dist/zlib/zlib.h
1273
ZEXTERN int ZEXPORT compress(Bytef *dest, uLongf *destLen,
sbin/savecore/savecore.c
191
int ch, level, testonly, compress, force, clear, verbose;
sbin/savecore/savecore.c
200
compress = 0;
sbin/savecore/savecore.c
224
compress = 1;
sbin/savecore/savecore.c
271
save_core(compress);
sbin/savecore/savecore.c
644
save_core(int compress)
sbin/savecore/savecore.c
677
dirname, bounds, compress ? ".gz" : "");
sbin/savecore/savecore.c
678
if (compress) {
sbin/savecore/savecore.c
721
compress ? "compressed " : "", path);
sbin/savecore/savecore.c
752
dirname, bounds, compress ? ".gz" : "");
sbin/savecore/savecore.c
754
compress ? "compressed " : "", path);
sbin/savecore/savecore.c
756
if (compress) {
sys/dev/midi.c
1360
else if (sc->hw_if_ext->compress)
sys/dev/midi_if.h
101
int compress:1; /* if hw wants channel msgs in compressed form */
sys/dev/stbi/stb_image.c
3296
int psize=0,i,j,compress=0,width;
sys/dev/stbi/stb_image.c
3321
compress = get32le(s);
sys/dev/stbi/stb_image.c
3322
if (compress == 1 || compress == 2) return epuc("BMP RLE", "BMP type not supported: RLE");
sys/dev/stbi/stb_image.c
3337
if (compress == 0) {
sys/dev/stbi/stb_image.c
3348
} else if (compress == 3) {
sys/dev/usb/umidi.c
308
.compress = 1,
sys/net/bsd-comp.c
157
.compress = bsd_compress,
sys/net/if_ppp.c
1216
(*sc->sc_xcomp->compress)
sys/net/ppp-comp.h
74
int (*compress)(void *, PACKETPTR *, PACKETPTR, int, int);
sys/net/ppp-deflate.c
115
.compress = z_compress,
sys/net/ppp-deflate.c
99
.compress = z_compress,
sys/net/zlib.h
916
ZEXTERN int ZEXPORT compress(Bytef *, uLongf *, const Bytef *, uLong);
sys/opencrypto/cryptosoft.c
721
result = cxf->compress(data, crd->crd_len, &out);
sys/opencrypto/cryptosoft_xform.c
85
uint32_t (*compress)(uint8_t *, uint32_t, uint8_t **);
usr.bin/bdes/bdes.c
118
compress(bits1, buf); \
usr.bin/bdes/bdes.c
181
static void compress(char *, Desbuf);
usr.bin/compress/compress.c
125
(void)compress("/dev/stdin", "/dev/stdout", bits);
usr.bin/compress/compress.c
145
compress(*argv, "/dev/stdout", bits);
usr.bin/compress/compress.c
163
compress(*argv, newname, bits);
usr.bin/compress/compress.c
58
static void compress(const char *, const char *, int);
usr.bin/newsyslog/newsyslog.c
120
static struct compressor compress[] =
usr.bin/newsyslog/newsyslog.c
386
for (ziptype = __arraycount(compress); --ziptype; ) {
usr.bin/newsyslog/newsyslog.c
387
if (*compress[ziptype].flag == qq)
usr.bin/newsyslog/newsyslog.c
439
compress[ziptype].flag));
usr.bin/newsyslog/newsyslog.c
485
for (j = 0; j < __arraycount(compress); j++) {
usr.bin/newsyslog/newsyslog.c
488
(void)strlcat(tmp, compress[j].suffix, sizeof(tmp));
usr.bin/newsyslog/newsyslog.c
542
for (j = 0; j < (int)__arraycount(compress); j++) {
usr.bin/newsyslog/newsyslog.c
545
(void)strlcat(file1, compress[j].suffix,
usr.bin/newsyslog/newsyslog.c
565
compress[ziptype].suffix);
usr.bin/newsyslog/newsyslog.c
574
for (j = 0; j < (int)__arraycount(compress); j++) {
usr.bin/newsyslog/newsyslog.c
576
i - 1, compress[j].suffix);
usr.bin/newsyslog/newsyslog.c
578
i, compress[j].suffix);
usr.bin/newsyslog/newsyslog.c
776
PRINFO(("%s %s %s\n", compress[ziptype].path, compress[ziptype].args,
usr.bin/newsyslog/newsyslog.c
785
(void)execl(compress[ziptype].path,
usr.bin/newsyslog/newsyslog.c
786
compress[ziptype].path, compress[ziptype].args, fn,
usr.bin/newsyslog/newsyslog.c
793
errx(EXIT_FAILURE, "%s failed", compress[ziptype].path);
usr.bin/newsyslog/newsyslog.c
796
(void)snprintf(tmp, sizeof(tmp), "%s%s", fn, compress[ziptype].suffix);
usr.sbin/makemandb/apropos-utils.c
259
compress(outbuf, (unsigned long *) &nout, inbuf, nin);