Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/mail.local/
H A Dmail.local.c177 int e_to_sys __P((int));
1146 if (off == EX_TEMPFAIL || e_to_sys(off) == EX_TEMPFAIL)
1658 (void) e_to_sys(errno);
1770 e_to_sys(num) in e_to_sys() function