Searched refs:o_end (Results 1 - 3 of 3) 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;
99 ob.o_end = (ob.o_buf = xrealloc(ob.o_buf, ob.o_len)) + ob.o_len;
130 if (ob.o_nxt == ob.o_end)
196 if (ob.o_nxt == ob.o_end)
209 if ((size_t)(ob.o_end - ob.o_nxt) < 3 * sizeof (int))
H A Dlint.h128 char *o_end; /* first byte after buffer */ member in struct:ob
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Demit1.c177 tob.o_end = tob.o_buf + tob.o_len;

Completed in 106 milliseconds