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

/freebsd-11-stable/usr.bin/gzip/
H A Dgzip.c308 static off_t unlz(int, int, char *, size_t, off_t *);
1672 size = unlz(fd, zfd, NULL, 0, NULL);
1909 usize = unlz(STDIN_FILENO, STDOUT_FILENO,
2319 #include "unlz.c"
H A Dunlz.c1 /* $NetBSD: unlz.c,v 1.6 2018/11/11 01:42:36 christos Exp $ */
31 * $FreeBSD: stable/11/usr.bin/gzip/unlz.c 343251 2019-01-21 06:52:35Z delphij $
614 unlz(int fin, int fout, char *pre, size_t prelen, off_t *bytes_in) function

Completed in 177 milliseconds