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

/freebsd-13-stable/usr.bin/gzip/
H A Dunbzip2.c1 /* $NetBSD: unbzip2.c,v 1.14 2017/08/04 07:27:08 mrg Exp $ */
39 unbzip2(int in, int out, char *pre, size_t prelen, off_t *bytes_in) function
H A Dgzip.c290 static off_t unbzip2(int, int, char *, size_t, off_t *);
1594 size = unbzip2(fd, zfd, NULL, 0, NULL);
1878 usize = unbzip2(STDIN_FILENO, STDOUT_FILENO,
2308 #include "unbzip2.c"

Completed in 35 milliseconds