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

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

Completed in 113 milliseconds