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

/freebsd-10.1-release/usr.bin/gzip/
H A Dunbzip2.c1 /* $NetBSD: unbzip2.c,v 1.13 2009/12/05 03:23:37 mrg Exp $ */
37 unbzip2(int in, int out, char *pre, size_t prelen, off_t *bytes_in) function
H A Dgzip.c257 static off_t unbzip2(int, int, char *, size_t, off_t *);
1475 size = unbzip2(fd, zfd, NULL, 0, NULL);
1718 usize = unbzip2(STDIN_FILENO, STDOUT_FILENO,
2129 #include "unbzip2.c"

Completed in 55 milliseconds