error_string       66 ompi/mca/mtl/psm/mtl_psm.c 			const char *error_string, psm_error_token_t token)
error_string       83 ompi/mca/mtl/psm/mtl_psm.c 			"an endpoint: %s\n", error_string);
error_string       66 ompi/mca/mtl/psm2/mtl_psm2.c 			const char *error_string, psm2_error_token_t token)
error_string       83 ompi/mca/mtl/psm2/mtl_psm2.c 			"an endpoint: %s\n", error_string);
error_string       35 ompi/mpi/cxx/exception.h   inline Exception(int ec) : error_code(ec), error_string(0), error_class(-1) {
error_string       38 ompi/mpi/cxx/exception.h     error_string = new char[MAX_ERROR_STRING];
error_string       39 ompi/mpi/cxx/exception.h     (void)MPI_Error_string(error_code, error_string, &resultlen);
error_string       42 ompi/mpi/cxx/exception.h     delete[] error_string;
error_string       50 ompi/mpi/cxx/exception.h     error_string = new char[MAX_ERROR_STRING];
error_string       55 ompi/mpi/cxx/exception.h       error_string[i] = a.error_string[i];
error_string       62 ompi/mpi/cxx/exception.h   inline const char* Get_error_string() const { return error_string; }
error_string       71 ompi/mpi/cxx/exception.h   char* error_string;