Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_writes.c94 *new_dn = NULL; in replace_mapped_attr_in_dn()
139 *new_dn = (char *)calloc(1, len); in replace_mapped_attr_in_dn()
140 if (*new_dn == NULL) { in replace_mapped_attr_in_dn()
1363 char *new_dn = NULL; in __ns_ldap_addEntry() local
1394 new_dn ? new_dn : (char *)dn, mods, cred, flags, errorp); in __ns_ldap_addEntry()
1396 if (new_dn) in __ns_ldap_addEntry()
1397 free(new_dn); in __ns_ldap_addEntry()
3981 *new_dn = NULL; in __s_api_append_default_basedn()
3999 if (*new_dn == NULL) { in __s_api_append_default_basedn()
4005 (void) strcpy(*new_dn, dn); in __s_api_append_default_basedn()
[all …]
H A Dns_internal.h888 const char *dn, char **new_dn);
891 char **new_dn,
H A Dns_reads.c225 char **rdns, *new_rdn, *new_dn = NULL; in _cvtDN() local
255 new_dn = strdup(dn); in _cvtDN()
276 (void) strlcat(new_dn, ",", len); in _cvtDN()
279 (void) strlcat(new_dn, mapped_rdns[i], len); in _cvtDN()
281 (void) strlcat(new_dn, rdns[i], len); in _cvtDN()
297 return (new_dn); in _cvtDN()
4766 *new_dn = NULL; in __s_api_replace_mapped_attr_in_dn()
4798 *new_dn = NULL; in __s_api_replace_mapped_attr_in_dn()
4813 *new_dn = (char *)calloc(1, len); in __s_api_replace_mapped_attr_in_dn()
4814 if (*new_dn == NULL) { in __s_api_replace_mapped_attr_in_dn()
[all …]