Searched defs:bzf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dbzipfs.c85 bzf_fill(struct bz_file *bzf) argument
90 req = BZ_BUFSIZE - bzf->bzf_bzstream.avail_in;
97 bcopy(bzf->bzf_buf + req, bzf->bzf_buf, BZ_BUFSIZE - req);
100 result = read(bzf->bzf_rawfd, bzf->bzf_buf + bzf->bzf_bzstream.avail_in, req);
101 bzf->bzf_bzstream.next_in = bzf->bzf_buf;
103 bzf
114 get_byte(struct bz_file *bzf) argument
125 check_header(struct bz_file *bzf) argument
154 struct bz_file *bzf; local
221 struct bz_file *bzf = (struct bz_file *)f->f_fsdata; local
232 struct bz_file *bzf = (struct bz_file *)f->f_fsdata; local
268 struct bz_file *bzf = (struct bz_file *)f->f_fsdata; local
312 struct bz_file *bzf = (struct bz_file *)f->f_fsdata; local
353 struct bz_file *bzf = (struct bz_file *)f->f_fsdata; local
[all...]
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c1064 if (bzf != NULL) bzf->lastErr = eee; \
1099 bzFile* bzf = NULL; local
1112 bzf = malloc ( sizeof(bzFile) );
1113 if (bzf == NULL)
1117 bzf->initialisedOk = False;
1118 bzf->bufN = 0;
1119 bzf->handle = f;
1120 bzf->writing = True;
1121 bzf
1146 bzFile* bzf = (bzFile*)b; local
1206 bzFile* bzf = (bzFile*)b; local
1270 bzFile* bzf = NULL; local
1320 bzFile* bzf = (bzFile*)b; local
1343 bzFile* bzf = (bzFile*)b; local
1402 bzFile* bzf = (bzFile*)b; local
[all...]

Completed in 47 milliseconds