Lines Matching refs:wstatus
612 int p[2], retcode, stopped, wstatus, wstatus_set; in print() local
791 wait3(&wstatus, WUNTRACED, 0)) > 0 && wpid != of_pid) in print()
797 else if (!WIFSTOPPED(wstatus)) { in print()
801 pp->printer, of_pid, WEXITSTATUS(wstatus), in print()
802 WTERMSIG(wstatus)); in print()
828 while ((wpid = wait(&wstatus)) > 0 && wpid != child) in print()
837 retcode = WEXITSTATUS(wstatus); in print()
857 if (wstatus_set && !WIFEXITED(wstatus)) { in print()
859 pp->printer, format, WTERMSIG(wstatus)); in print()
1342 int errfd, retcode, wstatus; in execfilter() local
1356 while ((wpid = wait(&wstatus)) > 0 && in execfilter()
1365 retcode = WEXITSTATUS(wstatus); in execfilter()