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

/freebsd-9.3-release/lib/libstand/
H A Dgzipfs.c48 static int zf_open(const char *path, struct open_file *f);
56 zf_open,
159 zf_open(const char *fname, struct open_file *f) function
190 printf("zf_open: stat failed\n");
195 printf("zf_open: not a file\n");
216 printf("zf_open: inflateInit returned %d : %s\n", error, zf->zf_zstream.msg);

Completed in 45 milliseconds