Searched refs:remove_oldrdn (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/ldap/common/ |
H A D | ldapmodrdn.c | 20 static int contoper, remove_oldrdn; variable 24 int remove_oldrdn); 53 contoper = remove_oldrdn = 0; in main() 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() 215 ++remove_oldrdn; in options_callback() 223 domodrdn( LDAP *ld, char *dn, char *rdn, char *newsuperior, int remove_oldrdn ) in domodrdn() argument 229 rdn, remove_oldrdn ? "do not " : "" ); in domodrdn() [all …]
|