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/mips-linux-gnu_include/bits/
H A Dwaitstatus.h45 #define __WIFSTOPPED(status) (((status) & 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))
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdlib.h90 # define WIFSTOPPED(status) __WIFSTOPPED(__WAIT_INT(status))