Home | History | Annotate | Download | only in locale

Lines Matching defs:ib

141 	struct ibuf *ib = vp;
142 size_t todo = MIN((size_t)len, ib->buflen - ib->off);
144 memcpy(buf, ib->buf + ib->off, todo);
145 ib->off += todo;
158 struct ibuf ib = {
162 FILE *fp = funopen(&ib, readfn, NULL, NULL, NULL);
186 struct ibuf ib = {
190 FILE *fp = funopen(&ib, readfn, NULL, NULL, NULL);