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

/freebsd-9.3-release/lib/libz/
H A Dzopen.c35 gzFile gz = gzopen(fname, mode);
H A DSymbol.map54 gzopen;
H A Dzlib.h1227 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1246 streams in a file. The append function of gzopen() can be used to create
1248 appending, gzopen does not test whether the file begins with a gzip stream,
1249 nor does it look for the end of the gzip streams to begin appending. gzopen
1252 gzopen can be used to read a file which is not in gzip format; in this
1257 gzopen returns NULL if the file could not be opened, if there was
1260 errno can be checked to determine if the reason gzopen failed was that the
1268 has been previously opened with fopen). The mode parameter is as in gzopen.
1291 gzopen() or gzdopen(), and before any other calls that read or write the
1406 yet. If gzungetc is used immediately after gzopen o
1709 # define gzopen macro
[all...]
H A Dzconf.h75 # define gzopen z_gzopen macro
H A Dgzlib.c271 gzFile ZEXPORT gzopen(path, mode) function
/freebsd-9.3-release/lib/libz/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-9.3-release/sys/net/
H A Dzlib.h873 extern gzFile EXPORT gzopen OF((const char *path, const char *mode));
877 ("wb9"). gzopen can be used to read a file which is not in gzip format;
879 gzopen returns NULL if the file could not be opened or if there was
890 The mode parameter is as in gzopen.
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h1070 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1079 gzopen can be used to read a file which is not in gzip format; in this
1082 gzopen returns NULL if the file could not be opened or if there was
1092 The mode parameter is as in gzopen.
/freebsd-9.3-release/usr.bin/makewhatis/
H A Dmakewhatis.c705 if ((in = gzopen(page->filename, "r")) == NULL) {
/freebsd-9.3-release/contrib/file/
H A Dconfigure14352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gzopen in -lz" >&5
14353 $as_echo_n "checking for gzopen in -lz... " >&6; }
14368 char gzopen ();
14372 return gzopen ();

Completed in 140 milliseconds