Lines Matching refs:status
52 int status;56 for (status = 0; status < 64; status++)57 signal(status, execsig);58 while (waitpid(childpid, &status, 0) == -1)60 if (WIFSIGNALED(status))62 signal(WTERMSIG(status), SIG_DFL);63 kill(getpid(), WTERMSIG(status));66 else status = WEXITSTATUS(status);67 exit(status);