Home
last modified time | relevance | path

Searched refs:rstat (Results 1 – 3 of 3) sorted by relevance

/original-bsd/usr.sbin/sendmail/src/
H A Dparseaddr.c710 int rstat = EX_OK; /* return status */ local
1165 rstat = EX_TEMPFAIL;
1253 if (rstat == EX_OK || stat == EX_TEMPFAIL)
1254 rstat = stat;
1277 return rstat;
/original-bsd/sys/netiso/
H A Dif_un.eg351 char status = MM_IN(&addr->un_edlc.rstat);
358 MM_OUT(&addr->un_edlc.rstat, status); /* clear status */
359 /* (the hardware xor's in the value of status setting rstat to 0) */
360 DEBUGF(undebug & 0x2, printf(" rstat = %b", status, RS_BITS);)
1161 MM_OUT(&addr->un_edlc.rstat, RS_CLEAR);
/original-bsd/share/man/man0/
H A Dman1194 /usr/src/lib/librpc/man/man1/rstat.1