Searched defs:compress (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libz/
H A Dcompress.c0 /* compress.c -- compress a memory buffer
62 int ZEXPORT compress (dest, destLen, source, sourceLen) function
H A Dzconf.h54 # define compress z_compress macro
/ast/src/lib/libvdelta/vd01/
H A Dvdupdate01.c47 char compress; /* 1 if compressing only */ member in struct:_table_s
174 if(tab->compress)
314 tab.compress = n_src == 0 ? 1 : 0;
/ast/src/lib/libvdelta/
H A Dvdupdate.c49 char compress; /* 1 if compressing only */ member in struct:_utable_s
176 if(tab->compress)
326 tab.compress = n_src == 0 ? 1 : 0;
/ast/src/cmd/mam/
H A Dshmam.awk676 else if (compress(xdir) == invar[vardir] ) {
688 invar[newvar] = compress(dir)
690 # instdir[dir] = compress(newvar)
709 invar[newvar] = compress(dir)
737 myvardir=compress(nm) #removes "//" etc.
744 #KLUDGE (compress(invar[vardir]) == compress(dir))
761 pmyvardir= compress(myvardir) "/"
788 printf("%s : %s", virtual_g(pmyvardir, arr["4"], arr["2"]), compress(subinvar(arr["1"]) "/" arr["2"]) ) ;
795 printf("%s%s : %s", pmyvardir, arr["4"], compress(subinva
1865 function compress(xval, i, val) function
[all...]
/ast/src/lib/libdss/
H A Ddss.h148 const char* compress; /* preferred compression */ member in struct:Dssmeth_s
/ast/src/cmd/ksh93/sh/
H A Dpath.c1360 static int compress(time_t);
1406 sabuf.ac_utime = compress(buffer.tms_utime + buffer.tms_cutime);
1407 sabuf.ac_stime = compress(buffer.tms_stime + buffer.tms_cstime);
1408 sabuf.ac_etime = compress( (time_t)(after-before));
1419 static int compress(register time_t t) function
/ast/src/cmd/bzip/
H A Dbzip2.c68 This program and library (attempts to) compress data by
358 panic ( "compress:unexpected error" );
361 panic ( "compress:end" );
831 void compress ( Char *name ) function
837 panic ( "compress: bad modes\n" );
925 panic ( "compress: bad srcMode" );
1201 " -z --compress force compression\n"
1211 " --repetitive-fast compress repetitive blocks faster\n"
1212 " --repetitive-best compress repetitive blocks better\n"
1214 " If invoked as `bzip2', default action is to compress
[all...]
/ast/src/cmd/pax/
H A Dpax.h113 #define FMT_COMPRESS "gzip" /* default compress format */
122 #define COMPRESS PAX_COMPRESS /* compress format */
152 #define TYPE_COMPRESS 'C' /* compress encoding type */
325 typedef struct Compress_format_s /* compress format data */
328 char* undo[2]; /* compress undo name and arg */
380 int compress; /* delta source is /dev/null */ member in struct:Delta_s
422 Format_t* compress; /* compression format */ \

Completed in 35 milliseconds