Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dconf.c5616 size_t len_host, len_domain; local
5621 len_domain = strlen(_res.defdname);
5622 if (len_host > len_domain &&
5623 (sm_strcasecmp(hostname + len_host - len_domain,
5625 hostname[len_host - len_domain - 1] == '.')
5626 return len_host - len_domain - 1;