Home
last modified time | relevance | path

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

/freebsd/sys/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.c152 file = gzopen(fname, "wb");
169 file = gzopen(fname, "rb");
H A Dexample_original.c144 file = gzopen(fname, "wb");
161 file = gzopen(fname, "rb");
/freebsd/sys/contrib/zlib/test/
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()
/freebsd/lib/libz/
H A Dzopen.c40 gzFile gz = gzopen(fname, mode); in zopen()
H A DSymbol.map70 gzopen;
/freebsd/sys/contrib/zlib/
H A Dzlib.h1883 # define gzopen gzopen64 macro
1901 ZEXTERN gzFile ZEXPORT gzopen(const char *, const char *);
H A Dzconf.h96 # define gzopen z_gzopen macro
H A DChangeLog17 - Fix bug when gzungetc() is used immediately after gzopen()
170 - Fix bug in 'F' mode for gzopen()
185 - Fix bug where gzopen(), gzclose() would write an empty file
229 - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
338 - Clarify how gzopen() appends in zlib.h comments
340 - Add a transparent write mode to gzopen() when 'T' is in the mode
559 - Always gzopen() with O_LARGEFILE if available
560 - Fix gzdirect() to work immediately after gzopen() or gzdopen()
719 - Set extra flags in gzip header in gzopen() like deflate() does
997 - Exit the example.c program if gzopen fails [Truta]
[all …]
H A Dgzlib.c262 gzFile ZEXPORT gzopen(const char *path, const char *mode) { in gzopen() function
H A Dzconf.h.in85 # define gzopen z_gzopen macro
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c81 gzFile fp = gzopen(filename, "rb"); in read_map()
201 gzFile fp = gzopen(tmpname, "w9b"); in write_map()
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzlib.c273 gzFile ZEXPORT gzopen(path, mode) in gzopen() function
/freebsd/contrib/file/
H A Dconfigure.ac211 AC_CHECK_LIB(z, gzopen)
H A Dconfigure15857 char gzopen (void);
15861 return gzopen ();