Searched refs:other_hosts (Results 1 – 1 of 1) sorted by relevance
80 char *first_host = NULL, *other_hosts = NULL; in _nss_ldap_hosts2str_int() local99 if ((other_hosts = calloc(1, buflen2)) == NULL) { in _nss_ldap_hosts2str_int()129 buf2 = other_hosts; in _nss_ldap_hosts2str_int()233 len = snprintf(buffer, buflen, "%s%s", first_host, other_hosts); in _nss_ldap_hosts2str_int()243 if (other_hosts) in _nss_ldap_hosts2str_int()244 free(other_hosts); in _nss_ldap_hosts2str_int()