Lines Matching defs:count
96 int count, child, status, nwait;
133 count = 0;
140 ++count;
147 if (count != nwait) {
148 tst_resm(TFAIL, "\tWrong # children waited on, count = %d",
149 count);
166 int count, child, nwait;
207 count = 0;
214 ++count;
221 if (count != nwait) {
222 tst_resm(TFAIL, "\tWrong # children waited on, count = %d",
223 count);