Searched refs:DomainEndsInDot (Results 1 – 1 of 1) sorted by relevance
56 static int DomainEndsInDot(const char *dom) in DomainEndsInDot() function110 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()