Home | Sort by: relevance | last modified time | path |
/src/usr.bin/gzip/ | |
zuncompress.c | 164 zclose(void *zs) function in typeref:typename:int 202 return funopen(zs, zread, NULL, NULL, zclose); |
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)); |
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)); |