Home
last modified time | relevance | path

Searched defs:WEXITSTATUS (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dwait-process.c40 #define WEXITSTATUS(x) (((x) >> 8) & 0xff) /* or: (x) ?? */ macro
60 # define WEXITSTATUS(x) ((x).w_retcode) macro
71 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dwait.h41 #define WEXITSTATUS(w) (((w) >> 8) & 0xff) macro
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dsys_wait.in.h70 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro
/netbsd-src/external/bsd/openldap/dist/include/ac/
H A Dwait.h37 # define WEXITSTATUS(s) LDAP_HI(s) macro
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dsession.c44 # define WEXITSTATUS(s) ((unsigned)(s) >> 8) macro
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Dos.h484 # define WEXITSTATUS(status) ((status >> 8) & 0377) macro
486 # define WEXITSTATUS(status) status.w_T.w_Retcode macro
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddllwrap.c45 #define WEXITSTATUS(w) (((w) >> 8) & 0377) macro
58 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) macro
H A Dresrc.c49 #define WEXITSTATUS(w) (((w) >> 8) & 0377) macro
62 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) macro
H A Ddlltool.c293 #define WEXITSTATUS(w) (((w) >> 8) & 0377) macro
306 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) macro
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddllwrap.c45 #define WEXITSTATUS(w) (((w) >> 8) & 0377) macro
58 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) macro
H A Dresrc.c49 #define WEXITSTATUS(w) (((w) >> 8) & 0377) macro
62 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) macro
H A Ddlltool.c293 #define WEXITSTATUS(w) (((w) >> 8) & 0377) macro
306 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) macro
/netbsd-src/sys/sys/
H A Dwait.h67 #define WEXITSTATUS(x) ((int)(((unsigned int)_W_INT(x)) >> 8) & 0xff) macro
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dsystem.h138 #define WEXITSTATUS(stat_val) ((unsigned) (stat_val) >> 8) macro
/netbsd-src/external/gpl2/groff/dist/src/roff/groff/
H A Dpipeline.c53 #define WEXITSTATUS(s) (((s) >> 8) & 0377) macro
/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_defs.h102 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) macro
/netbsd-src/external/gpl2/gmake/dist/
H A Djob.c147 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro
166 # define WEXITSTATUS(x) ((x).w_retcode) macro
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dsystem.h158 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) macro
/netbsd-src/external/gpl2/rcs/include/
H A Dconf.h309 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsystem.h424 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h415 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
/netbsd-src/external/gpl3/gcc.old/dist/lto-plugin/
H A Dlto-plugin.c62 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
/netbsd-src/external/gpl3/gcc/dist/lto-plugin/
H A Dlto-plugin.c65 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1113 #define WEXITSTATUS(x) ((x).w_retcode) macro
1167 #define WEXITSTATUS(x) ((x).w_retcode) macro
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.cpp58 #define WEXITSTATUS(s) (((s) >> 8) & 0377) macro