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

/freebsd-9.3-release/lib/libstand/
H A Dbzipfs.c56 struct bz_file struct
64 static int bzf_fill(struct bz_file *z);
85 bzf_fill(struct bz_file *bzf)
114 get_byte(struct bz_file *bzf)
125 check_header(struct bz_file *bzf)
154 struct bz_file *bzf;
191 /* Allocate a bz_file structure, populate it */
192 bzf = malloc(sizeof(struct bz_file));
195 bzero(bzf, sizeof(struct bz_file));
221 struct bz_file *bz
[all...]

Completed in 406 milliseconds