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

/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-waitpid.h40 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1) macro
/freebsd-current/contrib/bmake/
H A Dwait.h31 # define WEXITSTATUS(x) ((&x)->w_retcode) macro
48 # define WEXITSTATUS(_X) (((int)(_X)>>8)&0377) macro
/freebsd-current/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-current/contrib/dialog/
H A Dui_getc.c53 # define WEXITSTATUS(status) (status.w_retcode) macro
55 # define WEXITSTATUS(status) (((status) & 0xff00) >> 8) macro
/freebsd-current/contrib/diff/src/
H A Dsystem.h126 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) macro
/freebsd-current/sys/sys/
H A Dwait.h58 #define WEXITSTATUS(x) (_W_INT(x) >> 8) macro
/freebsd-current/contrib/sendmail/include/sm/
H A Dconf.h508 # undef WEXITSTATUS macro
715 # undef WEXITSTATUS macro
1115 # undef WEXITSTATUS macro
1185 # undef WEXITSTATUS macro
1330 # undef WEXITSTATUS macro
1637 # undef WEXITSTATUS macro
1659 # undef WEXITSTATUS macro
1677 # undef WEXITSTATUS macro
1704 # define WEXITSTATUS(s) (((union wait*)&(s))->w_retcode) macro
1986 # undef WEXITSTATUS macro
2188 # undef WEXITSTATUS macro
2209 # undef WEXITSTATUS macro
2256 # undef WEXITSTATUS macro
2285 # undef WEXITSTATUS macro
2363 # undef WEXITSTATUS macro
2923 # define WEXITSTATUS macro
[all...]

Completed in 143 milliseconds