c_err              73 ompi/mpi/fortran/mpif-h/attr_put_f.c     int c_err;
c_err              79 ompi/mpi/fortran/mpif-h/attr_put_f.c     c_err = ompi_attr_set_fint(COMM_ATTR,
c_err              85 ompi/mpi/fortran/mpif-h/attr_put_f.c     if (NULL != ierr) *ierr = OMPI_INT_2_FINT(c_err);
c_err              75 ompi/mpi/fortran/mpif-h/file_set_errhandler_f.c     MPI_Errhandler c_err = PMPI_Errhandler_f2c(*errhandler);
c_err              77 ompi/mpi/fortran/mpif-h/file_set_errhandler_f.c     c_ierr = PMPI_File_set_errhandler(c_fh, c_err);
c_err              73 ompi/mpi/fortran/mpif-h/win_get_errhandler_f.c     MPI_Errhandler c_err;
c_err              76 ompi/mpi/fortran/mpif-h/win_get_errhandler_f.c     c_ierr = PMPI_Win_get_errhandler(c_win, &c_err);
c_err              80 ompi/mpi/fortran/mpif-h/win_get_errhandler_f.c         *errhandler = PMPI_Errhandler_c2f(c_err);
c_err              75 ompi/mpi/fortran/mpif-h/win_set_errhandler_f.c     MPI_Errhandler c_err = PMPI_Errhandler_f2c(*errhandler);
c_err              77 ompi/mpi/fortran/mpif-h/win_set_errhandler_f.c     c_ierr = PMPI_Win_set_errhandler(c_win, c_err);
c_err              43 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c     int c_err;
c_err              46 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c     c_err = OMPI_Progress(OMPI_FINT_2_INT(*count), c_comm);
c_err              48 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c     if (NULL != ierr) *ierr = OMPI_INT_2_FINT(c_err);