proc_file         630 opal/tools/opal-restart/opal-restart.c     char *proc_file = NULL;
proc_file         647 opal/tools/opal-restart/opal-restart.c     opal_asprintf(&proc_file, "%s/%s-%d", opal_tmp_directory(), OPAL_CR_BASE_ENV_NAME, prev_pid);
proc_file         648 opal/tools/opal-restart/opal-restart.c     opal_asprintf(&command, "env | grep OMPI_ > %s", proc_file);
proc_file         721 opal/tools/opal-restart/opal-restart.c     if( NULL != proc_file) {
proc_file         722 opal/tools/opal-restart/opal-restart.c         free(proc_file);
proc_file         723 opal/tools/opal-restart/opal-restart.c         proc_file = NULL;