Searched refs:__WEXITSTATUS (Results 1 – 1 of 1) sorted by relevance
28 #define __WEXITSTATUS(status) (((status) & 0xff00) >> 8) macro34 #define __WSTOPSIG(status) __WEXITSTATUS(status)
Completed in 2 milliseconds