HomeSort by: relevance | last modified time | path
    Searched defs:gzopen (Results 1 - 25 of 27) sorted by relevancy

1 2

  /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/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/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...]
zconf.h 82 # define gzopen z_gzopen macro
  /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/
gzlib.c 288 gzFile ZEXPORT gzopen(const char *path, const char *mode) { function
zlib.h 1359 ZEXTERN gzFile ZEXPORT gzopen(const char *path, const char *mode);
1382 streams in a file. The append function of gzopen() can be used to create
1384 appending, gzopen does not test whether the file begins with a gzip stream,
1385 nor does it look for the end of the gzip streams to begin appending. gzopen
1388 gzopen can be used to read a file which is not in gzip format; in this
1393 gzopen returns NULL if the file could not be opened, if there was
1396 errno can be checked to determine if the reason gzopen failed was that the
1398 open() itself can fail in order to not block. In that case gzopen() will
1399 return NULL and errno will be EAGAIN or ENONBLOCK. The call to gzopen() can
1410 been previously opened with fopen). The mode parameter is as in gzopen. A
2001 # define gzopen macro
    [all...]
  /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);
  /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/common/dist/zlib/test/
minigzip.c 232 static gzFile gzopen(const char *path, const char *mode) { function
439 out = gzopen(outfile, mode);
442 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile);
477 in = gzopen(infile, "rb");
479 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile);
564 file = gzopen(*argv, "rb");
566 fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv);

Completed in 56 milliseconds

1 2