Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Ddnssd_clientlib.c52 static int DomainEndsInDot(const char *dom) in DomainEndsInDot() function
106 const size_t len = !regtype ? 0 : strlen(regtype) - DomainEndsInDot(regtype); in DNSServiceConstructFullName()
143 if (!DomainEndsInDot(regtype)) { if (fn+1 >= lim) goto fail;else *fn++ = '.';} in DNSServiceConstructFullName()
146 if (!DomainEndsInDot(domain)) { if (fn+1 >= lim) goto fail;else *fn++ = '.';} in DNSServiceConstructFullName()