Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsldap/common/
H A Dns_reads.c220 char **mapped_rdns; in _cvtDN() local
232 if ((mapped_rdns = (char **)calloc(nRdn, sizeof (char *))) == NULL) { in _cvtDN()
241 mapped_rdns[i] = new_rdn; in _cvtDN()
258 if (mapped_rdns[i]) in _cvtDN()
259 len += strlen(mapped_rdns[i]); in _cvtDN()
273 if (mapped_rdns[i]) in _cvtDN()
274 (void) strlcat(new_dn, mapped_rdns[i], len); in _cvtDN()
282 if (mapped_rdns) { in _cvtDN()
285 if (mapped_rdns[i]) in _cvtDN()
286 free(mapped_rdns[i]); in _cvtDN()
[all …]