Home
last modified time | relevance | path

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

/netbsd/usr.bin/xlint/common/
H A Demit.c72 ob.o_len = 1024; in outopen()
73 ob.o_end = (ob.o_buf = ob.o_next = xmalloc(ob.o_len)) + ob.o_len; in outopen()
96 ob.o_len *= 2; in outxbuf()
97 ob.o_buf = xrealloc(ob.o_buf, ob.o_len); in outxbuf()
98 ob.o_end = ob.o_buf + ob.o_len; in outxbuf()
113 if (sz > ob.o_len) in outclr()
H A Dlint.h149 size_t o_len; /* length of buffer */ member
/netbsd/external/bsd/dhcpcd/dist/src/
H A Ddhcp-common.c315 size_t start_len, l, d_len, o_len; in decode_rfc1035() local
320 o_len = 0; in decode_rfc1035()
391 o_len += d_len; in decode_rfc1035()
409 if (o_len != 0) in decode_rfc1035()
410 o_len--; in decode_rfc1035()
412 return (ssize_t)o_len; in decode_rfc1035()