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

/freebsd-9.3-release/contrib/sendmail/src/
H A Ddomain.c784 char *mxmatch; local
860 mxmatch = NULL;
1011 if (trymx && mxmatch == NULL)
1012 mxmatch = *dp;
1095 mxmatch = *dp;
1121 if (mxmatch == NULL)
1135 *mxmatch == '\0' ? "" : ".",
1136 MAXDNAME, mxmatch);

Completed in 67 milliseconds