Searched refs:WSTOPSIG (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/fixincludes/tests/base/sys/
H A Dwait.h13 #define WSTOPSIG(__x) (int)(WIFSTOPPED(__x) ? (int)((((unsigned int)__x) >> 8) & 0xff) : -1) macro
/haiku-buildtools/legacy/gcc/gcc/
H A Dsystem.h257 #ifndef WSTOPSIG
258 #define WSTOPSIG WEXITSTATUS macro
/haiku-buildtools/gcc/libiberty/testsuite/
H A Dtest-pexecute.c62 #ifndef WSTOPSIG
63 #define WSTOPSIG WEXITSTATUS macro
/haiku-buildtools/legacy/binutils/libiberty/testsuite/
H A Dtest-pexecute.c62 #ifndef WSTOPSIG
63 #define WSTOPSIG WEXITSTATUS macro
/haiku-buildtools/binutils/libiberty/testsuite/
H A Dtest-pexecute.c62 #ifndef WSTOPSIG
63 #define WSTOPSIG WEXITSTATUS macro
/haiku-buildtools/gcc/gcc/
H A Dsystem.h388 #ifndef WSTOPSIG
389 #define WSTOPSIG WEXITSTATUS macro

Completed in 86 milliseconds