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

/freebsd-13-stable/usr.bin/gzip/
H A Dzuncompress.c43 static int zread(void *, char *, int);
204 return funopen(zs, zread, NULL, NULL, zclose);
214 zread(void *cookie, char *rbp, int num) function
/freebsd-13-stable/usr.bin/compress/
H A Dzopen.c207 static int zread(void *, char *, int);
458 zread(void *cookie, char *rbp, int num) function
733 return (funopen(zs, zread, NULL, NULL, zclose));

Completed in 107 milliseconds