HomeSort by: relevance | last modified time | path
    Searched refs:unlz (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/gzip/
gzip.c 285 static off_t unlz(int, int, char *, size_t, off_t *);
1638 size = unlz(fd, zfd, NULL, 0, NULL);
1895 usize = unlz(STDIN_FILENO, STDOUT_FILENO,
2296 #include "unlz.c"
unlz.c 1 /* $NetBSD: unlz.c,v 1.10 2024/05/04 13:18:06 christos Exp $ */
612 unlz(int fin, int fout, char *pre, size_t prelen, off_t *bytes_in) function in typeref:typename:off_t

Completed in 13 milliseconds