Home
last modified time | relevance | path

Searched refs:compress (Results 1 – 25 of 26) sorted by relevance

12

/original-bsd/usr.sbin/sliplogin/
H A Dslip.hosts4 # (normal,compress,noicmp)
6 Schez vangogh chez 0xffffff00 compress
8 Sleconte vangogh leconte 0xffffff00 compress
9 Sleeb vangogh leeb 0xffffff00 compress
10 Smjk vangogh pissaro-sl 0xffffff00 compress
11 Soxford vangogh oxford 0xffffff00 compress
/original-bsd/usr.bin/compress/doc/
H A DREADME9 o Removed 'Big+Fast' compress code (FBITS) because of compress speedup
69 compress 2.0. However, compress 4.0 still accepts the output of
70 compress 2.0. To generate output that is compatible with compress
83 compress 2.0. However, compress 3.0 still accepts the output of
84 compress 2.0. To generate output that is compatible with compress
106 cc -O -DUSERMEM=usermem -o compress compress.c
142 ln compress zcat
155 cp compress.l /usr/man/man1/compress.1
196 > compress.l.
219 >Compile "compress.c" with "-O -o compress" flags. Move "compress" to a
[all …]
H A DNOTES15 these very words are being modulated by 'compress',
19 LZW method is #4,558,302. Yet despite any similarities between 'compress'
20 and LZW (the public-domain 'compress' code was designed and given to the
25 or, just as bad, not broad enough. ('compress' does things not mentioned
29 the same as that of 'compress'.
57 Subject: Re: Looking for C source for RSA (actually 'compress' patents)
78 communication only) software versions of 'compress' slide
80 and other commercial wrappers for 'compress'. yet they are
89 after discovering some sort of "compress" button on some
107 now where is telebit with the compress firmware? in a limbo
[all …]
H A Drevision.log2 * $Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $
3 * $Log: compress.c,v $
33 * of SVR2 'pack'. Streamline block-compress table clear logic. Increase
59 * Implemented "-B" block compress. Implemented REVERSE sorting of tab_next.
78 * Will only compress regular files (no directories), added a magic number
87 * filenames to compress. Flags may be clustered (-Ddvb12) or separated
96 * Sped up algorithm significantly by sorting the compress chain.
116 "$Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $";
/original-bsd/usr.bin/compress/
H A DMakefile3 PROG= compress
4 SRCS= compress.c zopen.c
5 LINKS= ${BINDIR}/compress ${BINDIR}/uncompress
6 MLINKS= compress.1 uncompress.1 compress.1 zcat.1
H A Dcompress.c35 void compress __P((char *, char *, int));
96 (void)compress("/dev/stdin", "/dev/stdout", bits);
112 compress(*argv, "/dev/stdout", bits);
130 compress(*argv, newname, bits);
162 compress(in, out, bits) in compress() function
/original-bsd/sbin/savecore/
H A Dsavecore.c127 compress = 1;
327 dirname, bounds, compress ? ".Z" : ""); in save_core()
328 if (compress) { in save_core()
353 compress ? "compressed " : "", path); in save_core()
366 if (compress) in save_core()
381 if (compress) in save_core()
389 dirname, bounds, compress ? ".Z" : ""); in save_core()
390 if (compress) { in save_core()
398 compress ? "compressed " : "", path); in save_core()
400 if (compress) in save_core()
[all …]
H A DMakefile6 .PATH: ${.CURDIR}/../../usr.bin/compress
/original-bsd/sys/kern/
H A Dkern_acct.c171 ap->ac_utime = compress(ut.tv_sec, ut.tv_usec);
172 ap->ac_stime = compress(st.tv_sec, st.tv_usec);
174 ap->ac_etime = compress(t.tv_sec, t.tv_usec);
184 ap->ac_io = compress(ru->ru_inblock + ru->ru_oublock, (long)0);
202 compress(t, ut) in compress() function
H A Dsubr_rmap.c.sav187 * the right now, compress it in also,
301 * Allocate entire segment and compress map
/original-bsd/usr.bin/col/
H A DREADME9 -x do not compress spaces into tabs.
12 In the 32V source code to col(1) the default behavior was to NOT compress
13 spaces into tabs. There was a -h option which caused it to compress spaces
/original-bsd/local/toolchest/ksh/sh/
H A Dservice.c831 static int compress();
882 sabuf.ac_utime = compress(buffer.tms_utime + buffer.tms_cutime); in doacct()
883 sabuf.ac_stime = compress(buffer.tms_stime + buffer.tms_cstime); in doacct()
884 sabuf.ac_etime = compress( after - before); in doacct()
895 static int compress(t) in compress() function
/original-bsd/usr.sbin/sendmail/
H A DMakefile40 compress sendmail.${VER}.tar
/original-bsd/usr.bin/window/
H A DMakefile17 compress.c
/original-bsd/usr.bin/
H A DMakefile5 comm compress cpp ctags cut dc deroff diction diff dirname du \
/original-bsd/old/compact/compact/
H A Dcompact.c106 if (compress(uncfp, cfp)) {
227 compress(uncfp, cfp) in compress() function
/original-bsd/contrib/hunt/
H A DMakefile128 ${DSRC2} | compress -c > hunt.shar.Z
/original-bsd/usr.bin/bdes/
H A Dbdes.c90 compress(bits1, buf); \
998 compress(from, to) in compress() function
/original-bsd/share/man/man0/
H A Dman140 /usr/src/usr.bin/compress/compress.1
/original-bsd/usr.bin/spell/
H A Dspecial.4bsd121 compress
/original-bsd/contrib/gcc-2.3.3/
H A DMakefile.in1696 compress < gcc.xtar > tmp-gcc.xtar.Z
H A DMakefile1692 compress < gcc.xtar > tmp-gcc.xtar.Z
/original-bsd/contrib/gdb-4.7.LBL/gdb/
H A DMakefile.in587 tar chf - $(DIST) | compress >gdb-$(VERSION).tar.Z
/original-bsd/usr.sbin/amd/amd/
H A DChangeLog397 * (nfs_ops.c) Added "noconn", "spongy" and "compress" mount
/original-bsd/usr.sbin/amd/doc/
H A Damdref.texinfo1378 BSD is known to implement the @code{compress} and @code{spongy} options.
1381 @item compress

12