Searched defs:nz (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/probe/
H A Dprobe.c216 int nz; local
225 if ((ns = sfgetr(nf, '\n', 1)) && (nz = sfvalue(nf) - 1) > 0)
227 ns += nz;
228 if ((oz = strlen(processor)) <= nz && !strcmp(processor, ns - oz))
231 error(2, "%s: %s clashes with %s", path, processor, ns - nz);
238 nz = sfvalue(nf);
241 if (nz <= 0 || oz <= 0)
243 if (nz > oz)
244 nz = oz;
245 if (memcmp(ns, os, nz))
[all...]
/ast/src/lib/libpp/
H A Dppcontrol.c2294 int nz; local
2301 nz = oz * 2;
2302 np = newof(op, long, nz, 0);
2313 pp.constack = nz;
2314 pp.maxcon = np + nz - 1;

Completed in 14 milliseconds