Searched refs:unbzip2 (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/gzip/ |
H A D | unbzip2.c | 37 unbzip2(int in, int out, char *pre, size_t prelen, off_t *bytes_in) in unbzip2() function
|
H A D | gzip.c | 271 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()
|