Searched defs:WIFSIGNALED (Results 1 – 6 of 6) sorted by relevance
58 # define WIFSIGNALED(status) __WIFSIGNALED (status) macro
47 # define WIFSIGNALED(status) __WIFSIGNALED (status) macro
400 #define WIFSIGNALED(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f) macro