Home
last modified time | relevance | path

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

/freebsd/usr.bin/gzip/
H A Dunbzip2.c37 unbzip2(int in, int out, char *pre, size_t prelen, off_t *bytes_in) in unbzip2() function
H A Dgzip.c271 static off_t unbzip2(int, int, char *, size_t, off_t *);
1514 size = unbzip2(fd, zfd, NULL, 0, NULL); in file_uncompress()
1801 usize = unbzip2(STDIN_FILENO, STDOUT_FILENO, in handle_stdin()