bin_base          586 orte/mca/plm/alps/plm_alps_module.c         char *bin_base = NULL, *lib_base = NULL;
bin_base          594 orte/mca/plm/alps/plm_alps_module.c         bin_base = opal_basename(opal_install_dirs.bindir);
bin_base          604 orte/mca/plm/alps/plm_alps_module.c                 opal_asprintf(&newenv, "%s/%s:%s", prefix, bin_base, oldenv);
bin_base          606 orte/mca/plm/alps/plm_alps_module.c                 opal_asprintf(&newenv, "%s/%s", prefix, bin_base);
bin_base          345 orte/mca/plm/rsh/plm_rsh_module.c     char *lib_base=NULL, *bin_base=NULL;
bin_base          473 orte/mca/plm/rsh/plm_rsh_module.c         opal_asprintf(&bin_base, "%s/%s", prefix_dir, value);
bin_base          479 orte/mca/plm/rsh/plm_rsh_module.c                 opal_asprintf(&full_orted_cmd, "%s/%s", bin_base, orted_cmd);
bin_base          490 orte/mca/plm/rsh/plm_rsh_module.c     if (NULL != lib_base || NULL != bin_base) {
bin_base          507 orte/mca/plm/rsh/plm_rsh_module.c                             (NULL != bin_base ? bin_base : " "),
bin_base          508 orte/mca/plm/rsh/plm_rsh_module.c                             (NULL != bin_base ? ":" : " "),
bin_base          547 orte/mca/plm/rsh/plm_rsh_module.c                             (NULL != bin_base ? bin_base : " "),
bin_base          560 orte/mca/plm/rsh/plm_rsh_module.c             if (NULL != bin_base) {
bin_base          561 orte/mca/plm/rsh/plm_rsh_module.c                 free(bin_base);
bin_base          570 orte/mca/plm/rsh/plm_rsh_module.c         if (NULL != bin_base) {
bin_base          571 orte/mca/plm/rsh/plm_rsh_module.c             free(bin_base);
bin_base          631 orte/mca/plm/slurm/plm_slurm_module.c         char *bin_base = NULL, *lib_base = NULL;
bin_base          639 orte/mca/plm/slurm/plm_slurm_module.c         bin_base = opal_basename(opal_install_dirs.bindir);
bin_base          649 orte/mca/plm/slurm/plm_slurm_module.c                 opal_asprintf(&newenv, "%s/%s:%s", prefix, bin_base, oldenv);
bin_base          651 orte/mca/plm/slurm/plm_slurm_module.c                 opal_asprintf(&newenv, "%s/%s", prefix, bin_base);
bin_base          181 orte/mca/plm/tm/plm_tm_module.c     char *bin_base = NULL, *lib_base = NULL;
bin_base          291 orte/mca/plm/tm/plm_tm_module.c     bin_base = opal_basename(opal_install_dirs.bindir);
bin_base          323 orte/mca/plm/tm/plm_tm_module.c                                prefix_dir, bin_base, env[i] + 5);
bin_base         1072 orte/orted/orted_submit.c             char *oldenv, *newenv, *lib_base, *bin_base;
bin_base         1085 orte/orted/orted_submit.c             bin_base = opal_basename(opal_install_dirs.bindir);
bin_base         1088 orte/orted/orted_submit.c             newenv = opal_os_path( false, param, bin_base, NULL );
bin_base         1101 orte/orted/orted_submit.c             free(bin_base);