Home
last modified time | relevance | path

Searched defs:WSETEXIT (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdb_wait.h90 #define WSETEXIT(w,status) ((w) = W_EXITCODE(status,0)) macro
92 #define WSETEXIT(w,status) ((w) = (0 | ((status) << 8))) macro
/openbsd-src/gnu/usr.bin/binutils/gdb/vx-share/
H A Dwait.h26 #define WSETEXIT(w, status) ((w) = (status)) macro
43 #define WSETEXIT(w, status) ((w).w_status = (status)) macro
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dwait.h57 #define WSETEXIT(w,status) ((w) = (0 | ((status) << 8))) macro