Home
last modified time | relevance | path

Searched refs:WIFSTOPPED (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dwait.h24 #define WIFSTOPPED(w) (((w) & 0xff) == 0x7f) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dwait.h87 # define WIFSTOPPED(status) __WIFSTOPPED(__WAIT_INT(status)) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdlib.h90 # define WIFSTOPPED(status) __WIFSTOPPED(__WAIT_INT(status)) macro