Searched refs:gz_open (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/lib/libz/
H A Dgzlib.c23 local gzFile gz_open OF((const void *, int, const char *));
94 local gzFile gz_open(path, fd, mode) function
275 return gz_open(path, -1, mode);
283 return gz_open(path, -1, mode);
301 gz = gz_open(path, fd, mode);
312 return gz_open(path, -2, mode);
/freebsd-9.3-release/lib/libz/test/
H A Dminigzip.c180 gzFile gz_open OF((const char *, int, const char *));
186 return gz_open(path, -1, mode);
193 return gz_open(NULL, fd, mode);
196 gzFile gz_open(path, fd, mode) function
/freebsd-9.3-release/sys/net/
H A Dzlib.h1015 extern gzFile gz_open OF((const char *path, const char *mode,
/freebsd-9.3-release/sys/kern/
H A Dkern_gzio.c83 gz_open return NULL if the file could not be opened or if there was
88 gzFile gz_open (path, mode, vp) function
146 log(LOG_ERR, "gz_open: mode is not w (%c)\n", s->mode);
H A Dimgact_elf.c1207 gzfile = gz_open("", gzopen_flags, vp);

Completed in 137 milliseconds