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

/freebsd-10-stable/usr.bin/gzip/
H A Dzuncompress.c41 static int zread(void *, char *, int);
202 return funopen(zs, zread, NULL, NULL, zclose);
212 zread(void *cookie, char *rbp, int num) function
/freebsd-10-stable/usr.bin/compress/
H A Dzopen.c205 static int zread(void *, char *, int);
456 zread(void *cookie, char *rbp, int num) function
731 return (funopen(zs, zread, NULL, NULL, zclose));

Completed in 299 milliseconds