/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | wait-process.c | 40 #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 D | wait.h | 41 #define WEXITSTATUS(w) (((w) >> 8) & 0xff) macro
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | sys_wait.in.h | 70 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro
|
/netbsd-src/external/bsd/openldap/dist/include/ac/ |
H A D | wait.h | 37 # define WEXITSTATUS(s) LDAP_HI(s) macro
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | session.c | 44 # define WEXITSTATUS(s) ((unsigned)(s) >> 8) macro
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/ |
H A D | os.h | 484 # 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 D | dllwrap.c | 45 #define WEXITSTATUS(w) (((w) >> 8) & 0377) macro 58 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) macro
|
H A D | resrc.c | 49 #define WEXITSTATUS(w) (((w) >> 8) & 0377) macro 62 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) macro
|
H A D | dlltool.c | 293 #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 D | dllwrap.c | 45 #define WEXITSTATUS(w) (((w) >> 8) & 0377) macro 58 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) macro
|
H A D | resrc.c | 49 #define WEXITSTATUS(w) (((w) >> 8) & 0377) macro 62 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) macro
|
H A D | dlltool.c | 293 #define WEXITSTATUS(w) (((w) >> 8) & 0377) macro 306 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) macro
|
/netbsd-src/sys/sys/ |
H A D | wait.h | 67 #define WEXITSTATUS(x) ((int)(((unsigned int)_W_INT(x)) >> 8) & 0xff) macro
|
/netbsd-src/external/gpl2/xcvs/dist/diff/ |
H A D | system.h | 138 #define WEXITSTATUS(stat_val) ((unsigned) (stat_val) >> 8) macro
|
/netbsd-src/external/gpl2/groff/dist/src/roff/groff/ |
H A D | pipeline.c | 53 #define WEXITSTATUS(s) (((s) >> 8) & 0377) macro
|
/netbsd-src/external/bsd/am-utils/dist/include/ |
H A D | am_defs.h | 102 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) macro
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | job.c | 147 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro 166 # define WEXITSTATUS(x) ((x).w_retcode) macro
|
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | system.h | 158 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) macro
|
/netbsd-src/external/gpl2/rcs/include/ |
H A D | conf.h | 309 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | system.h | 424 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | system.h | 415 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/lto-plugin/ |
H A D | lto-plugin.c | 62 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
|
/netbsd-src/external/gpl3/gcc/dist/lto-plugin/ |
H A D | lto-plugin.c | 65 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | sys_defs.h | 1113 #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 D | node.cpp | 58 #define WEXITSTATUS(s) (((s) >> 8) & 0377) macro
|