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