Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/test/
H A Dminigzip.c232 static gzFile gzopen(const char *path, const char *mode) { in gzopen() function
439 out = gzopen(outfile, mode); in file_compress()
477 in = gzopen(infile, "rb"); in file_uncompress()
564 file = gzopen(*argv, "rb"); in main()
H A Dexample.c99 file = gzopen(fname, "wb"); in test_gzio()
116 file = gzopen(fname, "rb"); in test_gzio()
/freebsd/lib/libz/
H A Dzopen.c40 gzFile gz = gzopen(fname, mode); in zopen()
H A DSymbol.map83 gzopen;
/freebsd/sys/contrib/zlib/
H A Dzlib.h2002 # define gzopen gzopen64 macro
2020 ZEXTERN gzFile ZEXPORT gzopen(const char *, const char *);
H A DChangeLog68 - Fix bug when gzungetc() is used immediately after gzopen()
221 - Fix bug in 'F' mode for gzopen()
236 - Fix bug where gzopen(), gzclose() would write an empty file
280 - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
389 - Clarify how gzopen() appends in zlib.h comments
391 - Add a transparent write mode to gzopen() when 'T' is in the mode
610 - Always gzopen() with O_LARGEFILE if available
611 - Fix gzdirect() to work immediately after gzopen() or gzdopen()
770 - Set extra flags in gzip header in gzopen() like deflate() does
1048 - Exit the example.c program if gzopen fails [Truta]
[all …]
H A Dzconf.h109 # define gzopen z_gzopen macro
H A Dgzlib.c290 gzFile ZEXPORT gzopen(const char *path, const char *mode) { in gzopen() function
H A Dzconf.h.in90 # define gzopen z_gzopen macro
/freebsd/contrib/xz/
H A DTODO50 I/O library is not implemented (similar to gzopen() in zlib).
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c82 gzFile fp = gzopen(filename, "rb"); in read_map()
202 gzFile fp = gzopen(tmpname, "w9b"); in write_map()
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzlib.c265 gzFile ZEXPORT gzopen(const char *path, const char *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 ();