Searched refs:compress (Results 1 - 25 of 110) sorted by relevance

12345

/freebsd-11-stable/usr.bin/compress/
H A DMakefile2 # $FreeBSD: stable/11/usr.bin/compress/Makefile 319163 2017-05-29 21:48:02Z jilles $
6 PROG= compress
7 SRCS= compress.c zopen.c
8 LINKS= ${BINDIR}/compress ${BINDIR}/uncompress
9 MLINKS= compress.1 uncompress.1
H A Dcompress.c38 static char sccsid[] = "@(#)compress.c 8.2 (Berkeley) 1/7/94";
43 __FBSDID("$FreeBSD: stable/11/usr.bin/compress/compress.c 319362 2017-05-31 21:54:21Z jilles $");
60 static void compress(const char *, const char *, int);
85 else if (!strcmp(p, "compress"))
123 (void)compress("/dev/stdin", "/dev/stdout", bits);
139 compress("/dev/stdin", "/dev/stdout", bits);
142 compress(*argv, "/dev/stdout", bits);
160 compress(*argv, newname, bits);
196 compress(cons function
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcompress.h38 extern size_t compress(void *, void *, size_t);
/freebsd-11-stable/sys/opencrypto/
H A Dxform_comp.h46 u_int32_t (*compress) (u_int8_t *, u_int32_t, u_int8_t **); member in struct:comp_algo
/freebsd-11-stable/lib/libbz2/
H A DMakefile9 SRCS= bzlib.c blocksort.c compress.c crctable.c decompress.c \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntEqClasses.h15 // Once the classes are built, compress() will number them 0 .. M-1 and prevent
65 /// compress - Compress equivalence classes by numbering them 0 .. M.
67 void compress();
69 /// getNumClasses - Return the number of equivalence classes after compress()
76 assert(NumClasses && "operator[] called before compress()");
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompression.h32 Error compress(StringRef InputBuffer, SmallVectorImpl<char> &CompressedBuffer,
/freebsd-11-stable/crypto/openssl/crypto/comp/
H A Dcomp_lib.c39 if (ctx->meth->compress == NULL) {
43 ret = ctx->meth->compress(ctx, out, olen, in, ilen);
H A Dcomp.h22 int (*compress) (COMP_CTX *ctx, member in struct:comp_method_st
/freebsd-11-stable/usr.bin/gzip/
H A Dgzexe83 echo "$prog: cannot compress non-existing file $1"
88 echo "$prog: cannot compress non-regular file $1"
94 echo "$prog: cannot compress $1, I depend on it"
99 echo "$prog: cannot compress $1, it is not executable"
104 echo "$prog: cannot compress $1, it has an s bit set"
110 compress () {
137 echo "$prog: cannot compress $1"
173 elif ! check "$1" || ! compress "$1"; then
/freebsd-11-stable/contrib/libarchive/cpio/
H A Dcpio.h50 int compress; /* -j, -y, or -z */ member in struct:cpio
/freebsd-11-stable/crypto/openssl/ssl/
H A Ddtls1.h139 COMP_CTX *compress; /* compression */ member in struct:dtls1_retransmit_state
141 char *compress; member in struct:dtls1_retransmit_state
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp49 Error zlib::compress(StringRef InputBuffer, function in class:zlib
90 Error zlib::compress(StringRef InputBuffer,
92 llvm_unreachable("zlib::compress is unavailable");
H A DIntEqClasses.cpp15 // Once the classes are built, compress() will number them 0 .. M-1 and prevent
25 assert(NumClasses == 0 && "grow() called after compress().");
32 assert(NumClasses == 0 && "join() called after compress().");
53 assert(NumClasses == 0 && "findLeader() called after compress().");
59 void IntEqClasses::compress() { function in class:IntEqClasses
/freebsd-11-stable/usr.bin/compress/tests/
H A Dcompress_test.sh25 # $FreeBSD: stable/11/usr.bin/compress/tests/compress_test.sh 319362 2017-05-31 21:54:21Z jilles $
110 atf_check -x 'compress <expectfile1 >file1.Z'
123 atf_check -x 'compress -c expectfile1 >file1.Z'
137 atf_check compress file1
155 atf_check compress file1 file2
176 atf_check compress file1 file2
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-zip.h163 uint64_t compress : 1; member in struct:__anon8835::__anon8836
173 uint64_t compress : 1;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzconf.h90 #define compress zz_compress macro
/freebsd-11-stable/sys/netgraph/
H A Dng_deflate.c70 u_char compress; /* compress/decompress flag */ member in struct:ng_deflate_private
202 priv->compress = 1;
204 priv->compress = 0;
244 if (priv->compress)
259 if (priv->compress) {
341 if (priv->compress) {
381 if (priv->compress)
403 if (priv->compress)
475 /* Prepare to compress
[all...]
/freebsd-11-stable/sbin/savecore/
H A Dsavecore.c94 static int checkfor, compress, clear, force, keep, verbose; /* flags */ variable
365 if (compress) {
698 if (compress) {
742 compress ? "compressed " : "", savedir, corename);
767 if (compress) {
824 checkfor = compress = clear = force = keep = verbose = 0;
859 compress = 1;
867 if (clear && (compress || keep))
/freebsd-11-stable/contrib/file/src/
H A DMakefile.am11 encoding.c compress.c is_csv.c is_json.c is_tar.c readelf.c print.c \
/freebsd-11-stable/sys/contrib/zlib/
H A Dcompress.c0 /* compress.c -- compress a memory buffer
68 int ZEXPORT compress (dest, destLen, source, sourceLen) function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DEdgeBundles.cpp52 EC.compress();
/freebsd-11-stable/lib/libz/
H A DMakefile27 SRCS+= compress.c
/freebsd-11-stable/lib/libmagic/
H A DMakefile18 compress.c der.c encoding.c fsmagic.c funcs.c is_json.c \
/freebsd-11-stable/sys/sys/
H A Dzlib.h89 # define compress z_compress macro
625 tuned to compress them better. The effect of Z_FILTERED is to force more
837 extern int EXPORT compress OF((Bytef *dest, uLongf *destLen,
845 This function can be used to compress a whole file at once if the
847 compress returns Z_OK if success, Z_MEM_ERROR if there was not

Completed in 311 milliseconds

12345