Home
last modified time | relevance | path

Searched defs:WIFSTOPPED (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-waitpid.h38 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) macro
/freebsd/contrib/tcsh/
H A Dmi.wait.h33 #define WIFSTOPPED(s) (__LOW(s) == 0177) /* stopped */ macro
H A Dtc.wait.h149 # define WIFSTOPPED(x) ((x).w_stopval == WSTOPPED) macro
/freebsd/sys/sys/
H A Dwait.h53 #define WIFSTOPPED(x) (_WSTATUS(x) == _WSTOPPED) macro
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h2929 # define WIFSTOPPED(st) (((st) & 0100) == 0) macro