/src/usr.bin/gzip/ |
gzexe | 48 /bin/echo "$prog: cannot decompress $0" 60 # Decompress a file 61 decompress () { function 72 echo "$prog: cannot decompress $1" 165 elif ! decompress "$1"; then
|
/src/usr.bin/compress/ |
compress.c | 61 static void decompress(const char *, const char *, int); 74 enum {COMPRESS, DECOMPRESS} style = COMPRESS; 84 style = DECOMPRESS; 88 style = DECOMPRESS; 105 style = DECOMPRESS; 127 case DECOMPRESS: 130 (void)decompress("/dev/stdin", "/dev/stdout", bits); 165 case DECOMPRESS: 177 decompress(newname, 188 decompress(*argv 299 decompress(const char *in, const char *out, int bits) function in typeref:typename:void [all...] |
/src/sys/net/ |
ppp-comp.h | 91 /* Decompress a packet. */ 92 int (*decompress)(void *, PACKETPTR, PACKETPTR *); member in struct:compressor 104 * Return values for decompress routine.
|
/src/sys/opencrypto/ |
cryptosoft_xform.c | 85 uint32_t (*decompress)(uint8_t *, uint32_t, uint8_t **, int); member in struct:swcr_comp_algo
|