Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dgzipfs.c35 struct z_file struct
44 static int zf_fill(struct z_file *z); argument
64 zf_fill(struct z_file *zf) in zf_fill()
93 get_byte(struct z_file *zf, off_t *curoffp) in get_byte()
113 check_header(struct z_file *zf) in check_header()
161 struct z_file *zf; in zf_open()
199 zf = malloc(sizeof(struct z_file)); in zf_open()
202 bzero(zf, sizeof(struct z_file)); in zf_open()
228 struct z_file *zf = (struct z_file *)f->f_fsdata; in zf_close()
239 struct z_file *zf = (struct z_file *)f->f_fsdata; in zf_read()
[all …]