Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodrdn.c18 static int contoper, remove_oldrdn; variable
22 int remove_oldrdn);
51 contoper = remove_oldrdn = 0; in main()
124 rc = domodrdn(ld, entrydn, rdn, L_newParent, remove_oldrdn); in main()
161 rc = domodrdn(ld, entrydn, rdn, L_newParent, remove_oldrdn); in main()
189 rc = domodrdn(ld, entrydn, rdn, NULL, remove_oldrdn); in main()
196 rc = domodrdn(ld, entrydn, rdn, NULL, remove_oldrdn); in main()
213 ++remove_oldrdn; in options_callback()
221 domodrdn( LDAP *ld, char *dn, char *rdn, char *newsuperior, int remove_oldrdn ) in domodrdn() argument
227 rdn, remove_oldrdn ? "do not " : "" ); in domodrdn()
[all …]