Home
last modified time | relevance | path

Searched refs:WEXITSTATUS (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dwait.h25 #define WEXITSTATUS(w) (((w) >> 8) & 0xff) macro
27 #define WSTOPSIG WEXITSTATUS
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Ddocproc.c132 exitstatus |= WEXITSTATUS(ret); in exec_kernel_doc()
405 exitstatus |= WEXITSTATUS(ret); in find_all_symbols()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dwait.h82 # define WEXITSTATUS(status) __WEXITSTATUS(__WAIT_INT(status)) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdlib.h85 # define WEXITSTATUS(status) __WEXITSTATUS(__WAIT_INT(status)) macro