early_child
static struct early_child *children;
static struct early_child *
struct early_child *child = NULL;
child_finish(struct early_child *child)
child_close(struct early_child *child, int force_final, int quiet)
child_reap(struct early_child *child)
struct early_child *child;
int early_child = fork();
EXPECT_OK(early_child);
if (early_child == 0) {