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

/haiku-fatelf/src/bin/findutils/lib/
H A Dwait.h36 #define WTERMSIG(w) ((w) & 0x7f) macro
/haiku-fatelf/src/bin/gdb/gdb/vx-share/
H A Dwait.h25 #define WTERMSIG(w) ((w) & 0177) macro
42 #define WTERMSIG(w) (w).w_termsig macro
/haiku-fatelf/src/bin/bash/include/
H A Dposixwait.h60 # define WTERMSIG(s) ((s) & 0177) macro
90 # define WTERMSIG(s) ((s).w_termsig) macro
H A Dunionwait.h93 #define WTERMSIG(x) ((x).w_termsig) macro
/haiku-fatelf/src/bin/coreutils/src/
H A Doperand2sig.c35 # define WTERMSIG(s) ((s) & 0x7F) macro
H A Dkill.c32 # define WTERMSIG(s) ((s) & 0x7F) macro
H A Dtimeout.c60 # define WTERMSIG(s) ((s) & 0x7F) macro
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdb_wait.h73 #define WTERMSIG(w) ((w) & 0177) macro
/haiku-fatelf/headers/posix/sys/
H A Dwait.h25 #define WTERMSIG(value) (((value) >> 8) & 0xff) macro
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h87 # define WTERMSIG(status) __WTERMSIG(__WAIT_INT(status)) macro
/haiku-fatelf/src/bin/rcs/
H A Dconf.h311 #define WTERMSIG(stat_val) ((stat_val) & 0177) macro

Completed in 184 milliseconds