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

/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dwait.h25 #define WIFSIGNALED(w) (((w) & 0xff) != 0x7f && ((w) & 0xff) != 0) macro
/openbsd-current/gnu/usr.bin/binutils/gdb/vx-share/
H A Dwait.h20 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dwait.h18 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdb_wait.h50 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
/openbsd-current/sys/sys/
H A Dwait.h55 #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0) macro
/openbsd-current/gnu/lib/libiberty/src/testsuite/
H A Dtest-pexecute.c47 #define WIFSIGNALED(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f) macro
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsystem.h250 #define WIFSIGNALED(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f) macro
/openbsd-current/gnu/gcc/gcc/
H A Dsystem.h331 #define WIFSIGNALED(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f) macro
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Ddllwrap.c56 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
69 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro
H A Dresrc.c46 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
59 #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
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Ddllwrap.c51 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
64 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro
H A Dresrc.c47 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
60 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro
H A Ddlltool.c282 #define WIFSIGNALED(w) (((w) & 0377) != 0177 && ((w) & ~0377) == 0) macro
295 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro

Completed in 148 milliseconds