Lines Matching defs:count
98 int k, j, pid, child, status, count;
161 count = 0;
170 ++count;
176 if (count != nchild) {
177 tst_resm(TFAIL, "Wrong # children waited on, count = %d",
178 count);
250 static void crfile(int me, int count)
255 ft_mkname(fname, dirname, me, count);
288 static void unlfile(int me, int count)
294 i = count - 10;
299 for (; i < count; i++) {
316 static void fussdir(int me, int count)
321 ft_mkname(dir, dirname, me, count);
337 crfile(me, count);
338 crfile(me, count + 1);
354 ft_mkname(fname, dirname, me, count);
358 ft_mkname(fname, dirname, me, count + 1);
392 static void dotest(int me, int count)
400 for (i = 0; i < count; i++) {