Lines Matching refs:remove_oldrdn
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()
236 rc = ldap_rename_s( ld, dn, rdn, newsuperior, remove_oldrdn, NULL, NULL ); in domodrdn()