Searched defs:WIFEXITED (Results 1 – 11 of 11) sorted by relevance
44 #define WIFEXITED(w) (!((_W_INT(w)) & 0377)) macro
68 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1))) macro
77 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1))) macro
98 #define WIFEXITED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig == 0) macro
86 #define WIFEXITED(stat) ((int)((stat)&0xFF) == 0) macro
85 #define WIFEXITED(x) (((union __wait*)&(x))->__w_stopval != _WSTOPPED && \ macro
137 #define WIFEXITED(stat) (WLOBYTE(stat) == 0) macro
1665 # define WIFEXITED(s) (((union wait*)&(s))->w_stopval != WSTOPPED && \ macro2880 # define WIFEXITED(st) (((st) & 0377) == 0) macro