Searched refs:w_retcode (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/bmake/
H A Dwait.h31 # define WEXITSTATUS(x) ((&x)->w_retcode)
62 #define WSET_EXITCODE(x, ret, sig) ((&x)->w_termsig = (sig), (&x)->w_retcode = (ret))
/freebsd-11-stable/contrib/tcsh/
H A Dtc.wait.h92 # define w_retcode w_T.w_Retcode macro
134 # define w_retcode w_P.w_T.w_Retcode
H A Dsh.proc.c56 # define WEXITSTATUS(w) (((union wait *) &(w))->w_retcode)
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dexterns.h96 # define WEXITSTATUS(x) ((x).w_retcode)
/freebsd-11-stable/usr.bin/newkey/
H A Dupdate.c131 if (status.w_retcode != 0) {
/freebsd-11-stable/usr.sbin/rpc.ypupdated/
H A Dupdate.c136 if (status.w_retcode != 0)
/freebsd-11-stable/usr.bin/svn/lib/libapr/
H A Dapr.h643 #define WEXITSTATUS(status) (int)((status).w_retcode)
/freebsd-11-stable/contrib/dialog/
H A Dui_getc.c52 # define WEXITSTATUS(status) (status.w_retcode)
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h1701 # define WEXITSTATUS(s) (((union wait*)&(s))->w_retcode)

Completed in 117 milliseconds