MPI_File_get_position   68 ompi/mca/io/romio321/romio/include/io_romio_conv.h #define MPI_File_get_position ROMIO_PREFIX(MPI_File_get_position)
MPI_File_get_position  100 ompi/mca/io/romio321/romio/mpi-io/fortran/get_posnf.c     *ierr = MPI_File_get_position(fh_c, offset);
MPI_File_get_position   21 ompi/mca/io/romio321/romio/mpi-io/get_posn.c int MPI_File_get_position(MPI_File fh, MPI_Offset *offset) __attribute__((weak,alias("PMPI_File_get_position")));
MPI_File_get_position  390 ompi/mca/io/romio321/src/io_romio321_file_open.c     ret = ROMIO_PREFIX(MPI_File_get_position) (data->romio_fh, offset);
MPI_File_get_position   77 ompi/mpi/cxx/file_inln.h   (void) MPI_File_get_position(mpi_file, &offset);
MPI_File_get_position  203 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_get_position, mpi_file_get_position, MPI_FILE_GET_POSITION, (MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *ierr));
MPI_File_get_position  134 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h interface MPI_File_get_position
MPI_File_get_position  136 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_get_position(fh, offset, ierror)
MPI_File_get_position  141 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h end subroutine MPI_File_get_position
MPI_File_get_position  421 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_get_position((MPI_File)fh, &offset);