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

/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dwait.h38 #define WEXITSTATUS(w) (((w) >> 8) & 0xff) macro
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dwait.h37 #define WEXITSTATUS(w) (((w) >> 8) & 0377) /* same as WRETCODE */ macro
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdb_wait.h69 #define WEXITSTATUS(w) (((w) >> 8) & 0377) /* same as WRETCODE */ macro
/openbsd-current/sys/sys/
H A Dwait.h58 #define WEXITSTATUS(x) (int)(((unsigned)(x) >> 8) & 0xff) macro
/openbsd-current/gnu/lib/libiberty/src/testsuite/
H A Dtest-pexecute.c56 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
[all...]
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Dsystem.h118 #define WEXITSTATUS(stat_val) ((unsigned) (stat_val) >> 8) macro
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsystem.h259 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
/openbsd-current/gnu/gcc/gcc/
H A Dsystem.h340 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Ddllwrap.c62 #define WEXITSTATUS(w) (((w) >> 8) & 0377) macro
75 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) macro
H A Dresrc.c52 #define WEXITSTATUS(w) (((w) >> 8) & 0377) macro
65 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) macro
H A Ddlltool.c292 #define WEXITSTATUS(w) (((w) >> 8) & 0377) macro
305 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Ddllwrap.c57 #define WEXITSTATUS(w) (((w) >> 8) & 0377) macro
70 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) macro
H A Dresrc.c53 #define WEXITSTATUS(w) (((w) >> 8) & 0377) macro
66 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) macro
H A Ddlltool.c288 #define WEXITSTATUS(w) (((w) >> 8) & 0377) macro
301 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) macro

Completed in 242 milliseconds