Home
last modified time | relevance | path

Searched defs:WIFSIGNALED (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/cvs-1.12/lib/
H A Dwait.h25 #define WIFSIGNALED(w) (((w) & 0xff) != 0x7f && ((w) & 0xff) != 0) macro
/dragonfly/contrib/gdb-7/gdb/common/
H A Dgdb_wait.h48 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
/dragonfly/contrib/tcsh-6/
H A Dtc.wait.h150 # define WIFSIGNALED(x) (((x).w_stopval != WSTOPPED) && ((x).w_termsig != 0)) macro
/dragonfly/usr.sbin/cron/cron/
H A Dexterns.h107 #define WIFSIGNALED(x) (WTERMSIG(x) != 0) macro
/dragonfly/sys/sys/
H A Dwait.h58 #define WIFSIGNALED(x) (!WIFSTOPPED(x) && !WIFCONTINUED(x) && !WIFEXITED(x)) macro
/dragonfly/gnu/usr.bin/rcs/lib/
H A Dconf.h317 #define WIFSIGNALED(stat_val) ((unsigned)(stat_val) - 1 < 0377) macro
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsystem.h355 #define WIFSIGNALED(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f) macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsystem.h400 #define WIFSIGNALED(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f) macro