Searched defs:WIFEXITED (Results 1 – 10 of 10) sorted by relevance
28 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
44 #define WIFEXITED(w) (((w)&0377) == 0) macro
110 #define WIFEXITED(x) (WTERMSIG(x) == 0) macro
57 #define WIFEXITED(x) (_WSTATUS(x) == 0) macro
141 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
310 #define WIFEXITED(stat_val) (((stat_val) & 0377) == 0) macro
361 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
54 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
55 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
406 #define WIFEXITED(S) (((S) & 0xff) == 0) macro