Home
last modified time | relevance | path

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

/original-bsd/usr.bin/compress/
H A Dzopen.c178 static int zclose __P((void *));
300 zclose(cookie) in zclose() function
708 return (funopen(zs, zread, NULL, NULL, zclose));
711 return (funopen(zs, NULL, zwrite, NULL, zclose));