c_errhandler      835 ompi/debuggers/mpihandles_interface.h                           mqs_taddr_t *c_errhandler);
c_errhandler      839 ompi/debuggers/mpihandles_interface.h                             mqs_taddr_t *c_errhandler);
c_errhandler      699 ompi/debuggers/ompi_mpihandles_dll.c                             mqs_taddr_t c_errhandler,
c_errhandler      702 ompi/debuggers/ompi_mpihandles_dll.c     printf("mpidbg_errhandler_query: %p\n", (void*) c_errhandler);
c_errhandler      709 ompi/debuggers/ompi_mpihandles_dll.c                           mqs_taddr_t f77_errhandler, mqs_taddr_t *c_errhandler)
c_errhandler      719 ompi/debuggers/ompi_mpihandles_dll.c                             mqs_taddr_t *c_errhandler)
c_errhandler       53 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_err.c     void (*c_errhandler)(MPI_File *, int *, ... );
c_errhandler       86 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_err.c 	c_errhandler = 0;
c_errhandler       89 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_err.c 	MPIR_Get_file_error_routine( e, &c_errhandler, &kind );
c_errhandler      102 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_err.c 	(*c_errhandler)( &mpi_fh, &error_code, 0 ); 
c_errhandler      105 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_err.c 	MPIR_File_call_cxx_errhandler( &mpi_fh, &error_code, c_errhandler );
c_errhandler       77 ompi/mpi/fortran/mpif-h/comm_create_errhandler_f.c     MPI_Errhandler c_errhandler =
c_errhandler       81 ompi/mpi/fortran/mpif-h/comm_create_errhandler_f.c     if (MPI_ERRHANDLER_NULL != c_errhandler) {
c_errhandler       82 ompi/mpi/fortran/mpif-h/comm_create_errhandler_f.c         *errhandler = PMPI_Errhandler_c2f(c_errhandler);
c_errhandler       74 ompi/mpi/fortran/mpif-h/comm_get_errhandler_f.c     MPI_Errhandler c_errhandler;
c_errhandler       78 ompi/mpi/fortran/mpif-h/comm_get_errhandler_f.c     c_ierr = PMPI_Comm_get_errhandler(c_comm, &c_errhandler);
c_errhandler       82 ompi/mpi/fortran/mpif-h/comm_get_errhandler_f.c         *errhandler = PMPI_Errhandler_c2f(c_errhandler);
c_errhandler       75 ompi/mpi/fortran/mpif-h/comm_set_errhandler_f.c     MPI_Errhandler c_errhandler;
c_errhandler       78 ompi/mpi/fortran/mpif-h/comm_set_errhandler_f.c     c_errhandler = PMPI_Errhandler_f2c(*errhandler);
c_errhandler       80 ompi/mpi/fortran/mpif-h/comm_set_errhandler_f.c     c_ierr = PMPI_Comm_set_errhandler(c_comm, c_errhandler);
c_errhandler       72 ompi/mpi/fortran/mpif-h/errhandler_free_f.c     MPI_Errhandler c_errhandler;
c_errhandler       74 ompi/mpi/fortran/mpif-h/errhandler_free_f.c     c_errhandler = PMPI_Errhandler_f2c(*errhandler);
c_errhandler       76 ompi/mpi/fortran/mpif-h/errhandler_free_f.c     c_ierr = PMPI_Errhandler_free(&c_errhandler);
c_errhandler       80 ompi/mpi/fortran/mpif-h/errhandler_free_f.c         *errhandler = PMPI_Errhandler_c2f(c_errhandler);
c_errhandler       73 ompi/mpi/fortran/mpif-h/errhandler_get_f.c     MPI_Errhandler c_errhandler;
c_errhandler       77 ompi/mpi/fortran/mpif-h/errhandler_get_f.c     c_ierr = PMPI_Errhandler_get(c_comm, &c_errhandler);
c_errhandler       81 ompi/mpi/fortran/mpif-h/errhandler_get_f.c         *errhandler = PMPI_Errhandler_c2f(c_errhandler);
c_errhandler       74 ompi/mpi/fortran/mpif-h/errhandler_set_f.c     MPI_Errhandler c_errhandler;
c_errhandler       77 ompi/mpi/fortran/mpif-h/errhandler_set_f.c     c_errhandler = PMPI_Errhandler_f2c(*errhandler);
c_errhandler       79 ompi/mpi/fortran/mpif-h/errhandler_set_f.c     c_ierr = PMPI_Errhandler_set(c_comm, c_errhandler);
c_errhandler       77 ompi/mpi/fortran/mpif-h/file_create_errhandler_f.c     MPI_Errhandler c_errhandler =
c_errhandler       81 ompi/mpi/fortran/mpif-h/file_create_errhandler_f.c     if (MPI_ERRHANDLER_NULL != c_errhandler) {
c_errhandler       82 ompi/mpi/fortran/mpif-h/file_create_errhandler_f.c         *errhandler = PMPI_Errhandler_c2f(c_errhandler);
c_errhandler       73 ompi/mpi/fortran/mpif-h/file_get_errhandler_f.c     MPI_Errhandler c_errhandler;
c_errhandler       77 ompi/mpi/fortran/mpif-h/file_get_errhandler_f.c     c_ierr = PMPI_File_get_errhandler(c_fh, &c_errhandler);
c_errhandler       81 ompi/mpi/fortran/mpif-h/file_get_errhandler_f.c         *errhandler = PMPI_Errhandler_c2f(c_errhandler);
c_errhandler       76 ompi/mpi/fortran/mpif-h/win_create_errhandler_f.c     MPI_Errhandler c_errhandler =
c_errhandler       80 ompi/mpi/fortran/mpif-h/win_create_errhandler_f.c     if (MPI_ERRHANDLER_NULL != c_errhandler) {
c_errhandler       81 ompi/mpi/fortran/mpif-h/win_create_errhandler_f.c         *errhandler = PMPI_Errhandler_c2f(c_errhandler);