| /src/common/dist/zlib/ |
| gzlib.c | 270 gzFile ZEXPORT gzdopen(int fd, const char *mode) { function
|
| zconf.h | 78 # define gzdopen z_gzdopen macro
|
| /src/external/bsd/zstd/dist/zlibWrapper/ |
| gzlib.c | 275 gzFile ZEXPORT gzdopen(int fd, const char *mode) { function
|
| /src/external/gpl3/binutils/dist/zlib/ |
| gzlib.c | 270 gzFile ZEXPORT gzdopen(int fd, const char *mode) { function
|
| zconf.h | 74 # define gzdopen z_gzdopen macro
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| gzlib.c | 288 gzFile ZEXPORT gzdopen(fd, mode) function
|
| zconf.h | 71 # define gzdopen z_gzdopen macro
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| gzlib.c | 288 gzFile ZEXPORT gzdopen(fd, mode) function
|
| zconf.h | 71 # define gzdopen z_gzdopen macro
|
| /src/external/gpl3/gdb/dist/zlib/ |
| gzlib.c | 270 gzFile ZEXPORT gzdopen(int fd, const char *mode) { function
|
| zconf.h | 74 # define gzdopen z_gzdopen macro
|
| /src/common/dist/zlib/test/ |
| minigzip.c | 208 static gzFile gzdopen(int fd, const char *mode) { function 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");
|
| /src/external/bsd/zstd/dist/zlibWrapper/examples/ |
| minigzip.c | 182 gzFile gzdopen _Z_OF((int, const char *)); 192 gzFile gzdopen(fd, mode) function 562 file = gzdopen(fileno(stdin), "rb"); 563 if (file == NULL) error("can't gzdopen stdin"); 566 file = gzdopen(fileno(stdout), outmode); 567 if (file == NULL) error("can't gzdopen stdout"); 592 file = gzdopen(fileno(stdout), outmode); 593 if (file == NULL) error("can't gzdopen stdout");
|
| /src/external/gpl3/binutils/dist/zlib/test/ |
| minigzip.c | 208 static gzFile gzdopen(int fd, const char *mode) { function 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");
|
| /src/external/gpl3/binutils.old/dist/zlib/test/ |
| minigzip.c | 179 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");
|
| /src/external/gpl3/gdb.old/dist/zlib/test/ |
| minigzip.c | 179 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");
|
| /src/external/gpl3/gdb/dist/zlib/test/ |
| minigzip.c | 208 static gzFile gzdopen(int fd, const char *mode) { function 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");
|