Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/sendmail/src/
H A Derr.c353 CurHostName == NULL ? "NO-HOST" : CurHostName,
545 if (CurHostName != NULL)
548 (void) strcat(buf, CurHostName);
553 if (CurHostName == NULL)
555 (void) sprintf(buf, "Host %s is down", CurHostName);
559 if (CurHostName == NULL)
561 (void) sprintf(buf, "Connection refused by %s", CurHostName);
594 if (CurHostName != NULL)
596 (void) strcat(buf, CurHostName);
H A Dusersmtp.c80 CurHostName = mci->mci_host; /* XXX UGLY XXX */
81 if (CurHostName == NULL)
82 CurHostName = MyHostName;
117 setproctitle("%s %s: %s", e->e_id, CurHostName, mci->mci_phase);
143 setproctitle("%s %s: %s", e->e_id, CurHostName, mci->mci_phase);
315 printf("smtpmailfrom: CurHost=%s\n", CurHostName);
414 setproctitle("%s %s: %s", e->e_id, CurHostName, mci->mci_phase);
534 setproctitle("%s %s: %s", e->e_id, CurHostName, mci->mci_phase);
595 setproctitle("%s %s: %s", e->e_id, CurHostName, mci->mci_phase);
674 setproctitle("%s %s: %s", e->e_id, CurHostName, mci->mci_phase);
[all …]
H A Dcollect.c149 CurHostName ? CurHostName : "<local machine>");
H A Ddeliver.c993 CurHostName = NULL;
1054 CurHostName = pv[1];
1106 CurHostName = hostbuf;
1115 CurHostName = mci->mci_host;
1724 if (CurHostName != NULL && CurHostName[0] != '\0')
1725 q->q_statmta = newstr(CurHostName);
H A Dsrvrsmtp.c132 CurHostName = peerhostname;
135 CurSmtpClient = CurHostName;
H A Dutil.c1045 CurHostName? CurHostName: "local", during);
H A Dsendmail.h993 EXTERN char *CurHostName; /* current host we are dealing with */ variable
H A Dconf.c2540 CurHostName == NULL ? "SMTP-DAEMON" : CurHostName,
H A Ddaemon.c638 CurHostName = host;
/original-bsd/usr.sbin/sendmail/
H A DRELEASE_NOTES2372 with CurHostName" in error messages, which can be
3269 Fix case where CurHostName points to an auto variable that has