Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/test/
H A Dminigzip.c178 gzFile gzopen OF((const char *, const char *));
182 gzFile gzopen(path, mode) in gzopen() function
482 out = gzopen(outfile, mode);
529 in = gzopen(infile, "rb");
623 file = gzopen(*argv, "rb");
H A Dexample.c127 file = gzopen(fname, "wb");
144 file = gzopen(fname, "rb");
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c183 gzFile gzopen OF((const char *, const char *));
187 gzFile gzopen(path, mode) in gzopen() function
483 out = gzopen(outfile, mode);
522 in = gzopen(infile, "rb");
612 file = gzopen(*argv, "rb");
H A Dexample_original.c144 file = gzopen(fname, "wb");
161 file = gzopen(fname, "rb");
H A Dexample.c152 file = gzopen(fname, "wb");
169 file = gzopen(fname, "rb");
/f-stack/freebsd/contrib/zlib/
H A Dzlib.h1860 # define gzopen gzopen64 macro
1876 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
H A Dzconf.h88 # define gzopen z_gzopen macro
H A DChangeLog67 - Fix bug in 'F' mode for gzopen()
82 - Fix bug where gzopen(), gzclose() would write an empty file
126 - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
235 - Clarify how gzopen() appends in zlib.h comments
456 - Always gzopen() with O_LARGEFILE if available
457 - Fix gzdirect() to work immediately after gzopen() or gzdopen()
894 - Exit the example.c program if gzopen fails [Truta]
964 - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE
1003 - Fix bug in gzopen() on single-byte file 0x1f
1376 - allow "a" as mode in gzopen.
[all …]
H A Dgzlib.c273 gzFile ZEXPORT gzopen(path, mode) in gzopen() function
H A Dzconf.h.in82 # define gzopen z_gzopen macro
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/draid/
H A Ddraid.c81 gzFile fp = gzopen(filename, "rb"); in read_map()
201 gzFile fp = gzopen(tmpname, "w9b"); in write_map()
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzlib.c273 gzFile ZEXPORT gzopen(path, mode) in gzopen() function