Searched refs:gzopen (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/lib/libz/
H A Dzopen.c42 gzFile gz = gzopen(fname, mode);
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c183 gzFile gzopen OF((const char *, const char *));
187 gzFile gzopen(path, mode) function
483 out = gzopen(outfile, mode);
485 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile);
522 in = gzopen(infile, "rb");
524 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile);
612 file = gzopen(*argv, "rb");
614 fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv);
H A Dexample.c152 file = gzopen(fname, "wb");
154 fprintf(stderr, "gzopen error\n");
169 file = gzopen(fname, "rb");
171 fprintf(stderr, "gzopen error\n");
H A Dexample_original.c144 file = gzopen(fname, "wb");
146 fprintf(stderr, "gzopen error\n");
161 file = gzopen(fname, "rb");
163 fprintf(stderr, "gzopen error\n");
/freebsd-13-stable/sys/contrib/zlib/test/
H A Dminigzip.c178 gzFile gzopen OF((const char *, const char *));
182 gzFile gzopen(path, mode) function
482 out = gzopen(outfile, mode);
484 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile);
529 in = gzopen(infile, "rb");
531 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile);
623 file = gzopen(*argv, "rb");
625 fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv);
H A Dexample.c127 file = gzopen(fname, "wb");
129 fprintf(stderr, "gzopen error\n");
144 file = gzopen(fname, "rb");
146 fprintf(stderr, "gzopen error\n");
/freebsd-13-stable/sys/contrib/zlib/
H A Dzlib.h1307 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1326 streams in a file. The append function of gzopen() can be used to create
1328 appending, gzopen does not test whether the file begins with a gzip stream,
1329 nor does it look for the end of the gzip streams to begin appending. gzopen
1332 gzopen can be used to read a file which is not in gzip format; in this
1337 gzopen returns NULL if the file could not be opened, if there was
1340 errno can be checked to determine if the reason gzopen failed was that the
1348 has been previously opened with fopen). The mode parameter is as in gzopen.
1371 gzopen() or gzdopen(), and before any other calls that read or write the
1529 yet. If gzungetc is used immediately after gzopen o
1860 # define gzopen macro
[all...]
H A Dzconf.h88 # define gzopen z_gzopen macro
H A Dgzlib.c273 gzFile ZEXPORT gzopen(path, mode) function
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/draid/
H A Ddraid.c81 gzFile fp = gzopen(filename, "rb");
201 gzFile fp = gzopen(tmpname, "w9b");
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A Dgzlib.c273 gzFile ZEXPORT gzopen(path, mode) function
/freebsd-13-stable/contrib/file/
H A Dconfigure14893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gzopen in -lz" >&5
14894 $as_echo_n "checking for gzopen in -lz... " >&6; }
14909 char gzopen ();
14913 return gzopen ();

Completed in 180 milliseconds