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

/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dbsd-waitpid.h32 #undef WIFSTOPPED macro
38 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) macro
/freebsd-12-stable/contrib/tcsh/
H A Dmi.wait.h33 #define WIFSTOPPED(s) (__LOW(s) == 0177) /* stopped */ macro
/freebsd-12-stable/contrib/gdb/gdb/
H A Dgdb_wait.h61 #define WIFSTOPPED(w) ((w)&0x40) macro
64 #define WIFSTOPPED(w) (((w)&0377) == 0177) macro
/freebsd-12-stable/sys/sys/
H A Dwait.h56 #define WIFSTOPPED(x) (_WSTATUS(x) == _WSTOPPED) macro
/freebsd-12-stable/contrib/sendmail/include/sm/
H A Dconf.h717 # undef WIFSTOPPED macro
2359 # undef WIFSTOPPED macro
2926 # define WIFSTOPPED(st) (((st) & 0100) == 0) macro

Completed in 127 milliseconds