Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dwait.h31 # define WEXITSTATUS(x) ((&x)->w_retcode) macro
48 # define WEXITSTATUS(_X) (((int)(_X)>>8)&0377) macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-waitpid.h40 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1) macro
/freebsd/contrib/tcsh/
H A Dmi.wait.h30 #define WEXITSTATUS(s) (__HIGH(s)) /* exit status */ macro
H A Dsh.proc.c56 # define WEXITSTATUS(w) (((union wait *) &(w))->w_retcode) macro
/freebsd/contrib/dialog/
H A Dui_getc.c53 # define WEXITSTATUS(status) (status.w_retcode) macro
55 # define WEXITSTATUS(status) (((status) & 0xff00) >> 8) macro
/freebsd/sys/sys/
H A Dwait.h58 #define WEXITSTATUS(x) (_W_INT(x) >> 8) macro
/freebsd/contrib/diff/src/
H A Dsystem.h126 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) macro
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h1704 # define WEXITSTATUS(s) (((union wait*)&(s))->w_retcode) macro
2923 # define WEXITSTATUS(st) (((st) >> 8) & 0377) macro