Searched refs:mapped_rdns (Results 1 – 1 of 1) sorted by relevance
224 char **mapped_rdns; in _cvtDN() local237 if ((mapped_rdns = (char **)calloc(nRdn, sizeof (char *))) == NULL) { in _cvtDN()246 mapped_rdns[i] = new_rdn; in _cvtDN()263 if (mapped_rdns[i]) in _cvtDN()264 len += strlen(mapped_rdns[i]); in _cvtDN()278 if (mapped_rdns[i]) in _cvtDN()279 (void) strlcat(new_dn, mapped_rdns[i], len); in _cvtDN()287 if (mapped_rdns) { in _cvtDN()290 if (mapped_rdns[i]) in _cvtDN()291 free(mapped_rdns[i]); in _cvtDN()[all …]