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

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

Completed in 147 milliseconds