Searched defs:WIFSIGNALED (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dbsd-waitpid.h35 #undef WIFSIGNALED macro
41 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w)) macro
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdb_wait.h50 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
/freebsd-10-stable/usr.sbin/cron/cron/
H A Dexterns.h107 #define WIFSIGNALED(x) (WTERMSIG(x) != 0) macro
/freebsd-10-stable/contrib/tcsh/
H A Dmi.wait.h32 #define WIFSIGNALED(s) ((((unsigned int)(s)-1) & 0xFFFF) < 0xFF) /* signaled */ macro
/freebsd-10-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c51 #define WIFSIGNALED(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f) macro
/freebsd-10-stable/contrib/groff/src/roff/groff/
H A Dpipeline.c50 #define WIFSIGNALED(s) (((s) & 0377) != 0 && (((s) & 0377) != 0177)) macro
/freebsd-10-stable/sys/sys/
H A Dwait.h56 #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0 && (x) != 0x13) macro
/freebsd-10-stable/contrib/gcc/
H A Dsystem.h331 #define WIFSIGNALED(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f) macro
/freebsd-10-stable/contrib/binutils/binutils/
H A Ddllwrap.c48 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
61 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro
H A Dresrc.c49 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
62 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro
H A Ddlltool.c286 #define WIFSIGNALED(w) (((w) & 0377) != 0177 && ((w) & ~0377) == 0) macro
299 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro
/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Dconf.h313 #undef WIFSIGNALED /* Avoid 4.3BSD incompatibility with Posix. */ macro
316 #define WIFSIGNALED(stat_val) ((unsigned)(stat_val) - 1 < 0377) macro
/freebsd-10-stable/contrib/sendmail/include/sm/
H A Dconf.h2338 # undef WIFSIGNALED macro
/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp60 #define WIFSIGNALED(s) (((s) & 0377) != 0 && (((s) & 0377) != 0177)) macro

Completed in 223 milliseconds