Searched refs:WSTOPPED (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/bmake/
H A Dwait.h50 #ifndef WSTOPPED
51 # define WSTOPPED 0177 macro
54 # define WSTOPSIG(x) WSTOPPED
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.wait.h149 # define WSTOPPED 0177
150 # define WIFSTOPPED(x) ((x).w_stopval == WSTOPPED)
151 # define WIFSIGNALED(x) (((x).w_stopval != WSTOPPED) && ((x).w_termsig != 0))
/freebsd-9.3-release/sys/sys/
H A Dwait.h80 #define WSTOPPED WUNTRACED /* SUS compatibility */ macro
/freebsd-9.3-release/lib/libproc/
H A Dproc_bkpt.c67 } else if (waitpid(proc_getpid(phdl), &status, WSTOPPED) == -1) {
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dconf.h1676 # define WIFEXITED(s) (((union wait*)&(s))->w_stopval != WSTOPPED && \

Completed in 109 milliseconds