Home
last modified time | relevance | path

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

/minix3/common/dist/zlib/
H A Dgzio.c78 local gzFile gz_open OF((const char *path, const char *mode, int fd));
99 local gzFile gz_open (path, mode, fd) in gz_open() function
220 return gz_open (path, mode, -1);
236 return gz_open (name, mode, fd);