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

/freebsd-11.0-release/usr.bin/compress/
H A Dzopen.h26 * $FreeBSD: releng/11.0/usr.bin/compress/zopen.h 92920 2002-03-22 01:22:50Z imp $
32 FILE *zopen(const char *, const char *, int);
H A DMakefile5 SRCS= compress.c zopen.c
9 # XXX zopen is not part of libc
10 # MAN=zopen.3
H A Dcompress.c58 #include "zopen.h"
221 if ((ofp = zopen(out, "w", bits)) == NULL) {
300 if ((ifp = zopen(in, "r", bits)) == NULL) {
H A Dzopen.c35 static char sccsid[] = "@(#)zopen.c 8.1 (Berkeley) 6/27/93";
39 __FBSDID("$FreeBSD: releng/11.0/usr.bin/compress/zopen.c 225827 2011-09-28 08:47:17Z bz $");
55 * zopen(filename, mode, bits)
73 #include "zopen.h"
693 zopen(const char *fname, const char *mode, int bits) function
/freebsd-11.0-release/lib/libz/
H A Dzopen.c6 __FBSDID("$FreeBSD: releng/11.0/lib/libz/zopen.c 257462 2013-10-31 18:44:40Z emaste $");
11 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
36 SRCS+= zopen.c
/freebsd-11.0-release/sbin/savecore/
H A Dsavecore.c96 extern FILE *zopen(const char *, const char *);
656 fp = zopen(corename, "w");

Completed in 62 milliseconds