Lines Matching defs:count
102 int pid, child, status, count, k, j;
174 count = 0;
184 ++count;
190 if (count != nchild) {
192 "Wrong # children waited on, count = %d",
193 count);
268 static void crfile(int me, int count)
276 ft_mkname(fname, dirname, me, count);
309 static void unlfile(int me, int count)
314 i = count - 10;
317 for (; i < count; i++) {
334 static void fussdir(int me, int count)
339 ft_mkname(dir, dirname, me, count);
355 crfile(me, count);
356 crfile(me, count + 1);
372 ft_mkname(fname, dirname, me, count);
376 ft_mkname(fname, dirname, me, count + 1);
410 static void dotest(int me, int count)
418 for (i = 0; i < count; i++) {