Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgethostent.c78 char *first_host = NULL, *other_hosts = NULL; in _nss_ldap_hosts2str_int() local
97 if ((other_hosts = calloc(1, buflen2)) == NULL) { in _nss_ldap_hosts2str_int()
127 buf2 = other_hosts; in _nss_ldap_hosts2str_int()
231 len = snprintf(buffer, buflen, "%s%s", first_host, other_hosts); in _nss_ldap_hosts2str_int()
241 if (other_hosts) in _nss_ldap_hosts2str_int()
242 free(other_hosts); in _nss_ldap_hosts2str_int()