Searched refs:domodrdn (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/ldap/common/ |
H A D | ldapmodrdn.c | 23 static int domodrdn( LDAP *ld, char *dn, char *rdn, char *newsuperior, 126 rc = domodrdn(ld, entrydn, rdn, L_newParent, remove_oldrdn); in main() 163 rc = domodrdn(ld, entrydn, rdn, L_newParent, remove_oldrdn); in main() 191 rc = domodrdn(ld, entrydn, rdn, NULL, remove_oldrdn); in main() 198 rc = domodrdn(ld, entrydn, rdn, NULL, remove_oldrdn); in main() 223 domodrdn( LDAP *ld, char *dn, char *rdn, char *newsuperior, int remove_oldrdn ) in domodrdn() function
|