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

12

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dwait.h41 #define WEXITSTATUS(w) (((w) >> 8) & 0xff) macro
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dksh_wait.h14 # undef WEXITSTATUS macro
32 # define WEXITSTATUS(s) (((s) >> 8) & 0xff) macro
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/ac/
H A Dwait.h37 # define WEXITSTATUS(s) LDAP_HI(s) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdb_wait.h68 #define WEXITSTATUS(w) (((w) >> 8) & 0377) /* same as WRETCODE */ macro
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dsession.c44 # define WEXITSTATUS(s) ((unsigned)(s) >> 8) macro
/netbsd-6-1-5-RELEASE/lib/libc/time/
H A Dprivate.h118 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dwait-process.c42 #define WEXITSTATUS(x) (((x) >> 8) & 0xff) /* or: (x) ?? */ macro
62 # define WEXITSTATUS(x) ((x).w_retcode) macro
73 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Dsystem.h138 #define WEXITSTATUS(stat_val) ((unsigned) (stat_val) >> 8) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/testsuite/
H A Dtest-pexecute.c60 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/testsuite/
H A Dtest-pexecute.c60 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/groff/
H A Dpipeline.c53 #define WEXITSTATUS(s) (((s) >> 8) & 0377) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/testsuite/
H A Dtest-pexecute.c60 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/testsuite/
H A Dtest-pexecute.c60 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
[all...]
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dwait.h61 #define WEXITSTATUS(x) ((int)(((unsigned int)_W_INT(x)) >> 8) & 0xff) macro
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Dsystem.h158 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsystem.h344 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsystem.h338 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/examples/rlfe/
H A Dos.h482 # define WEXITSTATUS(status) ((status >> 8) & 0377) macro
484 # define WEXITSTATUS(status) status.w_T.w_Retcode macro
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/include/
H A Dam_defs.h100 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) macro
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.h345 #define WEXITSTATUS(sts) (sts & 0x0FF) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Ddllwrap.c54 #define WEXITSTATUS(w) (((w) >> 8) & 0377) macro
67 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) macro
H A Dresrc.c55 #define WEXITSTATUS(w) (((w) >> 8) & 0377) macro
68 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) macro
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/lib/
H A Dconf.h307 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Djob.c130 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro
149 # define WEXITSTATUS(x) ((x).w_retcode) macro
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1038 #define WEXITSTATUS(x) ((x).w_retcode) macro
1091 #define WEXITSTATUS(x) ((x).w_retcode) macro

Completed in 376 milliseconds

12