c_fh               73 ompi/mpi/fortran/mpif-h/file_call_errhandler_f.c     MPI_File c_fh;
c_fh               75 ompi/mpi/fortran/mpif-h/file_call_errhandler_f.c     c_fh = PMPI_File_f2c(*fh);
c_fh               77 ompi/mpi/fortran/mpif-h/file_call_errhandler_f.c     c_ierr = PMPI_File_call_errhandler(c_fh, OMPI_FINT_2_INT(*errorcode));
c_fh               72 ompi/mpi/fortran/mpif-h/file_close_f.c     MPI_File c_fh;
c_fh               74 ompi/mpi/fortran/mpif-h/file_close_f.c     c_fh = PMPI_File_f2c(*fh);
c_fh               76 ompi/mpi/fortran/mpif-h/file_close_f.c     c_ierr = PMPI_File_close(&c_fh);
c_fh               80 ompi/mpi/fortran/mpif-h/file_close_f.c         *fh = PMPI_File_c2f(c_fh);
c_fh               72 ompi/mpi/fortran/mpif-h/file_get_amode_f.c     MPI_File c_fh;
c_fh               75 ompi/mpi/fortran/mpif-h/file_get_amode_f.c     c_fh = PMPI_File_f2c(*fh);
c_fh               76 ompi/mpi/fortran/mpif-h/file_get_amode_f.c     c_ierr = PMPI_File_get_amode(c_fh, OMPI_SINGLE_NAME_CONVERT(amode));
c_fh               72 ompi/mpi/fortran/mpif-h/file_get_atomicity_f.c     MPI_File c_fh;
c_fh               75 ompi/mpi/fortran/mpif-h/file_get_atomicity_f.c     c_fh = PMPI_File_f2c(*fh);
c_fh               76 ompi/mpi/fortran/mpif-h/file_get_atomicity_f.c     c_ierr = PMPI_File_get_atomicity(c_fh,
c_fh               73 ompi/mpi/fortran/mpif-h/file_get_byte_offset_f.c     MPI_File c_fh;
c_fh               75 ompi/mpi/fortran/mpif-h/file_get_byte_offset_f.c     c_fh = PMPI_File_f2c(*fh);
c_fh               77 ompi/mpi/fortran/mpif-h/file_get_byte_offset_f.c     c_ierr = PMPI_File_get_byte_offset(c_fh,
c_fh               72 ompi/mpi/fortran/mpif-h/file_get_errhandler_f.c     MPI_File c_fh;
c_fh               75 ompi/mpi/fortran/mpif-h/file_get_errhandler_f.c     c_fh = PMPI_File_f2c(*fh);
c_fh               77 ompi/mpi/fortran/mpif-h/file_get_errhandler_f.c     c_ierr = PMPI_File_get_errhandler(c_fh, &c_errhandler);
c_fh               72 ompi/mpi/fortran/mpif-h/file_get_group_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               75 ompi/mpi/fortran/mpif-h/file_get_group_f.c     c_ierr = PMPI_File_get_group(c_fh, &c_grp);
c_fh               72 ompi/mpi/fortran/mpif-h/file_get_info_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               75 ompi/mpi/fortran/mpif-h/file_get_info_f.c     c_ierr = PMPI_File_get_info(c_fh, &c_info);
c_fh               72 ompi/mpi/fortran/mpif-h/file_get_position_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               75 ompi/mpi/fortran/mpif-h/file_get_position_f.c     c_ierr = PMPI_File_get_position(c_fh, &c_offset);
c_fh               73 ompi/mpi/fortran/mpif-h/file_get_position_shared_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               76 ompi/mpi/fortran/mpif-h/file_get_position_shared_f.c     c_ierr = PMPI_File_get_position_shared(c_fh, &c_offset);
c_fh               72 ompi/mpi/fortran/mpif-h/file_get_size_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               75 ompi/mpi/fortran/mpif-h/file_get_size_f.c     c_ierr = PMPI_File_get_size(c_fh, &c_size);
c_fh               73 ompi/mpi/fortran/mpif-h/file_get_type_extent_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               78 ompi/mpi/fortran/mpif-h/file_get_type_extent_f.c     c_ierr = PMPI_File_get_type_extent(c_fh, c_type, extent);
c_fh               76 ompi/mpi/fortran/mpif-h/file_get_view_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               81 ompi/mpi/fortran/mpif-h/file_get_view_f.c     c_ierr = PMPI_File_get_view(c_fh, &c_disp, &c_etype,
c_fh               74 ompi/mpi/fortran/mpif-h/file_iread_all_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               78 ompi/mpi/fortran/mpif-h/file_iread_all_f.c    c_ierr = PMPI_File_iread_all(c_fh, OMPI_F2C_BOTTOM(buf),
c_fh               75 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               79 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c    c_ierr = PMPI_File_iread_at_all(c_fh, (MPI_Offset) *offset,
c_fh               75 ompi/mpi/fortran/mpif-h/file_iread_at_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               79 ompi/mpi/fortran/mpif-h/file_iread_at_f.c    c_ierr = PMPI_File_iread_at(c_fh, (MPI_Offset) *offset,
c_fh               74 ompi/mpi/fortran/mpif-h/file_iread_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               78 ompi/mpi/fortran/mpif-h/file_iread_f.c    c_ierr = PMPI_File_iread(c_fh, OMPI_F2C_BOTTOM(buf),
c_fh               75 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               79 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c    c_ierr = PMPI_File_iread_shared(c_fh,
c_fh               73 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               77 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c    c_ierr = PMPI_File_iwrite_all(c_fh, OMPI_F2C_BOTTOM(buf),
c_fh               75 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               79 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c    c_ierr = PMPI_File_iwrite_at_all(c_fh, (MPI_Offset) *offset,
c_fh               75 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               79 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c    c_ierr = PMPI_File_iwrite_at(c_fh, (MPI_Offset) *offset,
c_fh               73 ompi/mpi/fortran/mpif-h/file_iwrite_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               77 ompi/mpi/fortran/mpif-h/file_iwrite_f.c    c_ierr = PMPI_File_iwrite(c_fh, OMPI_F2C_BOTTOM(buf),
c_fh               75 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               79 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c    c_ierr = PMPI_File_iwrite_shared(c_fh,
c_fh               76 ompi/mpi/fortran/mpif-h/file_open_f.c     MPI_File c_fh;
c_fh               90 ompi/mpi/fortran/mpif-h/file_open_f.c                            c_info, &c_fh);
c_fh               94 ompi/mpi/fortran/mpif-h/file_open_f.c        *fh = PMPI_File_c2f(c_fh);
c_fh               72 ompi/mpi/fortran/mpif-h/file_preallocate_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               74 ompi/mpi/fortran/mpif-h/file_preallocate_f.c     c_ierr = PMPI_File_preallocate(c_fh, (MPI_Offset) *size);
c_fh               75 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               78 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c    c_ierr = PMPI_File_read_all_begin(c_fh, OMPI_F2C_BOTTOM(buf),
c_fh               77 ompi/mpi/fortran/mpif-h/file_read_all_end_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               81 ompi/mpi/fortran/mpif-h/file_read_all_end_f.c     c_ierr = PMPI_File_read_all_end(c_fh, buf, c_status);
c_fh               76 ompi/mpi/fortran/mpif-h/file_read_all_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               82 ompi/mpi/fortran/mpif-h/file_read_all_f.c    c_ierr = PMPI_File_read_all(c_fh, OMPI_F2C_BOTTOM(buf),
c_fh               75 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               78 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c    c_ierr = PMPI_File_read_at_all_begin(c_fh,
c_fh               76 ompi/mpi/fortran/mpif-h/file_read_at_all_end_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               81 ompi/mpi/fortran/mpif-h/file_read_at_all_end_f.c     c_ierr = PMPI_File_read_at_all_end(c_fh, buf, c_status);
c_fh               78 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               84 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c    c_ierr = PMPI_File_read_at_all(c_fh,
c_fh               77 ompi/mpi/fortran/mpif-h/file_read_at_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               83 ompi/mpi/fortran/mpif-h/file_read_at_f.c     c_ierr = PMPI_File_read_at(c_fh,
c_fh               76 ompi/mpi/fortran/mpif-h/file_read_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               82 ompi/mpi/fortran/mpif-h/file_read_f.c    c_ierr = PMPI_File_read(c_fh, OMPI_F2C_BOTTOM(buf),
c_fh               74 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               77 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c    c_ierr = PMPI_File_read_ordered_begin(c_fh, OMPI_F2C_BOTTOM(buf),
c_fh               76 ompi/mpi/fortran/mpif-h/file_read_ordered_end_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               81 ompi/mpi/fortran/mpif-h/file_read_ordered_end_f.c     c_ierr = PMPI_File_read_ordered_end(c_fh, buf, c_status);
c_fh               77 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               83 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c    c_ierr = PMPI_File_read_ordered(c_fh,
c_fh               77 ompi/mpi/fortran/mpif-h/file_read_shared_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               83 ompi/mpi/fortran/mpif-h/file_read_shared_f.c    c_ierr = PMPI_File_read_shared(c_fh,
c_fh               73 ompi/mpi/fortran/mpif-h/file_seek_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               75 ompi/mpi/fortran/mpif-h/file_seek_f.c     c_ierr = PMPI_File_seek(c_fh, (MPI_Offset) *offset,
c_fh               73 ompi/mpi/fortran/mpif-h/file_seek_shared_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               75 ompi/mpi/fortran/mpif-h/file_seek_shared_f.c     c_ierr = PMPI_File_seek_shared(c_fh, (MPI_Offset) *offset,
c_fh               72 ompi/mpi/fortran/mpif-h/file_set_atomicity_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               74 ompi/mpi/fortran/mpif-h/file_set_atomicity_f.c     c_ierr = PMPI_File_set_atomicity(c_fh,
c_fh               74 ompi/mpi/fortran/mpif-h/file_set_errhandler_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               77 ompi/mpi/fortran/mpif-h/file_set_errhandler_f.c     c_ierr = PMPI_File_set_errhandler(c_fh, c_err);
c_fh               72 ompi/mpi/fortran/mpif-h/file_set_info_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               75 ompi/mpi/fortran/mpif-h/file_set_info_f.c     c_ierr = PMPI_File_set_info(c_fh, c_info);
c_fh               72 ompi/mpi/fortran/mpif-h/file_set_size_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               74 ompi/mpi/fortran/mpif-h/file_set_size_f.c     c_ierr = PMPI_File_set_size(c_fh, (MPI_Offset) *size);
c_fh               76 ompi/mpi/fortran/mpif-h/file_set_view_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               86 ompi/mpi/fortran/mpif-h/file_set_view_f.c         c_ierr = OMPI_ERRHANDLER_INVOKE(c_fh, ret, "MPI_FILE_SET_VIEW");
c_fh               91 ompi/mpi/fortran/mpif-h/file_set_view_f.c    c_ierr = PMPI_File_set_view(c_fh, (MPI_Offset) *disp,
c_fh               72 ompi/mpi/fortran/mpif-h/file_sync_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               74 ompi/mpi/fortran/mpif-h/file_sync_f.c     c_ierr = PMPI_File_sync(c_fh);
c_fh               75 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               78 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c    c_ierr = PMPI_File_write_all_begin(c_fh, OMPI_F2C_BOTTOM(buf),
c_fh               77 ompi/mpi/fortran/mpif-h/file_write_all_end_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               81 ompi/mpi/fortran/mpif-h/file_write_all_end_f.c     c_ierr = PMPI_File_write_all_end(c_fh, buf, c_status);
c_fh               76 ompi/mpi/fortran/mpif-h/file_write_all_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               82 ompi/mpi/fortran/mpif-h/file_write_all_f.c    c_ierr = PMPI_File_write_all(c_fh, OMPI_F2C_BOTTOM(buf),
c_fh               75 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               78 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c    c_ierr = PMPI_File_write_at_all_begin(c_fh,
c_fh               76 ompi/mpi/fortran/mpif-h/file_write_at_all_end_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               81 ompi/mpi/fortran/mpif-h/file_write_at_all_end_f.c     c_ierr = PMPI_File_write_at_all_end(c_fh, buf, c_status);
c_fh               78 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               84 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c    c_ierr = PMPI_File_write_at_all(c_fh,
c_fh               79 ompi/mpi/fortran/mpif-h/file_write_at_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               85 ompi/mpi/fortran/mpif-h/file_write_at_f.c    c_ierr = PMPI_File_write_at(c_fh,
c_fh               76 ompi/mpi/fortran/mpif-h/file_write_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               82 ompi/mpi/fortran/mpif-h/file_write_f.c    c_ierr = PMPI_File_write(c_fh, OMPI_F2C_BOTTOM(buf),
c_fh               75 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               78 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c    c_ierr = PMPI_File_write_ordered_begin(c_fh, OMPI_F2C_BOTTOM(buf),
c_fh               76 ompi/mpi/fortran/mpif-h/file_write_ordered_end_f.c     MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               81 ompi/mpi/fortran/mpif-h/file_write_ordered_end_f.c     c_ierr = PMPI_File_write_ordered_end(c_fh, buf, c_status);
c_fh               77 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               83 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c    c_ierr = PMPI_File_write_ordered(c_fh,
c_fh               77 ompi/mpi/fortran/mpif-h/file_write_shared_f.c    MPI_File c_fh = PMPI_File_f2c(*fh);
c_fh               83 ompi/mpi/fortran/mpif-h/file_write_shared_f.c    c_ierr = PMPI_File_write_shared(c_fh,