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

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

Completed in 112 milliseconds