Home
last modified time | relevance | path

Searched refs:first_host (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
93 if ((first_host = calloc(1, buflen1)) == NULL) { in _nss_ldap_hosts2str_int()
126 buf1 = first_host; in _nss_ldap_hosts2str_int()
231 len = snprintf(buffer, buflen, "%s%s", first_host, other_hosts); in _nss_ldap_hosts2str_int()
239 if (first_host) in _nss_ldap_hosts2str_int()
240 free(first_host); in _nss_ldap_hosts2str_int()