lib_base          586 orte/mca/plm/alps/plm_alps_module.c         char *bin_base = NULL, *lib_base = NULL;
lib_base          593 orte/mca/plm/alps/plm_alps_module.c         lib_base = opal_basename(opal_install_dirs.libdir);
lib_base          617 orte/mca/plm/alps/plm_alps_module.c                 opal_asprintf(&newenv, "%s/%s:%s", prefix, lib_base, oldenv);
lib_base          619 orte/mca/plm/alps/plm_alps_module.c                 opal_asprintf(&newenv, "%s/%s", prefix, lib_base);
lib_base          345 orte/mca/plm/rsh/plm_rsh_module.c     char *lib_base=NULL, *bin_base=NULL;
lib_base          454 orte/mca/plm/rsh/plm_rsh_module.c             opal_asprintf(&lib_base, "%s:%s/%s", mca_plm_rsh_component.pass_libpath, prefix_dir, param);
lib_base          456 orte/mca/plm/rsh/plm_rsh_module.c             opal_asprintf(&lib_base, "%s:%s", mca_plm_rsh_component.pass_libpath, param);
lib_base          459 orte/mca/plm/rsh/plm_rsh_module.c         opal_asprintf(&lib_base, "%s/%s", prefix_dir, param);
lib_base          490 orte/mca/plm/rsh/plm_rsh_module.c     if (NULL != lib_base || NULL != bin_base) {
lib_base          509 orte/mca/plm/rsh/plm_rsh_module.c                             (NULL != lib_base ? lib_base : " "),
lib_base          510 orte/mca/plm/rsh/plm_rsh_module.c                             (NULL != lib_base ? ":" : " "),
lib_base          511 orte/mca/plm/rsh/plm_rsh_module.c                             (NULL != lib_base ? lib_base : " "),
lib_base          512 orte/mca/plm/rsh/plm_rsh_module.c                             (NULL != lib_base ? ":" : " "),
lib_base          548 orte/mca/plm/rsh/plm_rsh_module.c                             (NULL != lib_base ? lib_base : " "),
lib_base          549 orte/mca/plm/rsh/plm_rsh_module.c                             (NULL != lib_base ? lib_base : " "),
lib_base          550 orte/mca/plm/rsh/plm_rsh_module.c                             (NULL != lib_base ? ":" : " "),
lib_base          551 orte/mca/plm/rsh/plm_rsh_module.c                             (NULL != lib_base ? lib_base : " "),
lib_base          552 orte/mca/plm/rsh/plm_rsh_module.c                             (NULL != lib_base ? lib_base : " "),
lib_base          553 orte/mca/plm/rsh/plm_rsh_module.c                             (NULL != lib_base ? ":" : " "),
lib_base          563 orte/mca/plm/rsh/plm_rsh_module.c             if (NULL != lib_base) {
lib_base          564 orte/mca/plm/rsh/plm_rsh_module.c                 free(lib_base);
lib_base          573 orte/mca/plm/rsh/plm_rsh_module.c         if (NULL != lib_base) {
lib_base          574 orte/mca/plm/rsh/plm_rsh_module.c             free(lib_base);
lib_base          631 orte/mca/plm/slurm/plm_slurm_module.c         char *bin_base = NULL, *lib_base = NULL;
lib_base          638 orte/mca/plm/slurm/plm_slurm_module.c         lib_base = opal_basename(opal_install_dirs.libdir);
lib_base          663 orte/mca/plm/slurm/plm_slurm_module.c                 opal_asprintf(&newenv, "%s/%s:%s", prefix, lib_base, oldenv);
lib_base          665 orte/mca/plm/slurm/plm_slurm_module.c                 opal_asprintf(&newenv, "%s/%s", prefix, lib_base);
lib_base          181 orte/mca/plm/tm/plm_tm_module.c     char *bin_base = NULL, *lib_base = NULL;
lib_base          290 orte/mca/plm/tm/plm_tm_module.c     lib_base = opal_basename(opal_install_dirs.libdir);
lib_base          335 orte/mca/plm/tm/plm_tm_module.c                                prefix_dir, lib_base, env[i] + 16);
lib_base         1072 orte/orted/orted_submit.c             char *oldenv, *newenv, *lib_base, *bin_base;
lib_base         1084 orte/orted/orted_submit.c             lib_base = opal_basename(opal_install_dirs.libdir);
lib_base         1104 orte/orted/orted_submit.c             newenv = opal_os_path( false, param, lib_base, NULL );
lib_base         1118 orte/orted/orted_submit.c             free(lib_base);