Searched refs:zopen (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/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-14.2/usr.bin/compress/ |
| H A D | zopen.h | 32 FILE *zopen(const char *, const char *, int);
|
| H A D | Makefile | 6 SRCS= compress.c zopen.c
|
| H A D | compress.c | 221 if ((ofp = zopen(out, "w", bits)) == NULL) { in compress() 300 if ((ifp = zopen(in, "r", bits)) == NULL) { in decompress()
|
| H A D | zopen.c | 694 zopen(const char *fname, const char *mode, int bits) in zopen() function
|