Searched refs:WSTOPPED (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/bmake/ |
| H A D | wait.h | 42 #ifndef WSTOPPED 43 # define WSTOPPED 0177 macro 46 # define WSTOPSIG(x) WSTOPPED
|
| /freebsd/contrib/tcsh/ |
| H A D | tc.wait.h | 148 # 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 D | t_wait_noproc.c | 147 WSTOPPED, /* SUS compatibility, equal to WUNTRACED */ in get_options6() 192 WSTOPPED, /* SUS compatibility, equal to WUNTRACED */ in get_options4()
|
| H A D | t_wait.c | 209 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 D | wait.h | 79 #define WSTOPPED WUNTRACED /* SUS compatibility */ macro
|
| /freebsd/tests/sys/kern/ |
| H A D | sigwait.c | 459 ATF_REQUIRE(waitid(P_PID, pid, &si, WSTOPPED) == 0); in test_wait_dequeue_sigchld()
|
| H A D | ptrace_test.c | 4327 REQUIRE_EQ(traced, waitpid(traced, &status, WSTOPPED)); in ATF_TC_BODY()
|
| /freebsd/libexec/flua/modules/ |
| H A D | lposix.c | 658 lua_pushflag(L, WSTOPPED); in luaopen_posix_sys_wait()
|
| /freebsd/contrib/sendmail/include/sm/ |
| H A D | conf.h | 1702 # define WIFEXITED(s) (((union wait*)&(s))->w_stopval != WSTOPPED && \
|