Searched refs:gzopen (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/contrib/zstd/zlibWrapper/examples/ |
H A D | minigzip.c | 183 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 D | example.c | 152 file = gzopen(fname, "wb"); 169 file = gzopen(fname, "rb");
|
H A D | example_original.c | 144 file = gzopen(fname, "wb"); 161 file = gzopen(fname, "rb");
|
/freebsd/sys/contrib/zlib/test/ |
H A D | minigzip.c | 204 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 D | example.c | 93 file = gzopen(fname, "wb"); in test_gzio() 110 file = gzopen(fname, "rb"); in test_gzio()
|
/freebsd/lib/libz/ |
H A D | zopen.c | 40 gzFile gz = gzopen(fname, mode); in zopen()
|
H A D | Symbol.map | 70 gzopen;
|
/freebsd/sys/contrib/zlib/ |
H A D | zlib.h | 1883 # define gzopen gzopen64 macro 1901 ZEXTERN gzFile ZEXPORT gzopen(const char *, const char *);
|
H A D | zconf.h | 96 # define gzopen z_gzopen macro
|
H A D | ChangeLog | 17 - 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 D | gzlib.c | 262 gzFile ZEXPORT gzopen(const char *path, const char *mode) { in gzopen() function
|
H A D | zconf.h.in | 85 # define gzopen z_gzopen macro
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | draid.c | 81 gzFile fp = gzopen(filename, "rb"); in read_map() 201 gzFile fp = gzopen(tmpname, "w9b"); in write_map()
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | gzlib.c | 273 gzFile ZEXPORT gzopen(path, mode) in gzopen() function
|
/freebsd/contrib/file/ |
H A D | configure.ac | 211 AC_CHECK_LIB(z, gzopen)
|
H A D | configure | 15857 char gzopen (void); 15861 return gzopen ();
|