Searched refs:gzdopen (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/distrib/utils/zcat/
H A Dzcat.c85 zfp = gzdopen(fileno(stdin), "rb");
87 error("can't gzdopen stdin");
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/iostream2/
H A Dzstream.h75 m_fp = ::gzdopen(fileno(fp), "rb");
193 m_fp = ::gzdopen(fileno(fp), mode);
/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Dminigzip.c306 file = gzdopen(fileno(stdin), "rb");
307 if (file == NULL) error("can't gzdopen stdin");
310 file = gzdopen(fileno(stdout), outmode);
311 if (file == NULL) error("can't gzdopen stdout");
H A Dzlib.h1087 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1089 gzdopen() associates a gzFile with the file descriptor fd. File
1095 descriptor fd. If you want to keep fd open, use gzdopen(dup(fd), mode).
1096 gzdopen returns NULL if there was insufficient memory to allocate
H A Dgzio.c225 gzFile ZEXPORT gzdopen (fd, mode) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/iostream2/
H A Dzstream.h73 m_fp = ::gzdopen(fileno(fp), "rb");
191 m_fp = ::gzdopen(fileno(fp), mode);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Dminigzip.c304 file = gzdopen(fileno(stdin), "rb");
305 if (file == NULL) error("can't gzdopen stdin");
308 file = gzdopen(fileno(stdout), outmode);
309 if (file == NULL) error("can't gzdopen stdout");
H A Dzlib.h1085 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1087 gzdopen() associates a gzFile with the file descriptor fd. File
1093 descriptor fd. If you want to keep fd open, use gzdopen(dup(fd), mode).
1094 gzdopen returns NULL if there was insufficient memory to allocate
H A Dgzio.c219 gzFile ZEXPORT gzdopen (fd, mode) function
/netbsd-6-1-5-RELEASE/usr.bin/grep/
H A Dfile.c198 (gzbufdesc = gzdopen(f->fd, "r")) == NULL)
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/iostream/
H A Dzfstream.cpp93 if ( (file = gzdopen(file_descriptor, char_mode)) == NULL )
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/iostream/
H A Dzfstream.cpp93 if ( (file = gzdopen(file_descriptor, char_mode)) == NULL )
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/iostream3/
H A Dzfstream.cc89 // Build mode string for gzdopen and check it [27.8.1.3.2]
95 if ((file = gzdopen(fd, char_mode)) == NULL)
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/zmod/
H A Dzlib.h1087 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1089 gzdopen() associates a gzFile with the file descriptor fd. File
1095 descriptor fd. If you want to keep fd open, use gzdopen(dup(fd), mode).
1096 gzdopen returns NULL if there was insufficient memory to allocate
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/iostream3/
H A Dzfstream.cc89 // Build mode string for gzdopen and check it [27.8.1.3.2]
95 if ((file = gzdopen(fd, char_mode)) == NULL)
/netbsd-6-1-5-RELEASE/sys/net/
H A Dzlib.h979 ZEXTERN gzFile ZEXPORT gzdopen(int, const char *);
981 gzdopen() associates a gzFile with the file descriptor fd. File
987 descriptor fd. If you want to keep fd open, use gzdopen(dup(fd), mode).
988 gzdopen returns NULL if there was insufficient memory to allocate
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/stand/mkbootimage/
H A Dmkbootimage.c357 gzf = gzdopen(dup(prep_fd), "a");
520 gzf = gzdopen(dup(rs6000_fd), "a");
746 gzf = gzdopen(dup(bebox_fd), "a");
/netbsd-6-1-5-RELEASE/common/dist/zlib/as400/
H A Dzlib.inc130 D gzdopen PR extproc('gzdopen')
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/as400/
H A Dzlib.inc130 D gzdopen PR extproc('gzdopen')
/netbsd-6-1-5-RELEASE/libexec/makewhatis/
H A Dmakewhatis.c844 if ((in = gzdopen(pipefd[0], "r")) == NULL) {
/netbsd-6-1-5-RELEASE/tools/compat/
H A Dconfigure2265 echo "$as_me:2265: checking for gzdopen in -lz" >&5
2266 echo $ECHO_N "checking for gzdopen in -lz... $ECHO_C" >&6
2282 char gzdopen ();
2286 gzdopen (); function

Completed in 401 milliseconds