Searched refs:gzopen (Results 1 – 14 of 14) sorted by relevance
| /freebsd/sys/contrib/zlib/test/ |
| H A D | minigzip.c | 232 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 D | example.c | 99 file = gzopen(fname, "wb"); in test_gzio() 116 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 | 83 gzopen;
|
| /freebsd/sys/contrib/zlib/ |
| H A D | zlib.h | 2002 # define gzopen gzopen64 macro 2020 ZEXTERN gzFile ZEXPORT gzopen(const char *, const char *);
|
| H A D | ChangeLog | 68 - 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 D | zconf.h | 109 # define gzopen z_gzopen macro
|
| H A D | gzlib.c | 290 gzFile ZEXPORT gzopen(const char *path, const char *mode) { in gzopen() function
|
| H A D | zconf.h.in | 90 # define gzopen z_gzopen macro
|
| /freebsd/contrib/xz/ |
| H A D | TODO | 50 I/O library is not implemented (similar to gzopen() in zlib).
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | draid.c | 82 gzFile fp = gzopen(filename, "rb"); in read_map() 202 gzFile fp = gzopen(tmpname, "w9b"); in write_map()
|
| /freebsd/sys/contrib/zstd/zlibWrapper/ |
| H A D | gzlib.c | 265 gzFile ZEXPORT gzopen(const char *path, const char *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 ();
|