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

/freebsd-current/usr.bin/compress/
H A Dzopen.c201 static int zclose(void *);
320 zclose(void *cookie) function
728 return (funopen(zs, zread, NULL, NULL, zclose));
731 return (funopen(zs, NULL, zwrite, NULL, zclose));
/freebsd-current/usr.bin/gzip/
H A Dzuncompress.c165 zclose(void *zs) function
203 return funopen(zs, zread, NULL, NULL, zclose);

Completed in 112 milliseconds