Searched refs:mapped_attrs (Results 1 – 1 of 1) sorted by relevance
116 char **attrs, **mapped_attrs, **mapp, *type, *value, *attr; in _cvtRDN() local127 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()[all …]