Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientlib.c56 static int DomainEndsInDot(const char *dom) in DomainEndsInDot() function
110 const size_t len = !regtype ? 0 : strlen(regtype) - DomainEndsInDot(regtype); in DNSServiceConstructFullName()
147 if (!DomainEndsInDot(regtype)) { if (fn+1 >= lim) goto fail;else *fn++ = '.';} in DNSServiceConstructFullName()
150 if (!DomainEndsInDot(domain)) { if (fn+1 >= lim) goto fail;else *fn++ = '.';} in DNSServiceConstructFullName()