| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| compress.h | 38 extern size_t compress(void *, void *, size_t);
|
| /onnv/onnv-gate/usr/src/cmd/compress/ |
| Makefile | 30 PROG= compress 31 SRCS= compress.c $(SRC)/common/util/getresponse.c 32 OBJS= compress.o getresponse.o
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWesu/ |
| Makefile | 30 ../../cmd/compress/THIRDPARTYLICENSE \
|
| prototype_com | 56 f none usr/bin/compress 555 root bin 106 l none usr/bin/uncompress=../../usr/bin/compress 115 l none usr/bin/zcat=../../usr/bin/compress 150 f none usr/lib/spell/compress 555 root bin
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/ |
| compress.pm | 1 package DBM_Filter::compress ; 11 eval { require Compress::Zlib; Compress::Zlib->import() }; 13 croak "Compress::Zlib module not found.\n" 19 sub Store { $_ = compress($_) } 26 =head1 DBM_Filter::compress 34 $db->Filter_Push('compress'); 38 This DBM filter will compress all data before it is written to the database 41 A fatal error will be thrown if the Compress::Zlib module is not 46 L<DBM_Filter>, L<perldbmfilter>, L<Compress::Zlib [all...] |
| /onnv/onnv-gate/usr/src/psm/stand/cpr/common/ |
| Makefile.com | 51 CPRBOOTOBJ += support.o compress.o 53 L_SRCS = $(COMDIR)/support.c $(OSDIR)/compress.c 95 compress.o: $(OSDIR)/compress.c 96 $(COMPILE.c) $(OSDIR)/compress.c 101 compress.ln: $(OSDIR)/compress.c 102 @$(LHEAD) $(LINT.c) $(OSDIR)/compress.c $(LTAIL)
|
| /onnv/onnv-gate/usr/src/cmd/savecore/ |
| Makefile.com | 27 SRCS= ../savecore.c ../../../uts/common/os/compress.c 28 OBJS= savecore.o compress.o
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/comp/ |
| comp_lib.c | 41 if (ctx->meth->compress == NULL) 46 ret=ctx->meth->compress(ctx,out,olen,in,ilen);
|
| comp.h | 19 int (*compress)(COMP_CTX *ctx, member in struct:comp_method_st
|
| /onnv/onnv-gate/usr/src/cmd/boot/scripts/ |
| create_ramdisk.ksh | 29 compress=yes 77 -n|--nocompress) compress=no 136 compress=no 142 compress=no 145 [ -x $GZIP_CMD ] || compress=no 180 if [ $compress = yes ] ; then 191 # $compress - whether or not the files in the archives should be compressed 199 # If compress is set, the files are gzip'd and put in the correct 203 # If compress is not set, the file names are printed, which causes 208 if [ $compress = yes ]; the [all...] |
| /onnv/onnv-gate/usr/src/cmd/spell/ |
| Makefile | 32 SHPROG= spell compress 53 TXTS= compress.sh spell.sh 68 SPELLF= spellprog hashmake hashcheck spellin hstop hlistb hlista compress
|
| /onnv/onnv-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
| Makefile | 67 $(TOPDIR)/uts/common/os/compress.c \
|
| /onnv/onnv-gate/usr/src/uts/common/zmod/ |
| zconf.h | 90 #define compress zz_compress macro
|
| /onnv/onnv-gate/usr/src/lib/libntfs/ |
| Makefile.com | 41 $(LIBNTFSDIR)/compress.o \
|
| /onnv/onnv-gate/usr/src/tools/cscope-fast/ |
| lookup.c | 129 if (compress == YES && (c = p - keyword) < ' ') { 130 ident[0] = c; /* compress the keyword */
|
| main.c | 69 BOOL compress = YES; /* compress the characters in the crossref */ variable 243 compress = YES; 258 compress = NO; 651 compress = NO; 807 " do not compress the data.\n"); 885 if (compress == YES) { 1020 if (oldcompress != compress || [all...] |
| /onnv/onnv-gate/usr/src/cmd/boot/fiocompress/ |
| fiocompress.c | 27 * fiocompress - a utility to compress files with a filesystem. 65 int compress = 0; local 81 compress = 1; 84 if (compress) {
|
| /onnv/onnv-gate/usr/src/cmd/sh/ |
| service.c | 639 static comp_t compress(clock_t); 674 sabuf.ac_utime = compress(buffer.tms_utime + buffer.tms_cutime); 675 sabuf.ac_stime = compress(buffer.tms_stime + buffer.tms_cstime); 676 sabuf.ac_etime = compress(after - before); 692 compress(clock_t t) function
|
| /onnv/onnv-gate/usr/src/uts/common/net/ |
| ppp-comp.h | 47 #define DO_BSD_COMPRESS 1 /* by default, include BSD-Compress */ 71 /* Compress a packet */ 72 int (*compress) __P((void *state, PACKETPTR *mret, member in struct:compressor 139 * Definitions for BSD-Compress. 141 #define CI_BSD_COMPRESS 21 /* config. option for BSD-Compress */ 144 /* Macros for handling the 3rd byte of the BSD-Compress config option. */
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| compress.c | 115 * two calls to compress() may produce different output. This is a 129 compress(void *s_start, void *d_start, size_t s_len) function
|
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/ |
| zio_compress.c | 28 #include <sys/compress.h> 96 /* Compress at least 12.5% */
|
| /onnv/onnv-gate/usr/src/lib/libinetutil/common/ |
| ofmt.c | 323 uint_t compress; local 364 compress = MIN(os->os_overflow, width - valwidth); 365 os->os_overflow -= compress; 366 width -= compress;
|
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/ |
| zio.h | 110 #define BOOTFS_COMPRESS_VALID(compress) \ 111 ((compress) == ZIO_COMPRESS_LZJB || \ 112 ((compress) == ZIO_COMPRESS_ON && \ 114 (compress) == ZIO_COMPRESS_OFF)
|
| /onnv/onnv-gate/usr/src/cmd/ssh/libssh/ |
| Makefile.com | 40 compress.o \
|
| /onnv/onnv-gate/usr/src/common/openssl/ssl/ |
| s3_enc.c | 227 /* COMPRESS */ 260 /* COMPRESS */ 261 if (s->compress != NULL) 263 COMP_CTX_free(s->compress); 264 s->compress=NULL; 268 s->compress=COMP_CTX_new(comp); 269 if (s->compress == NULL) 469 /* COMPRESS */
|