stdin_target      616 ompi/dpm/dpm.c     char stdin_target[OPAL_MAX_INFO_VAL];
stdin_target      900 ompi/dpm/dpm.c             ompi_info_get (array_of_info[i], "ompi_stdin_target", sizeof(stdin_target) - 1, stdin_target, &flag);
stdin_target      902 ompi/dpm/dpm.c                 if (0 == strcmp(stdin_target, "all")) {
stdin_target      904 ompi/dpm/dpm.c                 } else if (0 == strcmp(stdin_target, "none")) {
stdin_target      907 ompi/dpm/dpm.c                     ui32 = strtoul(stdin_target, NULL, 10);
stdin_target     1421 orte/mca/odls/base/odls_base_default_fns.c             if (jobdat->stdin_target == ORTE_VPID_WILDCARD ||
stdin_target     1422 orte/mca/odls/base/odls_base_default_fns.c                  child->name.vpid == jobdat->stdin_target) {
stdin_target     2098 orte/mca/odls/base/odls_base_default_fns.c     if (jobdat->stdin_target == ORTE_VPID_WILDCARD ||
stdin_target     2099 orte/mca/odls/base/odls_base_default_fns.c          child->name.vpid == jobdat->stdin_target) {
stdin_target      765 orte/mca/plm/base/plm_base_launch_support.c     name.vpid = jdata->stdin_target;
stdin_target      155 orte/mca/schizo/ompi/schizo_ompi.c       &orte_cmd_options.stdin_target, OPAL_CMD_LINE_TYPE_STRING,
stdin_target      847 orte/orted/orted_submit.c     if (NULL != orte_cmd_options.stdin_target) {
stdin_target      848 orte/orted/orted_submit.c         if (0 == strcmp(orte_cmd_options.stdin_target, "all")) {
stdin_target      849 orte/orted/orted_submit.c             jdata->stdin_target = ORTE_VPID_WILDCARD;
stdin_target      850 orte/orted/orted_submit.c         } else if (0 == strcmp(orte_cmd_options.stdin_target, "none")) {
stdin_target      851 orte/orted/orted_submit.c             jdata->stdin_target = ORTE_VPID_INVALID;
stdin_target      853 orte/orted/orted_submit.c             jdata->stdin_target = strtoul(orte_cmd_options.stdin_target, NULL, 10);
stdin_target     1184 orte/orted/orted_submit.c     if (NULL != orte_cmd_options.stdin_target) {
stdin_target     1185 orte/orted/orted_submit.c         free(orte_cmd_options.stdin_target);
stdin_target     1186 orte/orted/orted_submit.c         orte_cmd_options.stdin_target = NULL ;
stdin_target     2462 orte/orted/orted_submit.c     debugger->stdin_target = ORTE_VPID_INVALID;
stdin_target       64 orte/orted/orted_submit.h     char *stdin_target;
stdin_target      467 orte/orted/pmix/pmix_server_dyn.c                 jdata->stdin_target = ORTE_VPID_WILDCARD;
stdin_target      469 orte/orted/pmix/pmix_server_dyn.c                 jdata->stdin_target = ORTE_VPID_INVALID;
stdin_target      471 orte/orted/pmix/pmix_server_dyn.c                 jdata->stdin_target = strtoul(info->data.string, NULL, 10);
stdin_target      202 orte/runtime/data_type_support/orte_dt_packing_fns.c                          (void*)(&(jobs[i]->stdin_target)), 1, ORTE_VPID))) {
stdin_target      195 orte/runtime/data_type_support/orte_dt_print_fns.c              (long)src->num_apps, ORTE_VPID_PRINT(src->stdin_target),
stdin_target      208 orte/runtime/data_type_support/orte_dt_unpacking_fns.c                             (&(jobs[i]->stdin_target)), &n, ORTE_VPID))) {
stdin_target      622 orte/runtime/orte_globals.c     job->stdin_target = 0;
stdin_target      328 orte/runtime/orte_globals.h     orte_vpid_t stdin_target;