Home
last modified time | relevance | path

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

/freebsd/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) in zopen() function
H A DSymbol.map108 zopen;
/freebsd/usr.bin/compress/
H A Dzopen.h32 FILE *zopen(const char *, const char *, int);
H A DMakefile4 SRCS= compress.c zopen.c
H A Dcompress.c208 if ((ofp = zopen(out, "w", bits)) == NULL) { in compress()
287 if ((ifp = zopen(in, "r", bits)) == NULL) { in decompress()
H A Dzopen.c691 zopen(const char *fname, const char *mode, int bits) in zopen() function