extent_c          102 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c     MPI_Aint extent_c;
extent_c          107 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c     *ierr = MPI_File_get_type_extent(fh_c,datatype_c, &extent_c);
extent_c          108 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c     *(MPI_Aint*)extent = extent_c; /* Have to assume it's really an MPI_Aint?*/
extent_c          120 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c     MPI_Aint extent_c;
extent_c          123 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c     *ierr = MPI_File_get_type_extent(fh_c,*datatype, &extent_c);
extent_c          124 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c     *(MPI_Aint*)extent = extent_c; /* Have to assume it's really an MPI_Aint?*/