Lines Matching refs:child
28 * same directory multiple times. On exit of all child processes,
69 int getchild(int group, int child, int children);
95 printf(" -c Child groups\n");
135 int count, child, status;
160 /* allocate space for list of child pid's */
215 if ((child = wait(&status)) > 0) {
220 child, status);
264 int getchild(int group, int child, int children)
275 } else if (pid == 0) { /* child does this */
288 "Test not inplemented for child %d", child);
292 exit(1); /* If child gets here, something wrong */
323 /* Child routine which attempts to create directories in the test
358 /* Child routine which attempts to remove directories from the
392 /* Child routine which creates and deletes directories in the
440 "Error killing child %d, ERRNO = %d",