Searched refs:WEXITSTATUS (Results 1 – 4 of 4) sorted by relevance
39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) macro42 #define WSTOPSIG(s) WEXITSTATUS(s)
41 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) macro44 #define WSTOPSIG(s) WEXITSTATUS(s)
42 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) macro45 #define WSTOPSIG(s) WEXITSTATUS(s)