Lines Matching refs:status
185 int status;
190 status = kill(badboy_pid, SIGKILL);
191 if (status < 0) {
199 int status, pid;
221 pid = waitpid(-1, &status, WUNTRACED);
226 printf("pid %d exited with status %d\n",
227 pid, status);
229 record_status(status);
236 /* *************** status recording ************************* */
238 /* errno status table (max is actually around 127) */
258 printf("errno status ... number of cases\n");