wdir 424 orte/mca/odls/alps/odls_alps_module.c if (NULL != cd->wdir) { wdir 425 orte/mca/odls/alps/odls_alps_module.c if (0 != chdir(cd->wdir)) { wdir 430 orte/mca/odls/alps/odls_alps_module.c cd->wdir, wdir 824 orte/mca/odls/base/odls_base_default_fns.c static int setup_path(orte_app_context_t *app, char **wdir) wdir 855 orte/mca/odls/base/odls_base_default_fns.c *wdir = strdup(dir); wdir 860 orte/mca/odls/base/odls_base_default_fns.c *wdir = NULL; wdir 1410 orte/mca/odls/base/odls_base_default_fns.c cd->wdir = strdup(effective_dir); wdir 2034 orte/mca/odls/base/odls_base_default_fns.c char *wdir = NULL; wdir 2076 orte/mca/odls/base/odls_base_default_fns.c if (ORTE_SUCCESS != (rc = setup_path(app, &wdir))) { wdir 2078 orte/mca/odls/base/odls_base_default_fns.c if (NULL != wdir) { wdir 2079 orte/mca/odls/base/odls_base_default_fns.c free(wdir); wdir 2086 orte/mca/odls/base/odls_base_default_fns.c if (NULL != wdir) { wdir 2087 orte/mca/odls/base/odls_base_default_fns.c cd->wdir = strdup(wdir); wdir 2088 orte/mca/odls/base/odls_base_default_fns.c free(wdir); wdir 335 orte/mca/odls/base/odls_base_frame.c p->wdir = NULL; wdir 344 orte/mca/odls/base/odls_base_frame.c if (NULL != p->wdir) { wdir 345 orte/mca/odls/base/odls_base_frame.c free(p->wdir); wdir 99 orte/mca/odls/base/odls_private.h char *wdir; wdir 442 orte/mca/odls/default/odls_default_module.c if (NULL != cd->wdir) { wdir 443 orte/mca/odls/default/odls_default_module.c if (0 != chdir(cd->wdir)) { wdir 448 orte/mca/odls/default/odls_default_module.c cd->wdir, wdir 382 orte/mca/schizo/ompi/schizo_ompi.c &orte_cmd_options.wdir, OPAL_CMD_LINE_TYPE_STRING, wdir 386 orte/mca/schizo/ompi/schizo_ompi.c &orte_cmd_options.wdir, OPAL_CMD_LINE_TYPE_STRING, wdir 1171 orte/orted/orted_submit.c if (NULL != orte_cmd_options.wdir) { wdir 1172 orte/orted/orted_submit.c free(orte_cmd_options.wdir); wdir 1173 orte/orted/orted_submit.c orte_cmd_options.wdir = NULL; wdir 1523 orte/orted/orted_submit.c if (NULL != orte_cmd_options.wdir) { wdir 1525 orte/orted/orted_submit.c if (opal_path_is_absolute(orte_cmd_options.wdir)) { wdir 1526 orte/orted/orted_submit.c app->cwd = strdup(orte_cmd_options.wdir); wdir 1535 orte/orted/orted_submit.c app->cwd = opal_os_path(false, cwd, orte_cmd_options.wdir, NULL); wdir 59 orte/orted/orted_submit.h char *wdir;