Searched refs:cause_exit (Results 1 – 1 of 1) sorted by relevance
653 int cause_exit = 0; in waitchildren() local665 if (childerr != 0 && cause_exit == 0) { in waitchildren()668 cause_exit = errno == ENOENT ? 127 : 126; in waitchildren()671 waitall = cause_exit = 1; in waitchildren()675 waitall = cause_exit = 1; in waitchildren()681 if (cause_exit) in waitchildren()682 exit(cause_exit); in waitchildren()