name_string 74 ompi/mca/rte/pmix/rte_pmix.h const char* name_string); name_string 75 ompi/mca/rte/pmix/rte_pmix.h OMPI_DECLSPEC int ompi_rte_convert_process_name_to_string(char** name_string, name_string 311 ompi/mca/rte/pmix/rte_pmix_module.c const char* name_string) name_string 323 ompi/mca/rte/pmix/rte_pmix_module.c if (NULL == name_string) { name_string 328 ompi/mca/rte/pmix/rte_pmix_module.c temp = strdup(name_string); /** copy input string as the strtok process is destructive */ name_string 370 ompi/mca/rte/pmix/rte_pmix_module.c int ompi_rte_convert_process_name_to_string(char** name_string, name_string 400 ompi/mca/rte/pmix/rte_pmix_module.c opal_asprintf(name_string, "%s", tmp2); name_string 483 ompi/mca/rte/pmix/rte_pmix_module.c const char* name_string) name_string 485 ompi/mca/rte/pmix/rte_pmix_module.c return ompi_rte_convert_string_to_process_name(name, name_string); name_string 488 ompi/mca/rte/pmix/rte_pmix_module.c static int _convert_process_name_to_string(char** name_string, name_string 491 ompi/mca/rte/pmix/rte_pmix_module.c return ompi_rte_convert_process_name_to_string(name_string, name); name_string 308 ompi/runtime/ompi_mpi_init.c const char* name_string) name_string 310 ompi/runtime/ompi_mpi_init.c return ompi_rte_convert_string_to_process_name(name, name_string); name_string 313 ompi/runtime/ompi_mpi_init.c static int _convert_process_name_to_string(char** name_string, name_string 316 ompi/runtime/ompi_mpi_init.c return ompi_rte_convert_process_name_to_string(name_string, name); name_string 150 opal/util/proc.c const char* name_string) name_string 155 opal/util/proc.c static int opal_convert_process_name_to_string_should_never_be_called(char** name_string, name_string 161 opal/util/proc.c static int opal_snprintf_jobid_should_never_be_called(char* name_string, size_t size, opal_jobid_t jobid) name_string 163 opal/util/proc.c (void)opal_string_copy(name_string, "My JOBID", size); name_string 180 opal/util/proc.c int (*opal_convert_string_to_process_name)(opal_process_name_t *name, const char* name_string) = opal_convert_string_to_process_name_should_never_be_called; name_string 181 opal/util/proc.c int (*opal_convert_process_name_to_string)(char** name_string, const opal_process_name_t *name) = opal_convert_process_name_to_string_should_never_be_called; name_string 182 opal/util/proc.c int (*opal_snprintf_jobid)(char* name_string, size_t size, opal_jobid_t jobid) = opal_snprintf_jobid_should_never_be_called; name_string 132 opal/util/proc.h const char* name_string); name_string 133 opal/util/proc.h OPAL_DECLSPEC extern int (*opal_convert_process_name_to_string)(char** name_string, name_string 137 opal/util/proc.h OPAL_DECLSPEC extern int (*opal_snprintf_jobid)(char* name_string, size_t size, opal_jobid_t jobid); name_string 183 orte/mca/plm/slurm/plm_slurm_module.c char *name_string; name_string 361 orte/mca/plm/slurm/plm_slurm_module.c rc = orte_util_convert_vpid_to_string(&name_string, map->daemon_vpid_start); name_string 368 orte/mca/plm/slurm/plm_slurm_module.c argv[proc_vpid_index] = strdup(name_string); name_string 369 orte/mca/plm/slurm/plm_slurm_module.c free(name_string); name_string 91 orte/runtime/orte_init.c const char* name_string) name_string 93 orte/runtime/orte_init.c return orte_util_convert_string_to_process_name(name, name_string); name_string 96 orte/runtime/orte_init.c static int _convert_process_name_to_string(char** name_string, name_string 99 orte/runtime/orte_init.c return orte_util_convert_process_name_to_string(name_string, name); name_string 400 orte/util/name_fns.c const char* name_string) name_string 412 orte/util/name_fns.c if (NULL == name_string) { name_string 417 orte/util/name_fns.c temp = strdup(name_string); /** copy input string as the strtok process is destructive */ name_string 459 orte/util/name_fns.c int orte_util_convert_process_name_to_string(char **name_string, name_string 489 orte/util/name_fns.c opal_asprintf(name_string, "%s", tmp2); name_string 126 orte/util/name_fns.h const char* name_string); name_string 127 orte/util/name_fns.h ORTE_DECLSPEC int orte_util_convert_process_name_to_string(char** name_string,