Home
last modified time | relevance | path

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

/openbsd-src/sbin/savecore/
H A DMakefile5 SRCS= savecore.c zopen.c
H A Dcompress.h62 extern FILE *zopen(const char *, const char *,int);
H A Dsavecore.c55 extern FILE *zopen(const char *fname, const char *mode, int bits);
437 if ((fp = zopen(path, "w", 0)) == NULL) { in save_core()
512 if ((fp = zopen(path, "w", 0)) == NULL) { in save_core()
H A Dzopen.c523 zopen(const char *name, const char *mode, int bits) in zopen() function
/openbsd-src/usr.bin/compress/
H A Dcompress.h63 extern FILE *zopen(const char *, const char *,int);
H A DMakefile4 SRCS= main.c zopen.c gzopen.c zipopen.c nullopen.c