Lines Matching refs:status
89 int count, status;
182 if ((wait(&status)) > 0) {
183 if (status >> 8 != PASS) {
185 "Child exit status = %d",
186 status >> 8);
237 int i, count, status, exit_status;
288 if ((wait(&status)) > 0) {
289 if (status >> 8 != PASS) {
290 printf("Child exit status = %d from child group %d\n",
291 status >> 8, child_process);
393 int status;
400 if ((status = msgctl(tid, IPC_STAT, NULL)) != -1) {