/src/common/dist/zlib/ |
gzlib.c | 270 gzFile ZEXPORT gzdopen(int fd, const char *mode) { function in typeref:typename:gzFile ZEXPORT
|
gzlib.c | 270 gzFile ZEXPORT gzdopen(int fd, const char *mode) { function in typeref:typename:gzFile ZEXPORT
|
zconf.h | 78 # define gzdopen z_gzdopen macro
|
zconf.h.in | 74 # define gzdopen z_gzdopen macro
|
zconf.h | 78 # define gzdopen z_gzdopen macro
|
zconf.h.in | 74 # define gzdopen z_gzdopen macro
|
/src/common/dist/zlib/contrib/ada/ |
zlib-thin.ads | 184 function gzdopen (fd : Int; mode : Chars_Ptr) return gzFile; subprogspec 403 pragma Import (C, gzdopen, "gzdopen");
|
zlib-thin.ads | 184 function gzdopen (fd : Int; mode : Chars_Ptr) return gzFile; subprogspec 403 pragma Import (C, gzdopen, "gzdopen");
|
/src/common/dist/zlib/test/ |
minigzip.c | 208 static gzFile gzdopen(int fd, const char *mode) { function in typeref:typename:gzFile 536 file = gzdopen(fileno(stdin), "rb"); 537 if (file == NULL) error("can't gzdopen stdin"); 540 file = gzdopen(fileno(stdout), outmode); 541 if (file == NULL) error("can't gzdopen stdout"); 566 file = gzdopen(fileno(stdout), outmode); 567 if (file == NULL) error("can't gzdopen stdout");
|
minigzip.c | 208 static gzFile gzdopen(int fd, const char *mode) { function in typeref:typename:gzFile 536 file = gzdopen(fileno(stdin), "rb"); 537 if (file == NULL) error("can't gzdopen stdin"); 540 file = gzdopen(fileno(stdout), outmode); 541 if (file == NULL) error("can't gzdopen stdout"); 566 file = gzdopen(fileno(stdout), outmode); 567 if (file == NULL) error("can't gzdopen stdout");
|