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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c688 char *period, *autodomain; local
703 autodomain = buf;
705 autodomain = period + 1;
706 if (strchr(autodomain, '.') == NULL)
709 return newstr(autodomain);

Completed in 73 milliseconds