Searched refs:EX_IOERR (Results 1 - 12 of 12) sorted by relevance

/sendmail/sendmail/
H A Dsysexits.h60 ** EX_IOERR -- An error occurred while doing I/O on some file.
87 # define EX_IOERR 74 /* input/output error */ macro
H A Dsysexits.c108 return EX_IOERR;
116 return EX_IOERR;
H A Dcontrol.c285 exit(EX_IOERR);
299 exit(EX_IOERR);
307 exit(EX_IOERR);
H A Dcollect.c975 setstat(EX_IOERR);
H A Ddeliver.c3704 case EX_IOERR:
3764 case EX_IOERR:
5025 ExitStat = EX_IOERR;
5059 ExitStat = EX_IOERR;
5615 setstat(EX_IOERR);
5630 setstat(EX_IOERR);
H A Dusersmtp.c1554 ** EX_IOERR -- authentication dialogue failed (I/O problem?).
1810 return EX_IOERR;
2709 mci_setstat(mci, EX_IOERR, "4.4.2", NULL);
2711 return EX_IOERR;
H A Denvelope.c166 ** EX_* status (currently: 0: success, EX_IOERR on panic)
627 return EX_IOERR;
H A Dmilter.c2775 ExitStat = EX_IOERR;
2840 ExitStat = EX_IOERR;
4674 ExitStat = EX_IOERR;
/sendmail/include/sm/
H A Dsysexits.h64 ** EX_IOERR -- An error occurred while doing I/O on some file.
95 # define EX_IOERR 74 /* input/output error */ macro
/sendmail/libsm/
H A Dstrexit.c114 case EX_IOERR:
/sendmail/editmap/
H A Deditmap.c367 exitstat = EX_IOERR;
397 exitstat = EX_IOERR;
415 exitstat = EX_IOERR;
/sendmail/makemap/
H A Dmakemap.c501 exitstat = EX_IOERR;
525 exitstat = EX_IOERR;

Completed in 788 milliseconds