Home
last modified time | relevance | path

Searched refs:mci_heloname (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dstab.c434 SM_STAB_FREE(s->s_mci.mci_heloname); in rmexpstab()
H A Dusersmtp.c192 if (mci->mci_heloname != NULL)
195 expand(mci->mci_heloname, hnbuf, sizeof(hnbuf), e);
198 hn = mci->mci_heloname;
H A Ddaemon.c3080 mci->mci_heloname = newstr(name);
3096 SM_FREE(mci->mci_heloname);
3097 mci->mci_heloname = newstr(HeloName);
H A Dmci.c257 SM_FREE(mci->mci_heloname);
H A Dsendmail.h884 char *mci_heloname; /* name to use as HELO arg */ variable