Home
last modified time | relevance | path

Searched refs:w_retcode (Results 1 – 7 of 7) sorted by relevance

/src/contrib/bmake/
H A Dwait.h23 # define WEXITSTATUS(x) ((&x)->w_retcode)
54 #define WSET_EXITCODE(x, ret, sig) ((&x)->w_termsig = (sig), (&x)->w_retcode = (ret))
/src/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)
/src/usr.sbin/rpc.ypupdated/
H A Dupdate.c128 if (status.w_retcode != 0) in mapupdate()
/src/contrib/dialog/
H A Dui_getc.c53 # define WEXITSTATUS(status) (status.w_retcode)
/src/crypto/krb5/src/kprop/
H A Dkpropd.c1550 #define WEXITSTATUS(w) (w).w_retcode in load_database()
/src/contrib/sendmail/include/sm/
H A Dconf.h1704 # define WEXITSTATUS(s) (((union wait*)&(s))->w_retcode)