nchtotal
u_long nchtotal;
nchtotal = total.ncs_goodhits + total.ncs_neghits +
printf("%9ld total name lookups\n",nchtotal);
s.nchcount = nchtotal.ncs_goodhits + nchtotal.ncs_badhits +
nchtotal.ncs_miss + nchtotal.ncs_neghits;
s.nchpathcount = nchtotal.ncs_longhits + nchtotal.ncs_longmiss;
put64(nchtotal.ncs_longhits, NAMEIROW + 1, NAMEICOL + 13, 6, 'D');
putfloat(nchtotal.ncs_longhits * 100.0 / nz(s.nchpathcount),
u_long nchtotal;
nchtotal = nchstats.ncs_goodhits + nchstats.ncs_neghits +
printf("%9ld total component lookups\n", nchtotal);
"", PCT(nchstats.ncs_goodhits, nchtotal),
PCT(nchstats.ncs_neghits, nchtotal));
PCT(nchstats.ncs_badhits, nchtotal),
PCT(nchstats.ncs_falsehits, nchtotal));