Searched refs:mapped_attrs (Results 1 – 1 of 1) sorted by relevance
113 char **attrs, **mapped_attrs, **mapp, *type, *value, *attr; in _cvtRDN() local123 if ((mapped_attrs = (char **)calloc(nAttr, sizeof (char *))) == NULL) { in _cvtRDN()151 mapped_attrs[i] = attr; in _cvtRDN()169 if (mapped_attrs[i]) in _cvtRDN()170 len += strlen(mapped_attrs[i]); in _cvtRDN()183 if (mapped_attrs[i]) in _cvtRDN()184 (void) strlcat(new_rdn, mapped_attrs[i], len); in _cvtRDN()191 if (mapped_attrs) { in _cvtRDN()194 if (mapped_attrs[i]) in _cvtRDN()195 free(mapped_attrs[i]); in _cvtRDN()[all …]