Searched refs:WIFSIGNALED (Results 1 – 4 of 4) sorted by relevance
50 #ifndef WIFSIGNALED51 #define WIFSIGNALED(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f) macro272 if (!WIFSIGNALED (status) || WTERMSIG (status) != SIGABRT) in main()
38 #ifndef WIFSIGNALED39 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro51 #ifndef WIFSIGNALED52 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro413 else if (WIFSIGNALED (wait_status)) in run()
285 #ifndef WIFSIGNALED286 #define WIFSIGNALED(w) (((w) & 0377) != 0177 && ((w) & ~0377) == 0) macro298 #ifndef WIFSIGNALED299 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro1371 else if (WIFSIGNALED (wait_status)) in run()
42 #ifndef WIFSIGNALED43 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro55 #ifndef WIFSIGNALED56 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro290 else if (WIFSIGNALED (wait_status)) in run_cmd()