Searched refs:first_host (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
93 if ((first_host = calloc(1, buflen1)) == NULL) {
122 * Use first_host to hold "9.9.9.9 h1 xx yy" and other_hosts to hold
126 buf1 = first_host;
231 len = snprintf(buffer, buflen, "%s%s", first_host, other_hosts);
239 if (first_host)
240 free(first_host);

Completed in 238 milliseconds