MPIR_executable_path  169 orte/orted/orted_submit.c char MPIR_executable_path[MPIR_MAX_PATH_LENGTH] = {0};
MPIR_executable_path 2432 orte/orted/orted_submit.c             ('\0' == MPIR_executable_path[0]) ?
MPIR_executable_path 2433 orte/orted/orted_submit.c             "NULL" : (char*) MPIR_executable_path);
MPIR_executable_path 2470 orte/orted/orted_submit.c         app->app = strdup((char*)MPIR_executable_path);
MPIR_executable_path 2653 orte/orted/orted_submit.c         if ('\0' == MPIR_executable_path[0] && NULL == orte_debugger_test_daemon) {
MPIR_executable_path 2674 orte/orted/orted_submit.c                                 MPIR_executable_path : orte_debugger_test_daemon);
MPIR_executable_path 2955 orte/orted/orted_submit.c                         (NULL == orte_debugger_test_daemon) ? MPIR_executable_path : orte_debugger_test_daemon);
MPIR_executable_path 2970 orte/orted/orted_submit.c     if ('\0' != MPIR_executable_path[0] || NULL != orte_debugger_test_daemon) {
MPIR_executable_path 2975 orte/orted/orted_submit.c                             MPIR_executable_path : orte_debugger_test_daemon);
MPIR_executable_path 3068 orte/orted/orted_submit.c     memset((char*)MPIR_executable_path, 0, MPIR_MAX_PATH_LENGTH);