Home
last modified time | relevance | path

Searched refs:zdopen (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libz/
H A Dzopen.c10 FILE *zdopen(int fd, const char *mode);
51 zdopen(int fd, const char *mode) in zdopen() function
H A DSymbol.map112 zdopen;
H A DMakefile9 MLINKS+= zopen.3 zdopen.3
/freebsd/usr.bin/gzip/
H A Dzuncompress.c173 zdopen(int fd) in zdopen() function
H A Dgzip.c275 static FILE *zdopen(int);
1528 if ((in = zdopen(fd)) == NULL) { in file_uncompress()
1807 if ((in = zdopen(STDIN_FILENO)) == NULL) { in handle_stdin()
/freebsd/sbin/savecore/
H A Dsavecore.c113 extern FILE *zdopen(int, const char *);
1169 core = zdopen(fdcore, "w"); in DoFile()