HomeSort by: relevance | last modified time | path
    Searched defs:compress (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/usr.bin/gzip/
gzexe 82 echo "$prog: cannot compress non-existing file $1"
87 echo "$prog: cannot compress non-regular file $1"
93 echo "$prog: cannot compress $1, I depend on it"
98 echo "$prog: cannot compress $1, it is not executable"
103 echo "$prog: cannot compress $1, it has an s bit set"
108 # Compress a file
109 compress () { function
136 echo "$prog: cannot compress $1"
172 elif ! check "$1" || ! compress "$1"; then
gzexe 82 echo "$prog: cannot compress non-existing file $1"
87 echo "$prog: cannot compress non-regular file $1"
93 echo "$prog: cannot compress $1, I depend on it"
98 echo "$prog: cannot compress $1, it is not executable"
103 echo "$prog: cannot compress $1, it has an s bit set"
108 # Compress a file
109 compress () { function
136 echo "$prog: cannot compress $1"
172 elif ! check "$1" || ! compress "$1"; then
  /src/common/dist/zlib/
compress.c 1 /* $NetBSD: compress.c,v 1.5 2024/09/22 19:12:27 christos Exp $ */
3 /* compress.c -- compress a memory buffer
65 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, function in typeref:typename:int ZEXPORT
compress.c 1 /* $NetBSD: compress.c,v 1.5 2024/09/22 19:12:27 christos Exp $ */
3 /* compress.c -- compress a memory buffer
65 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, function in typeref:typename:int ZEXPORT
Makefile.in 57 OBJG = compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o
61 PIC_OBJG = compress.lo uncompr.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo
182 compress.o: $(SRCDIR)compress.c
183 $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)compress.c
246 compress.lo: $(SRCDIR)compress.c
248 $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/compress.o $(SRCDIR)compress.c
249 -@mv objs/compress.o $
    [all...]
  /src/sys/dev/
midi_if.h 101 int compress:1; /* if hw wants channel msgs in compressed form */ member in struct:midi_hw_if_ext
midi_if.h 101 int compress:1; /* if hw wants channel msgs in compressed form */ member in struct:midi_hw_if_ext
  /src/usr.bin/compress/
compress.c 1 /* $NetBSD: compress.c,v 1.29 2022/05/22 21:39:44 rillig Exp $ */
40 static char sccsid[] = "@(#)compress.c 8.2 (Berkeley) 1/7/94";
42 __RCSID("$NetBSD: compress.c,v 1.29 2022/05/22 21:39:44 rillig Exp $");
58 static void compress(const char *, const char *, int);
74 enum {COMPRESS, DECOMPRESS} style = COMPRESS;
85 else if (!strcmp(p, "compress"))
86 style = COMPRESS;
115 usage(style == COMPRESS);
122 case COMPRESS
200 compress(const char *in, const char *out, int bits) function in typeref:typename:void
    [all...]
compress.c 1 /* $NetBSD: compress.c,v 1.29 2022/05/22 21:39:44 rillig Exp $ */
40 static char sccsid[] = "@(#)compress.c 8.2 (Berkeley) 1/7/94";
42 __RCSID("$NetBSD: compress.c,v 1.29 2022/05/22 21:39:44 rillig Exp $");
58 static void compress(const char *, const char *, int);
74 enum {COMPRESS, DECOMPRESS} style = COMPRESS;
85 else if (!strcmp(p, "compress"))
86 style = COMPRESS;
115 usage(style == COMPRESS);
122 case COMPRESS
200 compress(const char *in, const char *out, int bits) function in typeref:typename:void
    [all...]
  /src/common/dist/zlib/contrib/delphi/
zlibd32.mak 21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj
35 compress.obj: compress.c zlib.h zconf.h
zlibd32.mak 21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj
35 compress.obj: compress.c zlib.h zconf.h
  /src/common/dist/zlib/contrib/pascal/
zlibd32.mak 21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj
35 compress.obj: compress.c zlib.h zconf.h
zlibpas.pas 144 function compress(dest: PChar; var destLen: LongInt; function
177 {$L compress.obj}
190 function compress; external; function
zlibd32.mak 21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj
35 compress.obj: compress.c zlib.h zconf.h
zlibpas.pas 144 function compress(dest: PChar; var destLen: LongInt; function
177 {$L compress.obj}
190 function compress; external; function
  /src/common/dist/zlib/contrib/ada/
zlib-thin.ads 160 function compress subprogspec
399 pragma Import (C, compress, "compress");
zlib-thin.ads 160 function compress subprogspec
399 pragma Import (C, compress, "compress");
  /src/usr.bin/bdes/
bdes.c 118 compress(bits1, buf); \
181 static void compress(char *, Desbuf);
1054 compress(char *from, Desbuf to) function in typeref:typename:void
bdes.c 118 compress(bits1, buf); \
181 static void compress(char *, Desbuf);
1054 compress(char *from, Desbuf to) function in typeref:typename:void
  /src/sys/net/
ppp-comp.h 46 #define DO_BSD_COMPRESS 1 /* by default, include BSD-Compress */
78 /* Compress a packet */
79 int (*compress)(void *, PACKETPTR *, PACKETPTR, int, int); member in struct:compressor
145 * Definitions for BSD-Compress.
147 #define CI_BSD_COMPRESS 21 /* config. option for BSD-Compress */
150 /* Macros for handling the 3rd byte of the BSD-Compress config option. */
zlib.h 81 # define compress z_compress macro
506 - Compress more input starting at next_in and update next_in and avail_in
732 tuned to compress them better. The effect of Z_FILTERED is to force more
916 ZEXTERN int ZEXPORT compress(Bytef *, uLongf *, const Bytef *, uLong);
923 This function can be used to compress a whole file at once if the
925 compress returns Z_OK if success, Z_MEM_ERROR if there was not
ppp-comp.h 46 #define DO_BSD_COMPRESS 1 /* by default, include BSD-Compress */
78 /* Compress a packet */
79 int (*compress)(void *, PACKETPTR *, PACKETPTR, int, int); member in struct:compressor
145 * Definitions for BSD-Compress.
147 #define CI_BSD_COMPRESS 21 /* config. option for BSD-Compress */
150 /* Macros for handling the 3rd byte of the BSD-Compress config option. */
zlib.h 81 # define compress z_compress macro
506 - Compress more input starting at next_in and update next_in and avail_in
732 tuned to compress them better. The effect of Z_FILTERED is to force more
916 ZEXTERN int ZEXPORT compress(Bytef *, uLongf *, const Bytef *, uLong);
923 This function can be used to compress a whole file at once if the
925 compress returns Z_OK if success, Z_MEM_ERROR if there was not
  /src/usr.bin/newsyslog/
newsyslog.c 94 #define CE_PLAIN0 0x10 /* Do not compress zero'th history file */
120 static struct compressor compress[] = variable in typeref:struct:compressor[]
386 for (ziptype = __arraycount(compress); --ziptype; ) {
387 if (*compress[ziptype].flag == qq)
439 compress[ziptype].flag));
485 for (j = 0; j < __arraycount(compress); j++) {
488 (void)strlcat(tmp, compress[j].suffix, sizeof(tmp));
542 for (j = 0; j < (int)__arraycount(compress); j++) {
545 (void)strlcat(file1, compress[j].suffix,
555 * specified, compress it. (This is convenient, but is also neede
    [all...]
newsyslog.c 94 #define CE_PLAIN0 0x10 /* Do not compress zero'th history file */
120 static struct compressor compress[] = variable in typeref:struct:compressor[]
386 for (ziptype = __arraycount(compress); --ziptype; ) {
387 if (*compress[ziptype].flag == qq)
439 compress[ziptype].flag));
485 for (j = 0; j < __arraycount(compress); j++) {
488 (void)strlcat(tmp, compress[j].suffix, sizeof(tmp));
542 for (j = 0; j < (int)__arraycount(compress); j++) {
545 (void)strlcat(file1, compress[j].suffix,
555 * specified, compress it. (This is convenient, but is also neede
    [all...]

Completed in 32 milliseconds

1 2