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

1 2 3 4 5

  /src/sbin/savecore/
zopen.c 33 gzFile gz = gzopen(fname, mode);
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
gzrewrite.c 19 if ((foo = gzopen (path, "rb")) == NULL)
71 if ((foo = gzopen ("tmpdir/one.gz", "wb")) == NULL)
77 if ((foo = gzopen ("tmpdir/two.gz", "wb")) == NULL)
108 if ((foo = gzopen ("tmpdir/two.gz", "wb")) == NULL)
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-regression/
gzrewrite.c 19 if ((foo = gzopen (path, "rb")) == NULL)
71 if ((foo = gzopen ("tmpdir/one.gz", "wb")) == NULL)
77 if ((foo = gzopen ("tmpdir/two.gz", "wb")) == NULL)
108 if ((foo = gzopen ("tmpdir/two.gz", "wb")) == NULL)
  /src/distrib/utils/zcat/
zcat.c 107 zfp = gzopen(*argv, "rb");
109 error("can't gzopen `%s'", *argv);
  /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/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/
minigzip.c 283 out = gzopen(outfile, mode);
285 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile);
322 in = gzopen(infile, "rb");
324 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile);
412 file = gzopen(*argv, "rb");
414 fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv);
  /src/external/gpl3/binutils.old/dist/zlib/
minigzip.c 283 out = gzopen(outfile, mode);
285 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile);
322 in = gzopen(infile, "rb");
324 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile);
412 file = gzopen(*argv, "rb");
414 fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv);
  /src/external/gpl3/gdb/dist/zlib/
minigzip.c 283 out = gzopen(outfile, mode);
285 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile);
322 in = gzopen(infile, "rb");
324 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile);
412 file = gzopen(*argv, "rb");
414 fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv);
  /src/external/gpl3/gdb.old/dist/zlib/
minigzip.c 283 out = gzopen(outfile, mode);
285 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile);
322 in = gzopen(infile, "rb");
324 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile);
412 file = gzopen(*argv, "rb");
414 fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv);
  /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/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/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/common/dist/zlib/contrib/iostream2/
zstream.h 67 m_fp = ::gzopen(name, "rb");
181 m_fp = ::gzopen(name, mode);
  /src/external/gpl3/binutils/dist/zlib/contrib/iostream2/
zstream.h 67 m_fp = ::gzopen(name, "rb");
181 m_fp = ::gzopen(name, mode);
  /src/external/gpl3/binutils.old/dist/zlib/contrib/iostream2/
zstream.h 67 m_fp = ::gzopen(name, "rb");
181 m_fp = ::gzopen(name, mode);
  /src/external/gpl3/gdb/dist/zlib/contrib/iostream2/
zstream.h 67 m_fp = ::gzopen(name, "rb");
181 m_fp = ::gzopen(name, mode);
  /src/external/gpl3/gdb.old/dist/zlib/contrib/iostream2/
zstream.h 67 m_fp = ::gzopen(name, "rb");
181 m_fp = ::gzopen(name, mode);
  /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/common/dist/zlib/contrib/pascal/
example.pas 92 zfile := gzopen(fname, 'wb');
95 WriteLn('gzopen error');
120 zfile := gzopen(fname, 'rb');
123 WriteLn('gzopen error');

Completed in 27 milliseconds

1 2 3 4 5