HomeSort by relevance Sort by last modified time
    Searched refs:gzopen (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/jsoncpp/devtools/
tarball.py 32 tar = tarfile.TarFile.gzopen( tarball_path, 'w', compresslevel=compression )
49 tar = tarfile.TarFile.gzopen(tarball_path, mode='r')
  /external/libxml2/os400/
wrappers.h 65 #define gzopen _lx_gzopen macro
wrappers.c 123 f = gzopen(xmlTranscodeResult(path, NULL, &d, NULL),
  /toolchain/binutils/binutils-2.27/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);
zlib.h 1709 # define gzopen macro
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
minigzip.c 209 out = gzopen(outfile, mode);
211 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile);
243 in = gzopen(infile, "rb");
245 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile);
  /external/zlib/src/contrib/iostream2/
zstream.h 67 m_fp = ::gzopen(name, "rb");
181 m_fp = ::gzopen(name, mode);
  /toolchain/binutils/binutils-2.27/zlib/contrib/iostream2/
zstream.h 67 m_fp = ::gzopen(name, "rb");
181 m_fp = ::gzopen(name, mode);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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);
zlib.h 1709 # define gzopen macro
    [all...]
example.c 127 file = gzopen(fname, "wb");
129 fprintf(stderr, "gzopen error\n");
144 file = gzopen(fname, "rb");
146 fprintf(stderr, "gzopen error\n");
  /external/python/cpython2/Modules/zlib/
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);
zlib.h 1709 # define gzopen macro
    [all...]
  /external/python/cpython3/Modules/zlib/
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);
  /external/zlib/src/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);
  /toolchain/binutils/binutils-2.27/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);
  /system/libvintf/
RuntimeInfo-target.cpp 63 gzFile f = gzopen(PROC_CONFIG, "rb");
  /external/syslinux/com32/include/
zlib.h 1575 # define gzopen macro
    [all...]
zconf.h 67 # define gzopen z_gzopen macro
  /external/zlib/src/contrib/pascal/
example.pas 92 zfile := gzopen(fname, 'wb');
95 WriteLn('gzopen error');
120 zfile := gzopen(fname, 'rb');
123 WriteLn('gzopen error');
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlib.h 1455 # define gzopen macro
    [all...]
zconf.h 57 # define gzopen z_gzopen macro
  /toolchain/binutils/binutils-2.27/zlib/contrib/pascal/
example.pas 92 zfile := gzopen(fname, 'wb');
95 WriteLn('gzopen error');
120 zfile := gzopen(fname, 'rb');
123 WriteLn('gzopen error');
  /external/zlib/src/contrib/iostream/
zfstream.cpp 51 if ( (file = gzopen(name, char_mode)) == NULL )
  /toolchain/binutils/binutils-2.27/zlib/contrib/iostream/
zfstream.cpp 51 if ( (file = gzopen(name, char_mode)) == NULL )

Completed in 1622 milliseconds

1 2 3