Searched defs:WIFSTOPPED (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-waitpid.h32 #undef WIFSTOPPED macro
38 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) macro
/freebsd-current/contrib/tcsh/
H A Dmi.wait.h33 #define WIFSTOPPED(s) (__LOW(s) == 0177) /* stopped */ macro
/freebsd-current/sys/sys/
H A Dwait.h53 #define WIFSTOPPED(x) (_WSTATUS(x) == _WSTOPPED) macro
/freebsd-current/contrib/sendmail/include/sm/
H A Dconf.h717 # undef WIFSTOPPED macro
2362 # undef WIFSTOPPED macro
2929 # define WIFSTOPPED(st) (((st) & 0100) == 0) macro

Completed in 122 milliseconds