Searched refs:unlz (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/usr.bin/gzip/
H A Dgzip.c308 static off_t unlz(int, int, char *, size_t, off_t *);
1671 size = unlz(fd, zfd, NULL, 0, NULL);
1908 usize = unlz(STDIN_FILENO, STDOUT_FILENO,
2318 #include "unlz.c"
H A Dunlz.c1 /* $NetBSD: unlz.c,v 1.6 2018/11/11 01:42:36 christos Exp $ */
614 unlz(int fin, int fout, char *pre, size_t prelen, off_t *bytes_in) function

Completed in 171 milliseconds