Home
last modified time | relevance | path

Searched defs:WSTOPSIG (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/vx-share/
H A Dwait.h23 #define WSTOPSIG(w) ((w) >> 8) macro
40 #define WSTOPSIG(w) (w).w_stopsig macro
/openbsd/gnu/gcc/fixincludes/tests/base/sys/
H A Dwait.h21 #define WSTOPSIG(__x) (int)(WIFSTOPPED(__x) ? (int)((((unsigned int)__x) >> 8) & 0xff) : -1) macro
/openbsd/gnu/usr.bin/cvs/lib/
H A Dwait.h32 #define WSTOPSIG(w) (((w) >> 8) & 0xff) macro
/openbsd/gnu/usr.bin/binutils/include/
H A Dwait.h45 #define WSTOPSIG WEXITSTATUS macro
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdb_wait.h77 #define WSTOPSIG WEXITSTATUS macro
/openbsd/sys/sys/
H A Dwait.h54 #define WSTOPSIG(x) (int)(((unsigned)(x) >> 8) & 0xff) macro
/openbsd/gnu/lib/libiberty/src/testsuite/
H A Dtest-pexecute.c59 #define WSTOPSIG WEXITSTATUS macro
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsystem.h262 #define WSTOPSIG WEXITSTATUS macro
/openbsd/gnu/gcc/gcc/
H A Dsystem.h343 #define WSTOPSIG WEXITSTATUS macro