Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientlib.c95 static int DomainEndsInDot(const char *dom) in DomainEndsInDot() function
172 if (DomainEndsInDot(regtype)) len--; in DNSServiceConstructFullName()
176 if (!DomainEndsInDot(regtype)) *fn++ = '.'; in DNSServiceConstructFullName()
180 if (!DomainEndsInDot(domain)) *fn++ = '.'; in DNSServiceConstructFullName()