Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/ldaptcl/
H A DneoXldap.c434 char *subCommand; local
454 subCommand = Tcl_GetStringFromObj (objv[1], NULL);
457 if (STREQU (subCommand, "bind")) {
488 subCommand,
532 if (STREQU (subCommand, "unbind")) {
542 if (STREQU (subCommand, "delete")) {
562 if (STREQU (subCommand, "rename_rdn") || STREQU (subCommand, "modify_rdn")) {
574 deleteOldRdn = (*subCommand == 'r');
579 subCommand,
594 if (STREQU (subCommand, "add")) {
[all …]