HelenOS sources

gzip_expand        37 boot/generic/include/gzip.h extern int gzip_expand(const void *, size_t, void *, size_t);
gzip_expand       124 boot/generic/src/payload.c 		int rc = gzip_expand(data, packed_size, ustart, unpacked_size);
gzip_expand        97 uspace/app/gunzip/gunzip.c 	rc = gzip_expand(data, size, &ddata, &dsize);
gzip_expand        34 uspace/lib/compress/gzip.h extern errno_t gzip_expand(void *, size_t, void **, size_t *);
gzip_expand        63 uspace/lib/gfximage/src/tga_gz.c 	rc = gzip_expand(data, size, &data_expanded, &size_expanded);
HelenOS homepage, sources at GitHub