Lines Matching refs:status
85 int count, status;172 if ((wait(&status)) > 0) {173 if (status >> 8 != 0) {175 "Child exit status = %d",176 status >> 8);205 int ret, status;235 wait(&status);240 if ((!WIFEXITED(status) || (WEXITSTATUS(status) != PASS)))288 int status;294 if ((status = msgctl(tid, IPC_STAT, NULL)) != -1) {