HomeSort by: relevance | last modified time | path
    Searched refs:unbzip2 (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/gzip/
unbzip2.c 1 /* $NetBSD: unbzip2.c,v 1.14 2017/08/04 07:27:08 mrg Exp $ */
35 unbzip2(int in, int out, char *pre, size_t prelen, off_t *bytes_in) function in typeref:typename:off_t
gzip.c 267 static off_t unbzip2(int, int, char *, size_t, off_t *);
1568 size = unbzip2(fd, zfd, NULL, 0, NULL);
1865 usize = unbzip2(STDIN_FILENO, STDOUT_FILENO,
2284 #include "unbzip2.c"

Completed in 12 milliseconds