Searched refs:zdopen (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/lib/libz/
H A Dzopen.c10 FILE *zdopen(int fd, const char *mode);
51 zdopen(int fd, const char *mode) function
H A DMakefile9 MLINKS+= zopen.3 zdopen.3
/freebsd-current/usr.bin/gzip/
H A Dzuncompress.c168 /* We leave the caller to close the fd passed to zdopen() */
173 zdopen(int fd) function
H A Dgzip.c275 static FILE *zdopen(int);
1528 if ((in = zdopen(fd)) == NULL) {
1529 maybe_warn("zdopen for read: %s", file);
1807 if ((in = zdopen(STDIN_FILENO)) == NULL) {
/freebsd-current/sbin/savecore/
H A Dsavecore.c113 extern FILE *zdopen(int, const char *);
1169 core = zdopen(fdcore, "w");

Completed in 95 milliseconds