Searched refs:WSTOPPED (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/bmake/ |
| HD | wait.h | 50 #ifndef WSTOPPED 51 # define WSTOPPED 0177 macro 54 # define WSTOPSIG(x) WSTOPPED
|
| /freebsd-11-stable/contrib/tcsh/ |
| HD | 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-11-stable/contrib/netbsd-tests/lib/libc/sys/ |
| HD | t_wait_noproc.c | 147 WSTOPPED, /* SUS compatibility, equal to WUNTRACED */ in get_options6() 192 WSTOPPED, /* SUS compatibility, equal to WUNTRACED */ in get_options4()
|
| HD | t_wait.c | 197 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/ |
| HD | wait.h | 80 #define WSTOPPED WUNTRACED /* SUS compatibility */ macro
|
| /freebsd-11-stable/lib/libproc/ |
| HD | proc_bkpt.c | 79 } else if (waitpid(proc_getpid(phdl), &status, WSTOPPED) == -1) { in proc_stop()
|
| /freebsd-11-stable/contrib/sendmail/include/sm/ |
| HD | conf.h | 1699 # define WIFEXITED(s) (((union wait*)&(s))->w_stopval != WSTOPPED && \
|