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

/freebsd-10-stable/contrib/llvm/lib/Support/Unix/
H A DUnix.h55 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) macro
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dbsd-waitpid.h42 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1) macro
/freebsd-10-stable/contrib/bmake/
H A Dwait.h31 # define WEXITSTATUS(x) ((&x)->w_retcode) macro
48 # define WEXITSTATUS(_X) (((int)(_X)>>8)&0377) macro
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdb_wait.h69 #define WEXITSTATUS(w) (((w) >> 8) & 0377) /* same as WRETCODE */ macro
/freebsd-10-stable/usr.sbin/cron/cron/
H A Dexterns.h86 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro
96 # define WEXITSTATUS(x) ((x).w_retcode) macro
/freebsd-10-stable/contrib/tcsh/
H A Dmi.wait.h30 #define WEXITSTATUS(s) (__HIGH(s)) /* exit status */ macro
H A Dsh.proc.c60 # define WEXITSTATUS(w) (((union wait *) &(w))->w_retcode) macro
/freebsd-10-stable/contrib/dialog/
H A Dui_getc.c52 # define WEXITSTATUS(status) (status.w_retcode) macro
54 # define WEXITSTATUS(status) (((status) & 0xff00) >> 8) macro
/freebsd-10-stable/contrib/diff/src/
H A Dsystem.h126 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) macro
/freebsd-10-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c60 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
[all...]
/freebsd-10-stable/contrib/groff/src/roff/groff/
H A Dpipeline.c51 #define WEXITSTATUS(s) (((s) >> 8) & 0377) macro
/freebsd-10-stable/contrib/tzcode/stdtime/
H A Dprivate.h121 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro
/freebsd-10-stable/sys/sys/
H A Dwait.h59 #define WEXITSTATUS(x) (_W_INT(x) >> 8) macro
/freebsd-10-stable/contrib/gcc/
H A Dsystem.h340 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
/freebsd-10-stable/contrib/libreadline/examples/rlfe/
H A Dos.h482 # define WEXITSTATUS(status) ((status >> 8) & 0377) macro
484 # define WEXITSTATUS(status) status.w_T.w_Retcode macro
/freebsd-10-stable/contrib/binutils/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
H A Ddlltool.c292 #define WEXITSTATUS(w) (((w) >> 8) & 0377) macro
305 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) macro
/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Dconf.h305 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) macro
/freebsd-10-stable/contrib/amd/include/
H A Dam_defs.h102 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) macro
/freebsd-10-stable/usr.bin/svn/lib/libapr/
H A Dapr.h624 #define WEXITSTATUS(status) (int)((status).w_retcode) macro
/freebsd-10-stable/contrib/sendmail/include/sm/
H A Dconf.h508 # undef WEXITSTATUS macro
715 # undef WEXITSTATUS macro
1100 # undef WEXITSTATUS macro
1170 # undef WEXITSTATUS macro
1315 # undef WEXITSTATUS macro
1614 # undef WEXITSTATUS macro
1636 # undef WEXITSTATUS macro
1654 # undef WEXITSTATUS macro
1681 # define WEXITSTATUS(s) (((union wait*)&(s))->w_retcode) macro
1963 # undef WEXITSTATUS macro
2165 # undef WEXITSTATUS macro
2186 # undef WEXITSTATUS macro
2233 # undef WEXITSTATUS macro
2262 # undef WEXITSTATUS macro
2340 # undef WEXITSTATUS macro
2892 # define WEXITSTATUS macro
[all...]
/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp56 #define WEXITSTATUS(s) (((s) >> 8) & 0377) macro

Completed in 343 milliseconds