Searched defs:oz (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libpp/common/
H A Dppcontrol.c2293 int oz; local
2299 oz = pp.constack;
2300 op = pp.maxcon - oz + 1;
2301 nz = oz * 2;
2312 pp.control = np + oz;
H A Dppproto.c78 int oz; /* output buffer size */ member in struct:proto
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
[all...]
/osnet-11/usr/src/lib/libast/common/comp/
H A Diconv.c268 size_t oz; local
306 oz = 0;
319 if (!(fz = oz))
327 oz = fz;
360 oz = 0;
374 if (!(fz = oz))
382 oz = bz;

Completed in 33 milliseconds