Home
last modified time | relevance | path

Searched refs:gzopen (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/t/
H A Dcz-14gzopen.t157 ok $f = gzopen($file, "rb") ;
228 ok my $fil = gzopen($name, "wb"), " gzopen ok" ;
233 ok $fil = gzopen($name, "rb"), " gzopen" ;
260 ok my $fil = gzopen($name, "wb"), " gzopen" ;
265 ok $fil = gzopen($name, "rb"), " gzopen" ;
296 ok $fil = gzopen($name, "wb"), ' gzopen for write ok' ;
302 ok $fil = gzopen($name, "rb"), ' gzopen for read ok' ;
441 eval ' $fil = gzopen() ' ;
467 ok $fil = gzopen($name, "wb"), ' gzopen for writing' ;
479 ok $fil = gzopen($name, "wb"), " gzopen for writing" ;
[all …]
H A Dcz-08encoding.t95 title "gzopen" ;
102 ok my $fil = gzopen($name, "wb"), " gzopen for write ok" ;
108 ok $fil = gzopen($name, "rb"), " gzopen for read ok" ;
135 ok my $fil = gzopen($name, "wb"), " gzopen for write ok" ;
H A Dcz-03zlib-v1.t364 # uncompress with gzopen
394 # uncompress with gzopen
530 ok $fil = gzopen($name, "wb") ;
535 ok $fil = gzopen($name, "rb") ;
542 ok $fil = gzopen($name, "rb") ;
839 eval { gzopen([], 0) ; } ;
844 # eval { gzopen($x, 0) ; } ;
1172 $fil = gzopen($name, "rb") ;
1199 $fil = gzopen($name, "wb") ;
1208 $fil = gzopen($name, "ab") ;
[all …]
H A Dcz-06gzsetp.t64 ok my $x = gzopen($name, "wb");
82 ok my $k = gzopen($name, "rb") ;
/openbsd/gnu/usr.bin/perl/cpan/IO-Zlib/t/
H A Dexternal.t51 ok(8, \&IO::Zlib::gzopen == \&IO::Zlib::gzopen_external ||
52 ($hasCompressZlib && \&IO::Zlib::gzopen == \&Compress::Zlib::gzopen));
57 ok(10, ($hasCompressZlib && \&IO::Zlib::gzopen == \&Compress::Zlib::gzopen) ||
64 ok(13, \&IO::Zlib::gzopen == \&IO::Zlib::gzopen_external);
/openbsd/gnu/usr.bin/perl/cpan/IO-Zlib/
H A DZlib.pm408 undef *gzopen;
409 *gzopen = \&gzopen_external;
421 *gzopen = \&Compress::Zlib::gzopen;
473 $self->{'file'} = gzopen($filename,$mode);
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DTarzip.pm79 my $gz = Compress::Zlib::gzopen($write, "wb")
101 my $gz = Compress::Zlib::gzopen($read, "rb")
148 my $gz = Compress::Zlib::gzopen($read, "rb")
192 my $gz = Compress::Zlib::gzopen($file,"rb") or
/openbsd/regress/lib/libz/
H A Dminigzip.c204 static gzFile gzopen(const char *path, const char *mode) { in gzopen() function
415 out = gzopen(outfile, mode); in file_compress()
460 in = gzopen(infile, "rb"); in file_uncompress()
551 file = gzopen(*argv, "rb"); in main()
H A Dexample.c93 file = gzopen(fname, "wb"); in test_gzio()
110 file = gzopen(fname, "rb"); in test_gzio()
/openbsd/distrib/special/gzip/
H A DMakefile4 SRCS= main.c gzopen.c
/openbsd/usr.bin/compress/
H A DMakefile4 SRCS= main.c zopen.c gzopen.c zipopen.c nullopen.c
/openbsd/lib/libz/
H A DSymbols.list49 gzopen
H A Dzlib.h1893 # define gzopen gzopen64 macro
1911 ZEXTERN gzFile ZEXPORT gzopen(const char *, const char *);
H A Dzconf.h84 # define gzopen z_gzopen macro
H A DChangeLog20 - Fix bug when gzungetc() is used immediately after gzopen()
173 - Fix bug in 'F' mode for gzopen()
188 - Fix bug where gzopen(), gzclose() would write an empty file
232 - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
341 - Clarify how gzopen() appends in zlib.h comments
562 - Always gzopen() with O_LARGEFILE if available
1000 - Exit the example.c program if gzopen fails [Truta]
1070 - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE
1109 - Fix bug in gzopen() on single-byte file 0x1f
1482 - allow "a" as mode in gzopen
[all …]
H A Dgzlib.c263 gzFile ZEXPORT gzopen(const char *path, const char *mode) { in gzopen() function
/openbsd/sys/lib/libz/
H A Dzlib.h1893 # define gzopen gzopen64 macro
1911 ZEXTERN gzFile ZEXPORT gzopen(const char *, const char *);
H A Dzconf.h84 # define gzopen z_gzopen macro
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzlib.h1878 # define gzopen gzopen64 macro
1896 ZEXTERN gzFile ZEXPORT gzopen(const char *, const char *);
H A Dzconf.h85 # define gzopen z_gzopen macro
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/compress/
H A DCompTestUtils.pm235 my $fil = gzopen($filename, "rb")
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/
H A DCompTestUtils.pm194 my $fil = gzopen($filename, "rb")
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/compress/
H A DCompTestUtils.pm194 my $fil = gzopen($filename, "rb")
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/
H A DZlib.pm107 sub gzopen($$) subroutine
/openbsd/gnu/usr.bin/perl/
H A DREADME.cygwin681 ext/Compress-Zlib/t/14gzopen.t

12