Searched defs:other_hosts (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgethostent.c78 char *first_host = NULL, *other_hosts = NULL; local
97 if ((other_hosts = calloc(1, buflen2)) == NULL) {
122 * Use first_host to hold "9.9.9.9 h1 xx yy" and other_hosts to hold
127 buf2 = other_hosts;
231 len = snprintf(buffer, buflen, "%s%s", first_host, other_hosts);
241 if (other_hosts)
242 free(other_hosts);

Completed in 33 milliseconds