Searched refs:WEXITSTATUS (Results 1 – 4 of 4) sorted by relevance
25 #define WEXITSTATUS(w) (((w) >> 8) & 0xff) macro27 #define WSTOPSIG WEXITSTATUS
132 exitstatus |= WEXITSTATUS(ret); in exec_kernel_doc()405 exitstatus |= WEXITSTATUS(ret); in find_all_symbols()
82 # define WEXITSTATUS(status) __WEXITSTATUS(__WAIT_INT(status)) macro
85 # define WEXITSTATUS(status) __WEXITSTATUS(__WAIT_INT(status)) macro