Searched refs:CurSmtpClient (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | srvrsmtp.c | 664 static char *CurSmtpClient; /* who's at the other end of channel */ variable 891 qid_printname(e), CurSmtpClient, \ 902 qid_printname(e), CurSmtpClient, inp); \ 1080 CurSmtpClient = macvalue('_', e); 1081 if (CurSmtpClient == NULL) 1082 CurSmtpClient = CurHostName; 1092 sm_setproctitle(true, e, "server %s startup", CurSmtpClient); 1133 features = srvfeatures(e, CurSmtpClient, features); 1139 CurSmtpClient); 1656 sm_setproctitle(true, e, "server %s cmd read", CurSmtpClient); [all …]
|