Searched refs:z_close (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/sbin/savecore/ |
| H A D | compress.h | 65 extern int z_close(void *, struct z_info *, const char *, struct stat *);
|
| H A D | zopen.c | 309 z_close(void *cookie, struct z_info *info, const char *name, struct stat *sb) in z_close() function 345 return z_close(cookie, NULL, NULL, NULL); in zclose()
|
| /openbsd-src/usr.bin/compress/ |
| H A D | compress.h | 66 extern int z_close(void *, struct z_info *, const char *, struct stat *);
|
| H A D | main.c | 98 z_close
|
| H A D | zopen.c | 310 z_close(void *cookie, struct z_info *info, const char *name, struct stat *sb) in z_close() function
|