Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodrdn.c21 static int domodrdn( LDAP *ld, char *dn, char *rdn, char *newsuperior,
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()
221 domodrdn( LDAP *ld, char *dn, char *rdn, char *newsuperior, int remove_oldrdn ) in domodrdn() function