Searched refs:child_groups (Results 1 – 2 of 2) sorted by relevance
78 static int child_groups = 2; variable105 child_groups = atoi(opt_child_groups); in main()162 if ((pidlist = malloc((child_groups * NCHILD) * sizeof(int))) == in runtest()169 for (j = 0; j < child_groups; j++) { in runtest()
1998 child_groups = json.loads(output)2007 self.assertEqual(set(child_groups), set(parent_groups))2009 self.assertEqual(set(desired_gids), set(child_groups))