orted_cmd         340 orte/mca/plm/rsh/plm_rsh_module.c     char *orted_cmd, *orted_prefix, *final_cmd;
orted_cmd         439 orte/mca/plm/rsh/plm_rsh_module.c         orted_cmd = opal_argv_join(orted_argv, ' ');
orted_cmd         446 orte/mca/plm/rsh/plm_rsh_module.c         orted_cmd = opal_argv_join_range(orted_argv, orted_index, opal_argv_count(orted_argv), ' ');
orted_cmd         476 orte/mca/plm/rsh/plm_rsh_module.c         if (NULL != orted_cmd) {
orted_cmd         477 orte/mca/plm/rsh/plm_rsh_module.c             if (0 == strcmp(orted_cmd, "orted")) {
orted_cmd         479 orte/mca/plm/rsh/plm_rsh_module.c                 opal_asprintf(&full_orted_cmd, "%s/%s", bin_base, orted_cmd);
orted_cmd         482 orte/mca/plm/rsh/plm_rsh_module.c                 full_orted_cmd = strdup(orted_cmd);
orted_cmd         484 orte/mca/plm/rsh/plm_rsh_module.c             free(orted_cmd);
orted_cmd         487 orte/mca/plm/rsh/plm_rsh_module.c         full_orted_cmd = orted_cmd;