Searched refs:zdopen (Results 1 – 6 of 6) sorted by relevance
10 FILE *zdopen(int fd, const char *mode);51 zdopen(int fd, const char *mode) in zdopen() function
112 zdopen;
9 MLINKS+= zopen.3 zdopen.3
173 zdopen(int fd) in zdopen() function
275 static FILE *zdopen(int);1528 if ((in = zdopen(fd)) == NULL) { in file_uncompress()1807 if ((in = zdopen(STDIN_FILENO)) == NULL) { in handle_stdin()
113 extern FILE *zdopen(int, const char *);1169 core = zdopen(fdcore, "w"); in DoFile()