MPI_ERRORS_RETURN   23 ompi/mca/io/romio321/romio/adio/common/ad_end.c     PMPI_File_set_errhandler(MPI_FILE_NULL, MPI_ERRORS_RETURN);
MPI_ERRORS_RETURN   34 ompi/mca/io/romio321/romio/adio/common/ad_init.c MPI_Errhandler ADIOI_DFLT_ERR_HANDLER = MPI_ERRORS_RETURN;
MPI_ERRORS_RETURN   29 ompi/mca/io/romio321/romio/adio/common/error.c     else if (err_handler != MPI_ERRORS_RETURN) {
MPI_ERRORS_RETURN   83 ompi/mca/io/romio321/romio/mpi-io/close.c     error_code = PMPI_File_set_errhandler(*fh, MPI_ERRORS_RETURN);
MPI_ERRORS_RETURN   52 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_err.c 	    ADIOI_DFLT_ERR_HANDLER != MPI_ERRORS_RETURN)
MPI_ERRORS_RETURN   65 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_err.c 	adio_fh->err_handler != MPI_ERRORS_RETURN)
MPI_ERRORS_RETURN   82 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_err.c 	errh != MPI_ERRORS_RETURN)
MPI_ERRORS_RETURN   83 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_err.c     if (e == MPI_ERRORS_RETURN || e == MPIR_ERRORS_THROW_EXCEPTIONS || !e) {
MPI_ERRORS_RETURN   40 ompi/mca/io/romio321/romio/mpi-io/mpich_fileutil.c 	if (ADIOI_DFLT_ERR_HANDLER == MPI_ERRORS_RETURN)
MPI_ERRORS_RETURN   52 ompi/mca/io/romio321/romio/mpi-io/mpich_fileutil.c 	if (file_ptr->err_handler == MPI_ERRORS_RETURN) 
MPI_ERRORS_RETURN   57 ompi/mca/io/romio321/romio/mpi-io/set_errh.c 	if ((errhandler != MPI_ERRORS_RETURN) &&
MPI_ERRORS_RETURN   64 ompi/mpi/java/c/mpi_Errhandler.c     return (jlong)MPI_ERRORS_RETURN;
MPI_ERRORS_RETURN   74 orte/test/mpi/crisscross.c  MPI_Comm_set_errhandler(MPI_COMM_WORLD, MPI_ERRORS_RETURN);
MPI_ERRORS_RETURN   59 orte/test/mpi/sendrecv_blaster.c     MPI_Comm_set_errhandler(MPI_COMM_WORLD, MPI_ERRORS_RETURN);