Searched refs:zopen (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/sbin/savecore/ |
| H A D | Makefile | 5 SRCS= savecore.c zopen.c
|
| H A D | compress.h | 62 extern FILE *zopen(const char *, const char *,int);
|
| H A D | savecore.c | 55 extern FILE *zopen(const char *fname, const char *mode, int bits); 437 if ((fp = zopen(path, "w", 0)) == NULL) { in save_core() 512 if ((fp = zopen(path, "w", 0)) == NULL) { in save_core()
|
| H A D | zopen.c | 523 zopen(const char *name, const char *mode, int bits) in zopen() function
|
| /openbsd-src/usr.bin/compress/ |
| H A D | compress.h | 63 extern FILE *zopen(const char *, const char *,int);
|
| H A D | Makefile | 4 SRCS= main.c zopen.c gzopen.c zipopen.c nullopen.c
|