Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dwait.h42 #ifndef WSTOPPED
43 # define WSTOPPED 0177 macro
46 # define WSTOPSIG(x) WSTOPPED
/freebsd/contrib/tcsh/
H A Dtc.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/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait_noproc.c147 WSTOPPED, /* SUS compatibility, equal to WUNTRACED */ in get_options6()
192 WSTOPPED, /* SUS compatibility, equal to WUNTRACED */ in get_options4()
H A Dt_wait.c209 ATF_REQUIRE(wait6(P_PID, pid, &st, WSTOPPED, &wru, &si) == pid); in ATF_TC_BODY()
284 ATF_REQUIRE(wait6(P_PID, pid, &st, WSTOPPED, &wru, &si) == pid); in ATF_TC_BODY()
/freebsd/sys/sys/
H A Dwait.h79 #define WSTOPPED WUNTRACED /* SUS compatibility */ macro
/freebsd/tests/sys/kern/
H A Dsigwait.c459 ATF_REQUIRE(waitid(P_PID, pid, &si, WSTOPPED) == 0); in test_wait_dequeue_sigchld()
H A Dptrace_test.c4327 REQUIRE_EQ(traced, waitpid(traced, &status, WSTOPPED)); in ATF_TC_BODY()
/freebsd/libexec/flua/modules/
H A Dlposix.c658 lua_pushflag(L, WSTOPPED); in luaopen_posix_sys_wait()
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h1702 # define WIFEXITED(s) (((union wait*)&(s))->w_stopval != WSTOPPED && \