Searched refs:gzopen (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | minigzip.c | 178 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 D | example.c | 127 file = gzopen(fname, "wb"); 144 file = gzopen(fname, "rb");
|
| /f-stack/freebsd/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_original.c | 144 file = gzopen(fname, "wb"); 161 file = gzopen(fname, "rb");
|
| H A D | example.c | 152 file = gzopen(fname, "wb"); 169 file = gzopen(fname, "rb");
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | zlib.h | 1860 # define gzopen gzopen64 macro 1876 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
|
| H A D | zconf.h | 88 # define gzopen z_gzopen macro
|
| H A D | ChangeLog | 67 - 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 D | gzlib.c | 273 gzFile ZEXPORT gzopen(path, mode) in gzopen() function
|
| H A D | zconf.h.in | 82 # define gzopen z_gzopen macro
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/draid/ |
| H A D | draid.c | 81 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 D | gzlib.c | 273 gzFile ZEXPORT gzopen(path, mode) in gzopen() function
|