Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_common.c1051 char **dupsrvs; in sortServerPref() local
1107 dupsrvs = (char **)calloc(scount + pcount + 1, sizeof (char *)); in sortServerPref()
1108 if (dupsrvs == NULL) { in sortServerPref()
1132 dupsrvs[dup++] = *tsrvs; in sortServerPref()
1161 dupsrvs[dup++] = *tsrvs; in sortServerPref()
1168 for (tsrvs = dupsrvs; *tsrvs; tsrvs++) in sortServerPref()
1171 free(dupsrvs); in sortServerPref()