HomeSort by: relevance | last modified time | path
    Searched defs:zclose (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/gzip/
zuncompress.c 164 zclose(void *zs) function in typeref:typename:int
202 return funopen(zs, zread, NULL, NULL, zclose);
  /src/usr.bin/compress/
zopen.c 204 static int zclose(void *);
324 zclose(void *cookie) function in typeref:typename:int
692 return (funopen(zs, zread, NULL, NULL, zclose));
695 return (funopen(zs, NULL, zwrite, NULL, zclose));

Completed in 32 milliseconds