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

/freebsd-10-stable/usr.bin/gzip/
H A Dgzip.c261 static FILE *zdopen(int);
1502 if ((in = zdopen(fd)) == NULL) {
1503 maybe_warn("zdopen for read: %s", file);
1737 if ((in = zdopen(STDIN_FILENO)) == NULL) {
H A Dzuncompress.c167 /* We leave the caller to close the fd passed to zdopen() */
172 zdopen(int fd) function

Completed in 160 milliseconds