Searched refs:zopen (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/usr.bin/compress/
H A Dzopen.h34 FILE *zopen(const char *, const char *, int);
H A DMakefile7 SRCS= compress.c zopen.c
11 # XXX zopen is not part of libc
12 # MAN=zopen.3
H A Dcompress.c60 #include "zopen.h"
223 if ((ofp = zopen(out, "w", bits)) == NULL) {
302 if ((ifp = zopen(in, "r", bits)) == NULL) {
H A Dzopen.c37 static char sccsid[] = "@(#)zopen.c 8.1 (Berkeley) 6/27/93";
57 * zopen(filename, mode, bits)
75 #include "zopen.h"
695 zopen(const char *fname, const char *mode, int bits) function
/freebsd-12-stable/lib/libz/
H A Dzopen.c11 FILE *zopen(const char *fname, const char *mode);
39 zopen(const char *fname, const char *mode) function
H A DMakefile9 MAN= zlib.3 zopen.3
40 SRCS+= zopen.c
/freebsd-12-stable/sbin/savecore/
H A Dsavecore.c100 extern FILE *zopen(const char *, const char *);
769 fp = zopen(corename, "w");

Completed in 266 milliseconds