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

/netbsd-6-1-5-RELEASE/usr.bin/xlint/common/
H A Demit.c73 ob.o_len = 1024;
74 ob.o_end = (ob.o_buf = ob.o_nxt = xmalloc(ob.o_len)) + ob.o_len;
98 ob.o_len *= 2;
99 ob.o_end = (ob.o_buf = xrealloc(ob.o_buf, ob.o_len)) + ob.o_len;
115 if (sz > ob.o_len)
H A Dlint.h129 size_t o_len; /* length of buffer */ member in struct:ob
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Demit1.c175 tob.o_len = 64;
176 tob.o_buf = tob.o_nxt = xmalloc(tob.o_len);
177 tob.o_end = tob.o_buf + tob.o_len;

Completed in 96 milliseconds