findchild
(void)findchild(pid, 0);
cp = findchild(pid, 1);
cp = findchild(pid, 1); /* async-signal-safe: we don't alloc */
if ((cp = findchild(pid, 0)) != NULL) {
static struct child *findchild(pid_t, int);