Searched refs:EX_TEMPFAIL (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/Libc-1044.1.2/include/
H A Dsysexits.h84 * EX_TEMPFAIL -- temporary failure, indicating something that
111 #define EX_TEMPFAIL 75 /* temp failure; user is invited to retry */ macro
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dsysexits-compat.h78 ** EX_TEMPFAIL -- temporary failure, indicating something that
112 # define EX_TEMPFAIL 75 /* temp failure; user is invited to retry */ macro
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/include/
H A Dexits.h84 * EX_TEMPFAIL -- temporary failure, indicating something that
111 #define EX_TEMPFAIL 75 /* temp failure; user is invited to retry */ macro
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dsysexits_.h64 # define EX_TEMPFAIL 75 macro
/macosx-10.10/postfix-255/postfix/src/global/
H A Dsys_exits.h42 #define EX_TEMPFAIL 75 /* temporary failure */ macro
H A Dsys_exits.c88 EX_TEMPFAIL, "4.3.0", "temporary failure",
H A Dpipe_command.c383 _exit(EX_TEMPFAIL);
470 * codes by EX_TEMPFAIL.
/macosx-10.10/postfix-255/postfix/src/postlock/
H A Dpostlock.c34 /* The result status is 75 (EX_TEMPFAIL) when \fBpostlock\fR(1)
138 exit(EX_TEMPFAIL);
245 exit(EX_TEMPFAIL);
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/sample/
H A Dcommon.c153 exit(EX_TEMPFAIL);
/macosx-10.10/postfix-255/postfix/src/sendmail/
H A Dsendmail.c543 msg_fatal_status(EX_TEMPFAIL,
758 msg_fatal_status(EX_TEMPFAIL,
768 msg_fatal_status(EX_TEMPFAIL,
864 msg_fatal_status(EX_TEMPFAIL,
897 msg_fatal_status(EX_TEMPFAIL,
929 (status & CLEANUP_STAT_WRITE) ? EX_TEMPFAIL :
954 exit(EX_TEMPFAIL);
/macosx-10.10/uucp-11/uucp/unix/
H A Dxqtsub.c70 /* Get a value for EX_TEMPFAIL. */
76 #ifndef EX_TEMPFAIL
77 #define EX_TEMPFAIL 75 macro
417 if (istat == EX_TEMPFAIL)
/macosx-10.10/procmail-14/procmail/src/
H A Dlockfile.c188 retval=EX_TEMPFAIL,nlog("Signal received");
H A Dmemblk.c175 if(retval!=EX_TEMPFAIL)
H A Drobust.c34 if(retval!=EX_TEMPFAIL)
H A Dmisc.c283 retval==EX_TEMPFAIL?"**Requeued**":"**Bounced**";
309 { retval=EX_TEMPFAIL;sterminate();
H A Dincludes.h92 EX_CANTCREAT EX_IOERR EX_TEMPFAIL
158 #define EX_TEMPFAIL 75 macro
H A Dprocmail.c127 case TEMPFAILOPT:retval=EX_TEMPFAIL;
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/utils/
H A Dsmtptest.c588 exit(EX_TEMPFAIL);
596 exit(EX_TEMPFAIL);
/macosx-10.10/uucp-11/uucp/
H A Duux.c72 #ifndef EX_TEMPFAIL
73 #define EX_TEMPFAIL (75) macro
1045 uxabort (ftemp ? EX_TEMPFAIL : EX_DATAERR);
1336 exit (ftemp ? EX_TEMPFAIL : EX_DATAERR);

Completed in 392 milliseconds