Searched defs:WIFSIGNALED (Results 1 – 4 of 4) sorted by relevance
4 #define WIFSIGNALED(a) 0 macro
54 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f) macro
356 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f) macro395 # define WIFSIGNALED(x) ((x) == 3) macro