Home | History | Annotate | Download | only in examples

Lines Matching defs:bin

76 /* bin buffered input file type */
83 } bin;
86 local void bclose(bin *in)
97 /* open a buffered file for input, return a pointer to type bin, or NULL on
99 local bin *bopen(char *name)
101 bin *in;
103 in = malloc(sizeof(bin));
120 local int bload(bin *in)
144 local unsigned long bget4(bin *in)
156 local void bskip(bin *in, unsigned skip)
203 local void gzhead(bin *in)
253 local void zpull(z_streamp strm, bin *in)
284 bin *in; /* buffered input file */