Lines Matching refs:oz
78 int oz; /* output buffer size */
2168 proto->oz = 3 * n;
2182 proto->oz = 3 * n;
2189 proto->ip = proto->ib = iob + proto->oz + n;
2336 proto->oz += proto->iz;
2352 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
2380 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
2461 else if ((n = read(proto->fd, proto->ob, proto->oz)) <= 0 || (proto->options & REGULAR) && n < proto->oz)
2477 register char* ep = proto->ob + proto->oz - 2;