opal_path_findv   903 opal/tools/wrappers/opal_wrapper.c         tmp = opal_path_findv(exec_argv[0], 0, environ, NULL);
opal_path_findv   397 opal/util/path.c         abs_app_name = opal_path_findv( app_name, X_OK, NULL, NULL );
opal_path_findv    77 opal/util/path.h OPAL_DECLSPEC char *opal_path_findv(char *fname, int mode,
opal_path_findv  1010 orte/mca/odls/base/odls_base_default_fns.c         cd->cmd = opal_path_findv(orte_fork_agent[0], X_OK, orte_launch_environ, NULL);
opal_path_findv   566 orte/mca/plm/alps/plm_alps_module.c     char *exec_argv = opal_path_findv(argv[0], 0, env, NULL);
opal_path_findv   394 orte/mca/plm/rsh/plm_rsh_component.c         tmp = opal_path_findv(tokens[0], X_OK, environ, cwd);
opal_path_findv  1436 orte/mca/plm/rsh/plm_rsh_module.c     rsh_agent_path = opal_path_findv(rsh_agent_argv[0], X_OK, environ, path);
opal_path_findv   600 orte/mca/plm/slurm/plm_slurm_module.c     char *exec_argv = opal_path_findv(argv[0], 0, env, NULL);
opal_path_findv  2802 orte/orted/orted_submit.c     tmp = opal_path_findv((*new_argv)[0], X_OK, environ, cwd);
opal_path_findv   138 orte/util/context_fns.c         tmp = opal_path_findv(context->app, X_OK, env, context->cwd);