Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/sendmail/src/
H A Ddomain.c456 char *mxmatch; local
531 mxmatch = NULL;
623 if (trymx && mxmatch == NULL)
624 mxmatch = *dp;
688 mxmatch = *dp;
709 if (mxmatch == NULL)
717 *mxmatch == '\0' ? "" : ".",
718 MAXDNAME, mxmatch);