Lines Matching refs:mapped_attrs
116 char **attrs, **mapped_attrs, **mapp, *type, *value, *attr; in _cvtRDN() local
127 if ((mapped_attrs = (char **)calloc(nAttr, sizeof (char *))) == NULL) { in _cvtRDN()
154 mapped_attrs[i] = attr; in _cvtRDN()
172 if (mapped_attrs[i]) in _cvtRDN()
173 len += strlen(mapped_attrs[i]); in _cvtRDN()
186 if (mapped_attrs[i]) in _cvtRDN()
187 (void) strlcat(new_rdn, mapped_attrs[i], len); in _cvtRDN()
194 if (mapped_attrs) { in _cvtRDN()
197 if (mapped_attrs[i]) in _cvtRDN()
198 free(mapped_attrs[i]); in _cvtRDN()
201 free(mapped_attrs); in _cvtRDN()