Searched defs:WIFEXITED (Results 1 – 5 of 5) sorted by relevance
68 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1))) macro
96 #define WIFEXITED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig == 0) macro
86 #define WIFEXITED(stat) ((int)((stat)&0xFF) == 0) macro
135 #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