errmsg            325 opal/mca/common/cuda/common_cuda.c     char *errmsg = NULL;
errmsg            433 opal/mca/common/cuda/common_cuda.c         errmsg = opal_argv_join(errmsgs, '\n');
errmsg            436 opal/mca/common/cuda/common_cuda.c                            errmsg);
errmsg            441 opal/mca/common/cuda/common_cuda.c     free(errmsg);
errmsg             99 opal/runtime/opal_init.c opal_err2str(int errnum, const char **errmsg)
errmsg            319 opal/runtime/opal_init.c     *errmsg = retval;
errmsg            105 opal/util/error.c     const char* errmsg;
errmsg            106 opal/util/error.c     ret = opal_strerror_int(errnum, &errmsg);
errmsg            122 opal/util/error.c         fprintf(stderr, "%s\n", errmsg);
errmsg            136 opal/util/error.c     const char* errmsg;
errmsg            142 opal/util/error.c     ret = opal_strerror_int(errnum, &errmsg);
errmsg            152 opal/util/error.c         return errmsg;
errmsg            160 opal/util/error.c     const char* errmsg;
errmsg            163 opal/util/error.c     ret = opal_strerror_int(errnum, &errmsg);
errmsg            183 opal/util/error.c         len =  snprintf(strerrbuf, buflen, "%s", errmsg);
errmsg            108 opal/util/sys_limits.c int opal_util_init_sys_limits(char **errmsg)
errmsg            142 opal/util/sys_limits.c                 *errmsg = opal_show_help_string("help-opal-util.txt", "sys-limit-failed", true, "openfiles", "max");
errmsg            149 opal/util/sys_limits.c                 *errmsg = opal_show_help_string("help-opal-util.txt", "sys-limit-failed", true, "maxchildren", "max");
errmsg            157 opal/util/sys_limits.c                 *errmsg = opal_show_help_string("help-opal-util.txt", "sys-limit-failed", true, "filesize", "max");
errmsg            172 opal/util/sys_limits.c                 *errmsg = opal_show_help_string("help-opal-util.txt", "sys-limit-failed", true, "openfiles", setlim);
errmsg            179 opal/util/sys_limits.c                 *errmsg = opal_show_help_string("help-opal-util.txt", "sys-limit-failed", true, "filesize", setlim);
errmsg            187 opal/util/sys_limits.c                 *errmsg = opal_show_help_string("help-opal-util.txt", "sys-limit-failed", true, "maxmem", setlim);
errmsg            194 opal/util/sys_limits.c                 *errmsg = opal_show_help_string("help-opal-util.txt", "sys-limit-failed", true, "openfiles", setlim);
errmsg            202 opal/util/sys_limits.c                 *errmsg = opal_show_help_string("help-opal-util.txt", "sys-limit-failed", true, "stacksize", setlim);
errmsg            209 opal/util/sys_limits.c                 *errmsg = opal_show_help_string("help-opal-util.txt", "sys-limit-failed", true, "maxchildren", setlim);
errmsg            215 opal/util/sys_limits.c             *errmsg = opal_show_help_string("help-opal-util.txt", "sys-limit-unrecognized", true, lim[0], setlim);
errmsg             51 opal/util/sys_limits.h OPAL_DECLSPEC int opal_util_init_sys_limits(char **errmsg);
errmsg             39 orte/util/error_strings.c int orte_err2str(int errnum, const char **errmsg)
errmsg            223 orte/util/error_strings.c     *errmsg = retval;
errmsg             37 orte/util/error_strings.h ORTE_DECLSPEC int orte_err2str(int errnum, const char **errmsg);