jobid_string      433 ompi/mca/rte/pmix/rte_pmix_module.c static int ompi_pmix_snprintf_jobid(char *jobid_string, size_t size, const opal_jobid_t jobid)
jobid_string      439 ompi/mca/rte/pmix/rte_pmix_module.c         (void)opal_string_copy(jobid_string,
jobid_string      442 ompi/mca/rte/pmix/rte_pmix_module.c         rc = snprintf(jobid_string, size, "%ld", (long) jobid);
jobid_string      495 ompi/mca/rte/pmix/rte_pmix_module.c _convert_string_to_jobid(opal_jobid_t *jobid, const char *jobid_string)
jobid_string      497 ompi/mca/rte/pmix/rte_pmix_module.c     return ompi_pmix_convert_string_to_jobid(jobid, jobid_string);
jobid_string      167 opal/util/proc.c static int opal_convert_string_to_jobid_should_never_be_called(opal_jobid_t *jobid, const char *jobid_string)
jobid_string      183 opal/util/proc.c int (*opal_convert_string_to_jobid)(opal_jobid_t *jobid, const char *jobid_string) = opal_convert_string_to_jobid_should_never_be_called;
jobid_string      138 opal/util/proc.h OPAL_DECLSPEC extern int (*opal_convert_string_to_jobid)(opal_jobid_t *jobid, const char *jobid_string);
jobid_string      171 orte/mca/plm/alps/plm_alps_module.c     char *jobid_string = NULL;
jobid_string      249 orte/mca/plm/alps/plm_alps_module.c     orte_util_convert_jobid_to_string(&jobid_string, daemons->jobid);
jobid_string      442 orte/mca/plm/alps/plm_alps_module.c     if(NULL != jobid_string) {
jobid_string      443 orte/mca/plm/alps/plm_alps_module.c         free(jobid_string);
jobid_string      174 orte/mca/plm/slurm/plm_slurm_module.c     char *jobid_string = NULL;
jobid_string      252 orte/mca/plm/slurm/plm_slurm_module.c     opal_asprintf(&jobid_string, "%lu", (unsigned long) daemons->jobid);
jobid_string      462 orte/mca/plm/slurm/plm_slurm_module.c     if(NULL != jobid_string) {
jobid_string      463 orte/mca/plm/slurm/plm_slurm_module.c         free(jobid_string);
jobid_string      103 orte/runtime/orte_init.c _convert_string_to_jobid(opal_jobid_t *jobid, const char *jobid_string)
jobid_string      105 orte/runtime/orte_init.c     return orte_util_convert_string_to_jobid(jobid, jobid_string);
jobid_string      291 orte/util/name_fns.c int orte_util_snprintf_jobid(char *jobid_string, size_t size, const orte_jobid_t jobid)
jobid_string      297 orte/util/name_fns.c         (void)opal_string_copy(jobid_string, ORTE_SCHEMA_WILDCARD_STRING, size);
jobid_string      299 orte/util/name_fns.c         rc = snprintf(jobid_string, size, "%ld", (long) jobid);
jobid_string      308 orte/util/name_fns.c int orte_util_convert_jobid_to_string(char **jobid_string, const orte_jobid_t jobid)
jobid_string      314 orte/util/name_fns.c         *jobid_string = NULL;
jobid_string      317 orte/util/name_fns.c     *jobid_string = strdup(str);
jobid_string      318 orte/util/name_fns.c     if (NULL == *jobid_string) {
jobid_string      120 orte/util/name_fns.h ORTE_DECLSPEC int orte_util_snprintf_jobid(char *jobid_string, size_t size, const orte_jobid_t jobid);
jobid_string      121 orte/util/name_fns.h ORTE_DECLSPEC int orte_util_convert_jobid_to_string(char **jobid_string, const orte_jobid_t jobid);