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

/haiku-fatelf/src/bin/findutils/lib/
H A Dwait.h26 #define WIFSIGNALED(w) (((w) & 0xff) != 0x7f && ((w) & 0xff) != 0) macro
/haiku-fatelf/src/bin/gdb/gdb/vx-share/
H A Dwait.h20 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
/haiku-fatelf/src/bin/bash/include/
H A Dposixwait.h76 # define WIFSIGNALED(s) (!WIFSTOPPED(s) && !WIFEXITED(s)) macro
H A Dunionwait.h91 #define WIFSIGNALED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig != 0) macro
/haiku-fatelf/src/bin/coreutils/src/
H A Doperand2sig.c32 # define WIFSIGNALED(s) (((s) & 0xFFFF) - 1 < (unsigned int) 0xFF) macro
H A Dkill.c29 # define WIFSIGNALED(s) (((s) & 0xFFFF) - 1 < (unsigned int) 0xFF) macro
H A Dtimeout.c57 # define WIFSIGNALED(s) (((s) & 0xFFFF) - 1 < (unsigned int) 0xFF) macro
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdb_wait.h50 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
/haiku-fatelf/headers/posix/sys/
H A Dwait.h24 #define WIFSIGNALED(value) ((((value) >> 8) & 0xff) != 0) macro
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h90 # define WIFSIGNALED(status) __WIFSIGNALED(__WAIT_INT(status)) macro
/haiku-fatelf/src/bin/rcs/
H A Dconf.h312 #undef WIFSIGNALED /* Avoid 4.3BSD incompatibility with Posix. */ macro
315 #define WIFSIGNALED(stat_val) ((unsigned)(stat_val) - 1 < 0377) macro

Completed in 117 milliseconds