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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c805 char *mxmatch; local
881 mxmatch = NULL;
1032 if (trymx && mxmatch == NULL)
1033 mxmatch = *dp;
1116 mxmatch = *dp;
1142 if (mxmatch == NULL)
1156 *mxmatch == '\0' ? "" : ".",
1157 MAXDNAME, mxmatch);

Completed in 44 milliseconds