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

/netbsd-6-1-5-RELEASE/usr.bin/xlint/common/
H A Demit.c74 ob.o_end = (ob.o_buf = ob.o_nxt = xmalloc(ob.o_len)) + ob.o_len;
97 coffs = ob.o_nxt - ob.o_buf;
99 ob.o_end = (ob.o_buf = xrealloc(ob.o_buf, ob.o_len)) + ob.o_len;
100 ob.o_nxt = ob.o_buf + coffs;
112 if (ob.o_buf != ob.o_nxt) {
114 sz = ob.o_nxt - ob.o_buf;
117 if (fwrite(ob.o_buf, sz, 1, lout) != 1)
119 ob.o_nxt = ob.o_buf;
H A Dlint.h127 char *o_buf; /* buffer */ member in struct:ob
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Demit1.c174 if (tob.o_buf == NULL) {
176 tob.o_buf = tob.o_nxt = xmalloc(tob.o_len);
177 tob.o_end = tob.o_buf + tob.o_len;
182 ob.o_nxt = ob.o_buf;
188 return (tob.o_buf);
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/obio/
H A Diwmreg.h140 .equ o_buf, 16
H A Diwm.s798 movel %a6@(o_buf),%a4 | Sector data buffer

Completed in 60 milliseconds