err_msg 34 ompi/debuggers/dlopen_test.c char *err_msg; err_msg 38 ompi/debuggers/dlopen_test.c ret = opal_dl_open(filename, true, true, &handle, &err_msg); err_msg 45 ompi/debuggers/dlopen_test.c printf("Failed to open with private namespace: %s\n", err_msg); err_msg 48 ompi/debuggers/dlopen_test.c ret = opal_dl_open(filename, true, false, &handle, &err_msg); err_msg 56 ompi/debuggers/dlopen_test.c err_msg); err_msg 183 ompi/errhandler/errhandler_predefined.c char *arg = NULL, *prefix = NULL, *err_msg = NULL; err_msg 209 ompi/errhandler/errhandler_predefined.c err_msg = ompi_mpi_errnum_get_string(*error_code); err_msg 210 ompi/errhandler/errhandler_predefined.c if (NULL == err_msg) { err_msg 211 ompi/errhandler/errhandler_predefined.c if (opal_asprintf(&err_msg, unknown_error_code, err_msg 213 ompi/errhandler/errhandler_predefined.c err_msg = NULL; err_msg 223 ompi/errhandler/errhandler_predefined.c usable_err_msg = (NULL == err_msg) ? unknown_error : err_msg; err_msg 264 ompi/errhandler/errhandler_predefined.c free(err_msg); err_msg 1020 ompi/runtime/ompi_mpi_init.c const char *err_msg = opal_strerror(ret); err_msg 1023 ompi/runtime/ompi_mpi_init.c "MPI_INIT", "MPI_INIT", error, err_msg, ret); err_msg 414 opal/mca/base/mca_base_component_repository.c char *err_msg = NULL; err_msg 415 opal/mca/base/mca_base_component_repository.c if (OPAL_SUCCESS != opal_dl_open(ri->ri_path, true, false, &ri->ri_dlhandle, &err_msg)) { err_msg 416 opal/mca/base/mca_base_component_repository.c if (NULL == err_msg) { err_msg 417 opal/mca/base/mca_base_component_repository.c err_msg = "opal_dl_open() error message was NULL!"; err_msg 425 opal/mca/base/mca_base_component_repository.c if (0 == strcasecmp("file not found", err_msg) && err_msg 430 opal/mca/base/mca_base_component_repository.c err_msg = "perhaps a missing symbol, or compiled for a different version of Open MPI?"; err_msg 433 opal/mca/base/mca_base_component_repository.c ri->ri_base, err_msg); err_msg 438 opal/mca/base/mca_base_component_repository.c opal_asprintf(&(f_comp->error_msg), "%s", err_msg); err_msg 461 opal/mca/base/mca_base_component_repository.c err_msg = NULL; err_msg 462 opal/mca/base/mca_base_component_repository.c ret = opal_dl_lookup(ri->ri_dlhandle, struct_name, (void**) &component_struct, &err_msg); err_msg 464 opal/mca/base/mca_base_component_repository.c if (NULL == err_msg) { err_msg 465 opal/mca/base/mca_base_component_repository.c err_msg = "opal_dl_loookup() error message was NULL!"; err_msg 468 opal/mca/base/mca_base_component_repository.c "%s MCA dynamic component (ignored): %s. ret %d", ri->ri_base, ri->ri_type, err_msg, ret); err_msg 62 opal/mca/common/cuda/common_cuda.c char *err_msg; \ err_msg 65 opal/mca/common/cuda/common_cuda.c opal_dl_lookup(libhandle, STRINGIFY(funcName), &ptr, &err_msg)) { \ err_msg 67 opal/mca/common/cuda/common_cuda.c STRINGIFY(funcName), err_msg); \ err_msg 73 opal/mca/dl/base/base.h opal_dl_handle_t **handle, char **err_msg); err_msg 83 opal/mca/dl/base/base.h void **ptr, char **err_msg); err_msg 27 opal/mca/dl/base/dl_base_fns.c opal_dl_handle_t **handle, char **err_msg) err_msg 33 opal/mca/dl/base/dl_base_fns.c handle, err_msg); err_msg 41 opal/mca/dl/base/dl_base_fns.c void **ptr, char **err_msg) err_msg 44 opal/mca/dl/base/dl_base_fns.c return opal_dl->lookup(handle, symbol, ptr, err_msg); err_msg 90 opal/mca/dl/dl.h opal_dl_handle_t **handle, char **err_msg); err_msg 110 opal/mca/dl/dl.h (opal_dl_handle_t *handle, const char *symbol, void **ptr, char **err_msg); err_msg 36 opal/mca/dl/dlopen/dl_dlopen_module.c void **handle, char **err_msg) err_msg 42 opal/mca/dl/dlopen/dl_dlopen_module.c if (NULL != err_msg) { err_msg 44 opal/mca/dl/dlopen/dl_dlopen_module.c *err_msg = NULL; err_msg 46 opal/mca/dl/dlopen/dl_dlopen_module.c *err_msg = dlerror(); err_msg 53 opal/mca/dl/dlopen/dl_dlopen_module.c opal_dl_handle_t **handle, char **err_msg) err_msg 88 opal/mca/dl/dlopen/dl_dlopen_module.c if (NULL != err_msg) { err_msg 89 opal/mca/dl/dlopen/dl_dlopen_module.c *err_msg = "File not found"; err_msg 96 opal/mca/dl/dlopen/dl_dlopen_module.c do_dlopen(name, flags, &local_handle, err_msg); err_msg 105 opal/mca/dl/dlopen/dl_dlopen_module.c do_dlopen(fname, flags, &local_handle, err_msg); err_msg 126 opal/mca/dl/dlopen/dl_dlopen_module.c void **ptr, char **err_msg) err_msg 138 opal/mca/dl/dlopen/dl_dlopen_module.c if (NULL != err_msg) { err_msg 139 opal/mca/dl/dlopen/dl_dlopen_module.c *err_msg = dlerror(); err_msg 20 opal/mca/dl/libltdl/dl_libltdl_module.c opal_dl_handle_t **handle, char **err_msg) err_msg 25 opal/mca/dl/libltdl/dl_libltdl_module.c if (NULL != err_msg) { err_msg 26 opal/mca/dl/libltdl/dl_libltdl_module.c *err_msg = NULL; err_msg 67 opal/mca/dl/libltdl/dl_libltdl_module.c if (NULL != err_msg) { err_msg 68 opal/mca/dl/libltdl/dl_libltdl_module.c *err_msg = (char*) lt_dlerror(); err_msg 75 opal/mca/dl/libltdl/dl_libltdl_module.c void **ptr, char **err_msg) err_msg 82 opal/mca/dl/libltdl/dl_libltdl_module.c if (NULL != err_msg) { err_msg 83 opal/mca/dl/libltdl/dl_libltdl_module.c *err_msg = NULL; err_msg 91 opal/mca/dl/libltdl/dl_libltdl_module.c if (NULL != err_msg) { err_msg 92 opal/mca/dl/libltdl/dl_libltdl_module.c *err_msg = (char*) lt_dlerror(); err_msg 1040 opal/mca/pmix/cray/pmix_cray.c char * err_msg; err_msg 1043 opal/mca/pmix/cray/pmix_cray.c case PMI_FAIL: err_msg = "Operation failed"; break; err_msg 1044 opal/mca/pmix/cray/pmix_cray.c case PMI_ERR_INIT: err_msg = "PMI is not initialized"; break; err_msg 1045 opal/mca/pmix/cray/pmix_cray.c case PMI_ERR_NOMEM: err_msg = "Input buffer not large enough"; break; err_msg 1046 opal/mca/pmix/cray/pmix_cray.c case PMI_ERR_INVALID_ARG: err_msg = "Invalid argument"; break; err_msg 1047 opal/mca/pmix/cray/pmix_cray.c case PMI_ERR_INVALID_KEY: err_msg = "Invalid key argument"; break; err_msg 1048 opal/mca/pmix/cray/pmix_cray.c case PMI_ERR_INVALID_KEY_LENGTH: err_msg = "Invalid key length argument"; break; err_msg 1049 opal/mca/pmix/cray/pmix_cray.c case PMI_ERR_INVALID_VAL: err_msg = "Invalid value argument"; break; err_msg 1050 opal/mca/pmix/cray/pmix_cray.c case PMI_ERR_INVALID_VAL_LENGTH: err_msg = "Invalid value length argument"; break; err_msg 1051 opal/mca/pmix/cray/pmix_cray.c case PMI_ERR_INVALID_LENGTH: err_msg = "Invalid length argument"; break; err_msg 1052 opal/mca/pmix/cray/pmix_cray.c case PMI_ERR_INVALID_NUM_ARGS: err_msg = "Invalid number of arguments"; break; err_msg 1053 opal/mca/pmix/cray/pmix_cray.c case PMI_ERR_INVALID_ARGS: err_msg = "Invalid args argument"; break; err_msg 1054 opal/mca/pmix/cray/pmix_cray.c case PMI_ERR_INVALID_NUM_PARSED: err_msg = "Invalid num_parsed length argument"; break; err_msg 1055 opal/mca/pmix/cray/pmix_cray.c case PMI_ERR_INVALID_KEYVALP: err_msg = "Invalid keyvalp argument"; break; err_msg 1056 opal/mca/pmix/cray/pmix_cray.c case PMI_ERR_INVALID_SIZE: err_msg = "Invalid size argument"; break; err_msg 1059 opal/mca/pmix/cray/pmix_cray.c case PMI_ERR_INVALID_KVS: err_msg = "Invalid kvs argument"; break; err_msg 1061 opal/mca/pmix/cray/pmix_cray.c case PMI_SUCCESS: err_msg = "Success"; break; err_msg 1062 opal/mca/pmix/cray/pmix_cray.c default: err_msg = "Unkown error"; err_msg 1064 opal/mca/pmix/cray/pmix_cray.c return err_msg; err_msg 763 opal/mca/pmix/flux/pmix_flux.c char * err_msg; err_msg 766 opal/mca/pmix/flux/pmix_flux.c case PMI_FAIL: err_msg = "Operation failed"; break; err_msg 767 opal/mca/pmix/flux/pmix_flux.c case PMI_ERR_INIT: err_msg = "PMI is not initialized"; break; err_msg 768 opal/mca/pmix/flux/pmix_flux.c case PMI_ERR_NOMEM: err_msg = "Input buffer not large enough"; break; err_msg 769 opal/mca/pmix/flux/pmix_flux.c case PMI_ERR_INVALID_ARG: err_msg = "Invalid argument"; break; err_msg 770 opal/mca/pmix/flux/pmix_flux.c case PMI_ERR_INVALID_KEY: err_msg = "Invalid key argument"; break; err_msg 771 opal/mca/pmix/flux/pmix_flux.c case PMI_ERR_INVALID_KEY_LENGTH: err_msg = "Invalid key length argument"; break; err_msg 772 opal/mca/pmix/flux/pmix_flux.c case PMI_ERR_INVALID_VAL: err_msg = "Invalid value argument"; break; err_msg 773 opal/mca/pmix/flux/pmix_flux.c case PMI_ERR_INVALID_VAL_LENGTH: err_msg = "Invalid value length argument"; break; err_msg 774 opal/mca/pmix/flux/pmix_flux.c case PMI_ERR_INVALID_LENGTH: err_msg = "Invalid length argument"; break; err_msg 775 opal/mca/pmix/flux/pmix_flux.c case PMI_ERR_INVALID_NUM_ARGS: err_msg = "Invalid number of arguments"; break; err_msg 776 opal/mca/pmix/flux/pmix_flux.c case PMI_ERR_INVALID_ARGS: err_msg = "Invalid args argument"; break; err_msg 777 opal/mca/pmix/flux/pmix_flux.c case PMI_ERR_INVALID_NUM_PARSED: err_msg = "Invalid num_parsed length argument"; break; err_msg 778 opal/mca/pmix/flux/pmix_flux.c case PMI_ERR_INVALID_KEYVALP: err_msg = "Invalid keyvalp argument"; break; err_msg 779 opal/mca/pmix/flux/pmix_flux.c case PMI_ERR_INVALID_SIZE: err_msg = "Invalid size argument"; break; err_msg 782 opal/mca/pmix/flux/pmix_flux.c case PMI_ERR_INVALID_KVS: err_msg = "Invalid kvs argument"; break; err_msg 784 opal/mca/pmix/flux/pmix_flux.c case PMI_SUCCESS: err_msg = "Success"; break; err_msg 785 opal/mca/pmix/flux/pmix_flux.c default: err_msg = "Unkown error"; err_msg 787 opal/mca/pmix/flux/pmix_flux.c return err_msg; err_msg 418 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c char *err_msg = NULL; err_msg 419 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c if (PMIX_SUCCESS != pmix_pdl_open(ri->ri_path, true, false, &ri->ri_dlhandle, &err_msg)) { err_msg 420 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c if (NULL == err_msg) { err_msg 421 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c err_msg = "pmix_dl_open() error message was NULL!"; err_msg 429 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c if (0 == strcasecmp("file not found", err_msg) && err_msg 434 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c err_msg = "perhaps a missing symbol, or compiled for a different version of Open MPI?"; err_msg 437 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c ri->ri_base, err_msg); err_msg 442 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c if (0 > asprintf(&(f_comp->error_msg), "%s", err_msg)) { err_msg 468 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c err_msg = NULL; err_msg 469 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c ret = pmix_pdl_lookup(ri->ri_dlhandle, struct_name, (void**) &component_struct, &err_msg); err_msg 471 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c if (NULL == err_msg) { err_msg 472 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c err_msg = "pmix_dl_loookup() error message was NULL!"; err_msg 475 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c "%s MCA dynamic component (ignored): %s. ret %d", ri->ri_base, ri->ri_type, err_msg, ret); err_msg 73 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/base/base.h pmix_pdl_handle_t **handle, char **err_msg); err_msg 83 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/base/base.h void **ptr, char **err_msg); err_msg 29 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/base/pdl_base_fns.c pmix_pdl_handle_t **handle, char **err_msg) err_msg 35 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/base/pdl_base_fns.c handle, err_msg); err_msg 43 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/base/pdl_base_fns.c void **ptr, char **err_msg) err_msg 46 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/base/pdl_base_fns.c return pmix_pdl->lookup(handle, symbol, ptr, err_msg); err_msg 90 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdl.h pmix_pdl_handle_t **handle, char **err_msg); err_msg 110 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdl.h (pmix_pdl_handle_t *handle, const char *symbol, void **ptr, char **err_msg); err_msg 36 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c void **handle, char **err_msg) err_msg 42 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c if (NULL != err_msg) { err_msg 44 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c *err_msg = NULL; err_msg 46 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c *err_msg = dlerror(); err_msg 53 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c pmix_pdl_handle_t **handle, char **err_msg) err_msg 93 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c if (NULL != err_msg) { err_msg 94 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c *err_msg = "File not found"; err_msg 101 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c do_pdlopen(name, flags, &local_handle, err_msg); err_msg 110 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c do_pdlopen(fname, flags, &local_handle, err_msg); err_msg 131 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c void **ptr, char **err_msg) err_msg 143 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c if (NULL != err_msg) { err_msg 144 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c *err_msg = dlerror(); err_msg 21 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c pmix_pdl_handle_t **handle, char **err_msg) err_msg 26 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c if (NULL != err_msg) { err_msg 27 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c *err_msg = NULL; err_msg 68 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c if (NULL != err_msg) { err_msg 69 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c *err_msg = (char*) lt_dlerror(); err_msg 76 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c void **ptr, char **err_msg) err_msg 83 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c if (NULL != err_msg) { err_msg 84 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c *err_msg = NULL; err_msg 92 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c if (NULL != err_msg) { err_msg 93 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c *err_msg = (char*) lt_dlerror(); err_msg 143 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c char *err_msg = NULL; err_msg 164 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c if (0 > asprintf(&err_msg, "%s: %s", filename, strerror(errno))) { err_msg 185 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c pmix_output(output_stream, "%sSorry! You were supposed to get help about:\n %s\nBut I couldn't open the help file:\n %s. Sorry!\n%s", dash_line, topic, err_msg, dash_line); err_msg 186 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c free(err_msg); err_msg 190 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c if (NULL != err_msg) { err_msg 191 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c free(err_msg); err_msg 731 opal/mca/pmix/s1/pmix_s1.c char * err_msg; err_msg 734 opal/mca/pmix/s1/pmix_s1.c case PMI_FAIL: err_msg = "Operation failed"; break; err_msg 735 opal/mca/pmix/s1/pmix_s1.c case PMI_ERR_INIT: err_msg = "PMI is not initialized"; break; err_msg 736 opal/mca/pmix/s1/pmix_s1.c case PMI_ERR_NOMEM: err_msg = "Input buffer not large enough"; break; err_msg 737 opal/mca/pmix/s1/pmix_s1.c case PMI_ERR_INVALID_ARG: err_msg = "Invalid argument"; break; err_msg 738 opal/mca/pmix/s1/pmix_s1.c case PMI_ERR_INVALID_KEY: err_msg = "Invalid key argument"; break; err_msg 739 opal/mca/pmix/s1/pmix_s1.c case PMI_ERR_INVALID_KEY_LENGTH: err_msg = "Invalid key length argument"; break; err_msg 740 opal/mca/pmix/s1/pmix_s1.c case PMI_ERR_INVALID_VAL: err_msg = "Invalid value argument"; break; err_msg 741 opal/mca/pmix/s1/pmix_s1.c case PMI_ERR_INVALID_VAL_LENGTH: err_msg = "Invalid value length argument"; break; err_msg 742 opal/mca/pmix/s1/pmix_s1.c case PMI_ERR_INVALID_LENGTH: err_msg = "Invalid length argument"; break; err_msg 743 opal/mca/pmix/s1/pmix_s1.c case PMI_ERR_INVALID_NUM_ARGS: err_msg = "Invalid number of arguments"; break; err_msg 744 opal/mca/pmix/s1/pmix_s1.c case PMI_ERR_INVALID_ARGS: err_msg = "Invalid args argument"; break; err_msg 745 opal/mca/pmix/s1/pmix_s1.c case PMI_ERR_INVALID_NUM_PARSED: err_msg = "Invalid num_parsed length argument"; break; err_msg 746 opal/mca/pmix/s1/pmix_s1.c case PMI_ERR_INVALID_KEYVALP: err_msg = "Invalid keyvalp argument"; break; err_msg 747 opal/mca/pmix/s1/pmix_s1.c case PMI_ERR_INVALID_SIZE: err_msg = "Invalid size argument"; break; err_msg 750 opal/mca/pmix/s1/pmix_s1.c case PMI_ERR_INVALID_KVS: err_msg = "Invalid kvs argument"; break; err_msg 752 opal/mca/pmix/s1/pmix_s1.c case PMI_SUCCESS: err_msg = "Success"; break; err_msg 753 opal/mca/pmix/s1/pmix_s1.c default: err_msg = "Unkown error"; err_msg 755 opal/mca/pmix/s1/pmix_s1.c return err_msg; err_msg 750 opal/mca/pmix/s2/pmix_s2.c char * err_msg; err_msg 753 opal/mca/pmix/s2/pmix_s2.c case PMI2_FAIL: err_msg = "Operation failed"; break; err_msg 754 opal/mca/pmix/s2/pmix_s2.c case PMI2_ERR_INIT: err_msg = "PMI is not initialized"; break; err_msg 755 opal/mca/pmix/s2/pmix_s2.c case PMI2_ERR_NOMEM: err_msg = "Input buffer not large enough"; break; err_msg 756 opal/mca/pmix/s2/pmix_s2.c case PMI2_ERR_INVALID_ARG: err_msg = "Invalid argument"; break; err_msg 757 opal/mca/pmix/s2/pmix_s2.c case PMI2_ERR_INVALID_KEY: err_msg = "Invalid key argument"; break; err_msg 758 opal/mca/pmix/s2/pmix_s2.c case PMI2_ERR_INVALID_KEY_LENGTH: err_msg = "Invalid key length argument"; break; err_msg 759 opal/mca/pmix/s2/pmix_s2.c case PMI2_ERR_INVALID_VAL: err_msg = "Invalid value argument"; break; err_msg 760 opal/mca/pmix/s2/pmix_s2.c case PMI2_ERR_INVALID_VAL_LENGTH: err_msg = "Invalid value length argument"; break; err_msg 761 opal/mca/pmix/s2/pmix_s2.c case PMI2_ERR_INVALID_LENGTH: err_msg = "Invalid length argument"; break; err_msg 762 opal/mca/pmix/s2/pmix_s2.c case PMI2_ERR_INVALID_NUM_ARGS: err_msg = "Invalid number of arguments"; break; err_msg 763 opal/mca/pmix/s2/pmix_s2.c case PMI2_ERR_INVALID_ARGS: err_msg = "Invalid args argument"; break; err_msg 764 opal/mca/pmix/s2/pmix_s2.c case PMI2_ERR_INVALID_NUM_PARSED: err_msg = "Invalid num_parsed length argument"; break; err_msg 765 opal/mca/pmix/s2/pmix_s2.c case PMI2_ERR_INVALID_KEYVALP: err_msg = "Invalid keyvalp argument"; break; err_msg 766 opal/mca/pmix/s2/pmix_s2.c case PMI2_ERR_INVALID_SIZE: err_msg = "Invalid size argument"; break; err_msg 767 opal/mca/pmix/s2/pmix_s2.c case PMI2_SUCCESS: err_msg = "Success"; break; err_msg 768 opal/mca/pmix/s2/pmix_s2.c default: err_msg = "Unkown error"; err_msg 770 opal/mca/pmix/s2/pmix_s2.c return err_msg; err_msg 148 opal/util/show_help.c char *err_msg = NULL; err_msg 169 opal/util/show_help.c opal_asprintf(&err_msg, "%s: %s", filename, strerror(errno)); err_msg 186 opal/util/show_help.c opal_output(output_stream, "%sSorry! You were supposed to get help about:\n %s\nBut I couldn't open the help file:\n %s. Sorry!\n%s", dash_line, topic, err_msg, dash_line); err_msg 187 opal/util/show_help.c free(err_msg); err_msg 191 opal/util/show_help.c if (NULL != err_msg) { err_msg 192 opal/util/show_help.c free(err_msg); err_msg 368 oshmem/runtime/oshmem_shmem_init.c const char *err_msg = opal_strerror(ret); err_msg 375 oshmem/runtime/oshmem_shmem_init.c err_msg,