Searched refs:zopen (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libz/ |
H A D | Makefile | 8 MAN= zlib.3 zopen.3 9 MLINKS+= zopen.3 zdopen.3 45 SRCS+= zopen.c
|
H A D | zopen.c | 9 FILE *zopen(const char *fname, const char *mode); 38 zopen(const char *fname, const char *mode) in zopen() function
|
H A D | Symbol.map | 108 zopen;
|
/freebsd/usr.bin/compress/ |
H A D | zopen.h | 32 FILE *zopen(const char *, const char *, int);
|
H A D | Makefile | 4 SRCS= compress.c zopen.c
|
H A D | compress.c | 208 if ((ofp = zopen(out, "w", bits)) == NULL) { in compress() 287 if ((ifp = zopen(in, "r", bits)) == NULL) { in decompress()
|
H A D | zopen.c | 691 zopen(const char *fname, const char *mode, int bits) in zopen() function
|