Searched refs:WEXITSTATUS (Results 1 – 3 of 3) sorted by relevance
38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) macro41 #define WSTOPSIG(s) WEXITSTATUS(s)
107 #ifndef WEXITSTATUS108 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro
75 status = WEXITSTATUS(status);