Searched refs:CurSmtpClient (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | srvrsmtp.c | 302 static char *CurSmtpClient; /* who's at the other end of channel */ variable 529 qid_printname(e), CurSmtpClient, \ 540 qid_printname(e), CurSmtpClient, inp); \ 676 CurSmtpClient = macvalue('_', e); 677 if (CurSmtpClient == NULL) 678 CurSmtpClient = CurHostName; 688 sm_setproctitle(true, e, "server %s startup", CurSmtpClient); 716 features = srvfeatures(e, CurSmtpClient, features); 722 CurSmtpClient); 1183 sm_setproctitle(true, e, "server %s cmd read", CurSmtpClient); [all …]
|