Searched defs:WTERMSIG (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dwait.h35 #define WTERMSIG(w) ((w) & 0x7f) macro
/openbsd-current/gnu/usr.bin/binutils/gdb/vx-share/
H A Dwait.h25 #define WTERMSIG(w) ((w) & 0177) macro
42 #define WTERMSIG(w) (w).w_termsig macro
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dwait.h41 #define WTERMSIG(w) ((w) & 0177) macro
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdb_wait.h73 #define WTERMSIG(w) ((w) & 0177) macro
/openbsd-current/sys/sys/
H A Dwait.h56 #define WTERMSIG(x) (_WSTATUS(x)) macro
/openbsd-current/gnu/lib/libiberty/src/testsuite/
H A Dtest-pexecute.c50 #define WTERMSIG(S) ((S) & 0x7f) macro
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsystem.h253 #define WTERMSIG(S) ((S) & 0x7f) macro
/openbsd-current/gnu/gcc/gcc/
H A Dsystem.h334 #define WTERMSIG(S) ((S) & 0x7f) macro
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Ddllwrap.c59 #define WTERMSIG(w) ((w) & 0177) macro
72 #define WTERMSIG(w) ((w) & 0x7f) macro
H A Dresrc.c49 #define WTERMSIG(w) ((w) & 0177) macro
62 #define WTERMSIG(w) ((w) & 0x7f) macro
H A Ddlltool.c289 #define WTERMSIG(w) ((w) & 0177) macro
302 #define WTERMSIG(w) ((w) & 0x7f) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Ddllwrap.c54 #define WTERMSIG(w) ((w) & 0177) macro
67 #define WTERMSIG(w) ((w) & 0x7f) macro
H A Dresrc.c50 #define WTERMSIG(w) ((w) & 0177) macro
63 #define WTERMSIG(w) ((w) & 0x7f) macro
H A Ddlltool.c285 #define WTERMSIG(w) ((w) & 0177) macro
298 #define WTERMSIG(w) ((w) & 0x7f) macro

Completed in 291 milliseconds