Searched refs:unlz (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/gzip/ |
H A D | gzip.c | 289 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 D | unlz.c | 612 unlz(int fin, int fout, char *pre, size_t prelen, off_t *bytes_in) in unlz() function
|