Searched defs:gzdopen (Results 1 - 8 of 8) sorted by relevance

/external/libxml2/os400/
H A Dwrappers.h66 #define gzdopen _lx_gzdopen macro
/external/zlib/src/
H A Dgzlib.c284 gzFile ZEXPORT gzdopen(fd, mode) function
H A Dzconf.h66 # define gzdopen z_gzdopen macro
/external/pdfium/third_party/zlib_v128/
H A Dgzlib.c284 gzFile ZEXPORT gzdopen( function
H A Dzconf.h66 # define gzdopen z_gzdopen macro
/external/zlib/src/test/
H A Dminigzip.c179 gzFile gzdopen OF((int, const char *));
189 gzFile gzdopen(fd, mode) function
608 file = gzdopen(fileno(stdin), "rb");
609 if (file == NULL) error("can't gzdopen stdin");
612 file = gzdopen(fileno(stdout), outmode);
613 if (file == NULL) error("can't gzdopen stdout");
638 file = gzdopen(fileno(stdout), outmode);
639 if (file == NULL) error("can't gzdopen stdout");
/external/syslinux/com32/include/
H A Dzconf.h59 # define gzdopen z_gzdopen macro
/external/zlib/
H A Dzconf.h66 # define gzdopen z_gzdopen macro

Completed in 511 milliseconds