Home
last modified time | relevance | path

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

/openbsd-src/sbin/savecore/
H A Dcompress.h65 extern int z_close(void *, struct z_info *, const char *, struct stat *);
H A Dzopen.c309 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 Dcompress.h66 extern int z_close(void *, struct z_info *, const char *, struct stat *);
H A Dmain.c98 z_close
H A Dzopen.c310 z_close(void *cookie, struct z_info *info, const char *name, struct stat *sb) in z_close() function