sm_filename_length   60 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c     int sm_filename_length;
sm_filename_length  106 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c     sm_filename_length = strlen(ompi_process_info.job_session_dir) + 1 + strlen(filename_basename) + 5 + (3*sizeof(uint32_t)+1) + 4;
sm_filename_length  107 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c     sm_filename = (char*) malloc( sizeof(char) * sm_filename_length);
sm_filename_length  129 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c     snprintf(sm_filename, sm_filename_length, "%s/%s_cid-%d-%d.sm", ompi_process_info.job_session_dir,