c_offset           73 ompi/mpi/fortran/mpif-h/file_get_position_f.c     MPI_Offset c_offset;
c_offset           75 ompi/mpi/fortran/mpif-h/file_get_position_f.c     c_ierr = PMPI_File_get_position(c_fh, &c_offset);
c_offset           79 ompi/mpi/fortran/mpif-h/file_get_position_f.c         *offset = (MPI_Offset) c_offset;
c_offset           74 ompi/mpi/fortran/mpif-h/file_get_position_shared_f.c     MPI_Offset c_offset;
c_offset           76 ompi/mpi/fortran/mpif-h/file_get_position_shared_f.c     c_ierr = PMPI_File_get_position_shared(c_fh, &c_offset);
c_offset           80 ompi/mpi/fortran/mpif-h/file_get_position_shared_f.c         *offset = (MPI_Offset) c_offset;