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

/freebsd-current/usr.bin/compress/
H A Dzopen.h32 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.c45 #include "zopen.h"
208 if ((ofp = zopen(out, "w", bits)) == NULL) {
287 if ((ifp = zopen(in, "r", bits)) == NULL) {
H A Dzopen.c52 * zopen(filename, mode, bits)
70 #include "zopen.h"
690 zopen(const char *fname, const char *mode, int bits) function
/freebsd-current/lib/libz/
H A DMakefile8 MAN= zlib.3 zopen.3
9 MLINKS+= zopen.3 zdopen.3
45 SRCS+= zopen.c
H A Dzopen.c9 FILE *zopen(const char *fname, const char *mode);
38 zopen(const char *fname, const char *mode) function

Completed in 80 milliseconds