Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/cron/cron/
H A Dexterns.h86 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro
96 # define WEXITSTATUS(x) ((x).w_retcode) macro
/dragonfly/contrib/bmake/
H A Dwait.h31 # define WEXITSTATUS(x) ((&x)->w_retcode) macro
48 # define WEXITSTATUS(_X) (((int)(_X)>>8)&0377) macro
/dragonfly/contrib/cvs-1.12/lib/
H A Dwait.h41 #define WEXITSTATUS(w) (((w) >> 8) & 0xff) macro
/dragonfly/contrib/dialog/
H A Dui_getc.c37 # define WEXITSTATUS(status) (status.w_retcode) macro
39 # define WEXITSTATUS(status) (((status) & 0xff00) >> 8) macro
/dragonfly/contrib/gdb-7/gdb/common/
H A Dgdb_wait.h67 #define WEXITSTATUS(w) (((w) >> 8) & 0377) /* same as WRETCODE */ macro
/dragonfly/sys/sys/
H A Dwait.h61 #define WEXITSTATUS(x) (_W_INT(x) >> 8) macro
/dragonfly/contrib/cvs-1.12/diff/
H A Dsystem.h138 #define WEXITSTATUS(stat_val) ((unsigned) (stat_val) >> 8) macro
/dragonfly/gnu/usr.bin/rcs/lib/
H A Dconf.h306 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) macro
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsystem.h364 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
/dragonfly/contrib/gcc-4.7/lto-plugin/
H A Dlto-plugin.c57 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
/dragonfly/contrib/tcsh-6/
H A Dsh.proc.c56 # define WEXITSTATUS(w) (((union wait *) &(w))->w_retcode) macro
/dragonfly/contrib/gcc-8.0/lto-plugin/
H A Dlto-plugin.c58 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsystem.h409 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro