usr.bin/gzip/gzip.c
1436
size = zuncompress(in, out, NULL, 0, NULL);
usr.bin/gzip/gzip.c
1651
usize = zuncompress(in, stdout, header1, sizeof header1, &gsize);
usr.bin/gzip/gzip.c
221
static off_t zuncompress(FILE *, FILE *, char *, size_t, off_t *);