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

12

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/zlib/src/
H A DzlibtclStubInit.c56 gzdopen, /* 31 */
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/zlib/
H A DzlibtclStubInit.c56 gzdopen, /* 31 */
H A DzlibtclDecls.h108 ZEXTERN gzFile gzdopen(int fd, const char *mode);
261 #define gzdopen \ macro
/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
H A DtclLoadNone.c24 extern int gzdopen ();
98 { "gzdopen", gzdopen },
H A Dzlib.h675 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
677 gzdopen() associates a gzFile with the file descriptor fd. File
683 descriptor fd. If you want to keep fd open, use gzdopen(dup(fd), mode).
684 gzdopen returns NULL if there was insufficient memory to allocate
/macosx-10.10/zlib-55/zlib/
H A Dminigzip.c397 file = gzdopen(fileno(stdin), "rb");
398 if (file == NULL) error("can't gzdopen stdin");
401 file = gzdopen(fileno(stdout), outmode);
402 if (file == NULL) error("can't gzdopen stdout");
427 file = gzdopen(fileno(stdout), outmode);
428 if (file == NULL) error("can't gzdopen stdout");
H A Dzconf.h59 # define gzdopen z_gzdopen macro
H A Dgzlib.c212 gzFile ZEXPORT gzdopen(fd, mode) function
H A Dzlib.h1197 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1199 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1205 fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd,
1207 gzdopen does not close fd if it fails.
1209 gzdopen returns NULL if there was insufficient memory to allocate the
1212 used until the next gz* read, write, seek, or close operation, so gzdopen
1221 gzopen() or gzdopen(), and before any other calls that read or write the
1321 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1375 reading a gzip stream from the middle of a file using gzdopen().
1385 appending or when using gzdopen() fo
[all...]
H A Dzconf.h.cmakein61 # define gzdopen z_gzdopen
H A Dzconf.h.in59 # define gzdopen z_gzdopen
/macosx-10.10/zlib-55/zlib/contrib/iostream2/
H A Dzstream.h73 m_fp = ::gzdopen(fileno(fp), "rb");
191 m_fp = ::gzdopen(fileno(fp), mode);
/macosx-10.10/hfs-285/CopyHFSMeta/
H A DGather.c106 outf = gzdopen(fd, "wb");
/macosx-10.10/zlib-55/zlib/contrib/iostream/
H A Dzfstream.cpp93 if ( (file = gzdopen(file_descriptor, char_mode)) == NULL )
/macosx-10.10/rsync-45/rsync/zlib/
H A Dzlib.h1086 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1088 gzdopen() associates a gzFile with the file descriptor fd. File
1094 descriptor fd. If you want to keep fd open, use gzdopen(dup(fd), mode).
1095 gzdopen returns NULL if there was insufficient memory to allocate
/macosx-10.10/sudo-73/src/
H A Diolog.c212 vfd = gzdopen(fd, "w");
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A Dzlib.h1115 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1117 gzdopen() associates a gzFile with the file descriptor fd. File
1123 descriptor fd. If you want to keep fd open, use gzdopen(dup(fd), mode).
1124 gzdopen returns NULL if there was insufficient memory to allocate
/macosx-10.10/zlib-55/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)
/macosx-10.10/sudo-73/src/zlib/
H A Dgzlib.c232 gzFile ZEXPORT gzdopen(fd, mode) function
H A Dzlib.h1241 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1243 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1249 fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd,
1251 gzdopen does not close fd if it fails. If you are using fileno() to get the
1257 gzdopen returns NULL if there was insufficient memory to allocate the
1260 used until the next gz* read, write, seek, or close operation, so gzdopen
1268 gzopen() or gzdopen(), and before any other calls that read or write the
1383 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1437 reading a gzip stream from the middle of a file using gzdopen().
1447 appending or when using gzdopen() fo
[all...]
H A Dzconf.h.in73 # define gzdopen z_gzdopen
/macosx-10.10/zlib-55/zlib/old/as400/
H A Dzlib.inc130 D gzdopen PR extproc('gzdopen')
/macosx-10.10/libxml2-26/libxml2/
H A DxmlIO.c642 fd = gzdopen(d, mode);
1162 fd = gzdopen(dup(0), "rb");
1236 fd = gzdopen(dup(1), mode);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c636 fd = gzdopen(d, mode);
1148 fd = gzdopen(dup(0), "rb");
1222 fd = gzdopen(dup(1), mode);
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dgzio.c246 gzFile ZEXPORT gzdopen (fd, mode) function

Completed in 291 milliseconds

12