Lines Matching defs:decompress
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)