Searched refs:oz (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libpz/
H A Dsfdcpzip.c129 Pz_t* oz; local
133 oz = (Pz_t*)sp;
134 sp = oz->io;
137 oz = 0;
194 if (oz && (oz->flags & PZ_WRITE))
233 if (oz)
234 oz->flags |= pz->pz->flags & PZ_INTERNAL;
/ast/src/cmd/probe/
H A Dprobe.c217 int oz; local
228 if ((oz = strlen(processor)) <= nz && !strcmp(processor, ns - oz))
240 oz = sfvalue(nf);
241 if (nz <= 0 || oz <= 0)
243 if (nz > oz)
244 nz = oz;
248 oz = sfread(of, os, nz);
249 if (!nz || !oz)
253 if (!nz && !oz
[all...]
/ast/src/lib/libvcodex/Vcdelta/
H A Dvcdelta.c110 ssize_t ad, md, oz; local
117 if((oz = cz) > 0) /* compute values to be encoded */
145 return oz;
162 ssize_t oz = az; local
186 return oz;
/ast/src/lib/libast/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;
/ast/src/lib/libpp/
H A Dppproto.c86 int oz; /* output buffer size */ member in struct:Proto_s
2216 proto->oz = 3 * n;
2230 proto->oz = 3 * n;
2237 proto->ip = proto->ib = iob + proto->oz + n;
2394 proto->oz += proto->iz;
2410 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
2438 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
2519 else if ((n = read(proto->fd, proto->ob, proto->oz)) <= 0 || (proto->options & REGULAR) && n < proto->oz)
2535 register char* ep = proto->ob + proto->oz
[all...]
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;
/ast/src/cmd/INIT/
H A Dproto.c1315 int oz; member in struct:Proto_s
4484 proto->oz = 3 * n;
4491 proto->ip = proto->ib = iob + proto->oz + n;
4638 proto->oz += proto->iz;
4654 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
4682 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
4762 else if ((n = read(proto->fd, proto->ob, proto->oz)) <= 0 || (proto->options & (1L<<0)) && n < proto->oz)
4778 register char* ep = proto->ob + proto->oz - 2;

Completed in 107 milliseconds