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
63 zf_fill(struct z_file *zf) in zf_fill()
92 get_byte(struct z_file *zf, off_t *curoffp) in get_byte()
112 check_header(struct z_file *zf) in check_header()
160 struct z_file *zf; in zf_open()
198 zf = malloc(sizeof(struct z_file)); in zf_open()
201 bzero(zf, sizeof(struct z_file)); in zf_open()
227 struct z_file *zf = (struct z_file *)f->f_fsdata; in zf_close()
238 struct z_file *zf = (struct z_file *)f->f_fsdata; in zf_read()
[all …]