jobidstring       408 ompi/mca/rte/pmix/rte_pmix_module.c static int ompi_pmix_convert_string_to_jobid(opal_jobid_t *jobid, const char* jobidstring)
jobidstring       410 ompi/mca/rte/pmix/rte_pmix_module.c     if (NULL == jobidstring) {  /* got an error */
jobidstring       417 ompi/mca/rte/pmix/rte_pmix_module.c     if (0 == strcmp(OPAL_SCHEMA_WILDCARD_STRING, jobidstring)) {
jobidstring       423 ompi/mca/rte/pmix/rte_pmix_module.c     if (0 == strcmp(OPAL_SCHEMA_INVALID_STRING, jobidstring)) {
jobidstring       428 ompi/mca/rte/pmix/rte_pmix_module.c     *jobid = strtoul(jobidstring, NULL, 10);
jobidstring       103 orte/mca/ess/base/ess_base_std_orted.c     char *jobidstring;
jobidstring       276 orte/mca/ess/base/ess_base_std_orted.c             if (ORTE_SUCCESS != (ret = orte_util_convert_jobid_to_string(&jobidstring,
jobidstring       284 orte/mca/ess/base/ess_base_std_orted.c                      jobidstring, orte_process_info.nodename);
jobidstring       326 orte/util/name_fns.c int orte_util_convert_string_to_jobid(orte_jobid_t *jobid, const char* jobidstring)
jobidstring       328 orte/util/name_fns.c     if (NULL == jobidstring) {  /* got an error */
jobidstring       335 orte/util/name_fns.c     if (0 == strcmp(ORTE_SCHEMA_WILDCARD_STRING, jobidstring)) {
jobidstring       341 orte/util/name_fns.c     if (0 == strcmp(ORTE_SCHEMA_INVALID_STRING, jobidstring)) {
jobidstring       346 orte/util/name_fns.c     *jobid = strtoul(jobidstring, NULL, 10);
jobidstring       122 orte/util/name_fns.h ORTE_DECLSPEC int orte_util_convert_string_to_jobid(orte_jobid_t *jobid, const char* jobidstring);