Home
last modified time | relevance | path

Searched refs:WSTOPPED (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/bmake/
HDwait.h50 #ifndef WSTOPPED
51 # define WSTOPPED 0177 macro
54 # define WSTOPSIG(x) WSTOPPED
/freebsd-11-stable/contrib/tcsh/
HDtc.wait.h148 # define WSTOPPED 0177 macro
149 # define WIFSTOPPED(x) ((x).w_stopval == WSTOPPED)
150 # define WIFSIGNALED(x) (((x).w_stopval != WSTOPPED) && ((x).w_termsig != 0))
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
HDt_wait_noproc.c147 WSTOPPED, /* SUS compatibility, equal to WUNTRACED */ in get_options6()
192 WSTOPPED, /* SUS compatibility, equal to WUNTRACED */ in get_options4()
HDt_wait.c197 ATF_REQUIRE(wait6(P_PID, pid, &st, WSTOPPED, &wru, &si) == pid); in ATF_TC_BODY()
272 ATF_REQUIRE(wait6(P_PID, pid, &st, WSTOPPED, &wru, &si) == pid); in ATF_TC_BODY()
/freebsd-11-stable/sys/sys/
HDwait.h80 #define WSTOPPED WUNTRACED /* SUS compatibility */ macro
/freebsd-11-stable/lib/libproc/
HDproc_bkpt.c79 } else if (waitpid(proc_getpid(phdl), &status, WSTOPPED) == -1) { in proc_stop()
/freebsd-11-stable/contrib/sendmail/include/sm/
HDconf.h1699 # define WIFEXITED(s) (((union wait*)&(s))->w_stopval != WSTOPPED && \