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

/freebsd-current/usr.bin/gzip/
H A Dzuncompress.c42 static int zread(void *, char *, int);
203 return funopen(zs, zread, NULL, NULL, zclose);
213 zread(void *cookie, char *rbp, int num) function
/freebsd-current/usr.bin/compress/
H A Dzopen.c202 static int zread(void *, char *, int);
453 zread(void *cookie, char *rbp, int num) function
728 return (funopen(zs, zread, NULL, NULL, zclose));

Completed in 61 milliseconds