Home
last modified time | relevance | path

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

/freebsd/usr.bin/gzip/
H A Dgzip.c289 static off_t unlz(int, int, char *, size_t, off_t *);
1594 size = unlz(fd, zfd, NULL, 0, NULL); in file_uncompress()
1831 usize = unlz(STDIN_FILENO, STDOUT_FILENO, in handle_stdin()
H A Dunlz.c612 unlz(int fin, int fout, char *pre, size_t prelen, off_t *bytes_in) in unlz() function