| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| GZipStream.cs | 21 private static extern IntPtr gzopen(string name, string mode);
method in class:DotZLib.GZipStream 56 _gzFile = gzopen(fileName, String.Format("wb{0}", (int)level));
69 _gzFile = gzopen(fileName, "rb");
|
| /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/ |
| GZipStream.cs | 21 private static extern IntPtr gzopen(string name, string mode);
method in class:DotZLib.GZipStream 56 _gzFile = gzopen(fileName, String.Format("wb{0}", (int)level));
69 _gzFile = gzopen(fileName, "rb");
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| GZipStream.cs | 21 private static extern IntPtr gzopen(string name, string mode);
method in class:DotZLib.GZipStream 56 _gzFile = gzopen(fileName, String.Format("wb{0}", (int)level));
69 _gzFile = gzopen(fileName, "rb");
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| GZipStream.cs | 21 private static extern IntPtr gzopen(string name, string mode);
method in class:DotZLib.GZipStream 56 _gzFile = gzopen(fileName, String.Format("wb{0}", (int)level));
69 _gzFile = gzopen(fileName, "rb");
|
| /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/ |
| GZipStream.cs | 21 private static extern IntPtr gzopen(string name, string mode);
method in class:DotZLib.GZipStream 56 _gzFile = gzopen(fileName, String.Format("wb{0}", (int)level));
69 _gzFile = gzopen(fileName, "rb");
|
| /src/common/dist/zlib/ |
| gzlib.c | 260 gzFile ZEXPORT gzopen(const char *path, const char *mode) { function
|
| zlib.h | 1310 ZEXTERN gzFile ZEXPORT gzopen(const char *path, const char *mode); 1329 streams in a file. The append function of gzopen() can be used to create 1331 appending, gzopen does not test whether the file begins with a gzip stream, 1332 nor does it look for the end of the gzip streams to begin appending. gzopen 1335 gzopen can be used to read a file which is not in gzip format; in this 1340 gzopen returns NULL if the file could not be opened, if there was 1343 errno can be checked to determine if the reason gzopen failed was that the 1351 been previously opened with fopen). The mode parameter is as in gzopen. 1374 after gzopen() or gzdopen(), and before any other calls that read or write 1531 yet. If gzungetc is used immediately after gzopen or gzdopen, at least th 1882 # define gzopen macro [all...] |
| zconf.h | 89 # define gzopen z_gzopen macro
|
| /src/external/bsd/zstd/dist/zlibWrapper/ |
| gzlib.c | 265 gzFile ZEXPORT gzopen(const char *path, const char *mode) { function
|
| /src/external/gpl3/binutils/dist/zlib/ |
| gzlib.c | 260 gzFile ZEXPORT gzopen(const char *path, const char *mode) { function
|
| zlib.h | 1308 ZEXTERN gzFile ZEXPORT gzopen(const char *path, const char *mode); 1327 streams in a file. The append function of gzopen() can be used to create 1329 appending, gzopen does not test whether the file begins with a gzip stream, 1330 nor does it look for the end of the gzip streams to begin appending. gzopen 1333 gzopen can be used to read a file which is not in gzip format; in this 1338 gzopen returns NULL if the file could not be opened, if there was 1341 errno can be checked to determine if the reason gzopen failed was that the 1349 been previously opened with fopen). The mode parameter is as in gzopen. 1372 after gzopen() or gzdopen(), and before any other calls that read or write 1529 yet. If gzungetc is used immediately after gzopen or gzdopen, at least th 1878 # define gzopen macro [all...] |
| zconf.h | 85 # define gzopen z_gzopen macro
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| gzlib.c | 272 gzFile ZEXPORT gzopen(path, mode) function
|
| zlib.h | 1305 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode)); 1324 streams in a file. The append function of gzopen() can be used to create 1326 appending, gzopen does not test whether the file begins with a gzip stream, 1327 nor does it look for the end of the gzip streams to begin appending. gzopen 1330 gzopen can be used to read a file which is not in gzip format; in this 1335 gzopen returns NULL if the file could not be opened, if there was 1338 errno can be checked to determine if the reason gzopen failed was that the 1346 been previously opened with fopen). The mode parameter is as in gzopen. 1369 after gzopen() or gzdopen(), and before any other calls that read or write 1526 yet. If gzungetc is used immediately after gzopen or gzdopen, at least th 1875 # define gzopen macro [all...] |
| zconf.h | 82 # define gzopen z_gzopen macro
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| gzlib.c | 272 gzFile ZEXPORT gzopen(path, mode) function
|
| zlib.h | 1305 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode)); 1324 streams in a file. The append function of gzopen() can be used to create 1326 appending, gzopen does not test whether the file begins with a gzip stream, 1327 nor does it look for the end of the gzip streams to begin appending. gzopen 1330 gzopen can be used to read a file which is not in gzip format; in this 1335 gzopen returns NULL if the file could not be opened, if there was 1338 errno can be checked to determine if the reason gzopen failed was that the 1346 been previously opened with fopen). The mode parameter is as in gzopen. 1369 after gzopen() or gzdopen(), and before any other calls that read or write 1526 yet. If gzungetc is used immediately after gzopen or gzdopen, at least th 1875 # define gzopen macro [all...] |
| /src/external/gpl3/gdb/dist/zlib/ |
| gzlib.c | 260 gzFile ZEXPORT gzopen(const char *path, const char *mode) { function
|
| zlib.h | 1308 ZEXTERN gzFile ZEXPORT gzopen(const char *path, const char *mode); 1327 streams in a file. The append function of gzopen() can be used to create 1329 appending, gzopen does not test whether the file begins with a gzip stream, 1330 nor does it look for the end of the gzip streams to begin appending. gzopen 1333 gzopen can be used to read a file which is not in gzip format; in this 1338 gzopen returns NULL if the file could not be opened, if there was 1341 errno can be checked to determine if the reason gzopen failed was that the 1349 been previously opened with fopen). The mode parameter is as in gzopen. 1372 after gzopen() or gzdopen(), and before any other calls that read or write 1529 yet. If gzungetc is used immediately after gzopen or gzdopen, at least th 1878 # define gzopen macro [all...] |
| /src/common/dist/zlib/test/ |
| minigzip.c | 204 static gzFile gzopen(const char *path, const char *mode) { function 415 out = gzopen(outfile, mode); 417 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile); 460 in = gzopen(infile, "rb"); 462 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile); 551 file = gzopen(*argv, "rb"); 553 fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv);
|
| /src/external/bsd/zstd/dist/zlibWrapper/examples/ |
| minigzip.c | 181 gzFile gzopen _Z_OF((const char *, const char *)); 185 gzFile gzopen(path, mode) function 453 out = gzopen(outfile, mode); 455 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile); 490 in = gzopen(infile, "rb"); 492 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile); 577 file = gzopen(*argv, "rb"); 579 fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv);
|
| /src/external/gpl3/binutils/dist/zlib/test/ |
| minigzip.c | 204 static gzFile gzopen(const char *path, const char *mode) { function 415 out = gzopen(outfile, mode); 417 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile); 460 in = gzopen(infile, "rb"); 462 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile); 551 file = gzopen(*argv, "rb"); 553 fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv);
|
| /src/external/gpl3/binutils.old/dist/zlib/test/ |
| minigzip.c | 178 gzFile gzopen OF((const char *, const char *)); 182 gzFile gzopen(path, mode) function 482 out = gzopen(outfile, mode); 484 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile); 529 in = gzopen(infile, "rb"); 531 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile); 623 file = gzopen(*argv, "rb"); 625 fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv);
|
| /src/external/gpl3/gdb.old/dist/zlib/test/ |
| minigzip.c | 178 gzFile gzopen OF((const char *, const char *)); 182 gzFile gzopen(path, mode) function 482 out = gzopen(outfile, mode); 484 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile); 529 in = gzopen(infile, "rb"); 531 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile); 623 file = gzopen(*argv, "rb"); 625 fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv);
|
| /src/external/gpl3/gdb/dist/zlib/test/ |
| minigzip.c | 204 static gzFile gzopen(const char *path, const char *mode) { function 415 out = gzopen(outfile, mode); 417 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile); 460 in = gzopen(infile, "rb"); 462 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile); 551 file = gzopen(*argv, "rb"); 553 fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv);
|