strerrbuf         158 opal/util/error.c opal_strerror_r(int errnum, char *strerrbuf, size_t buflen)
strerrbuf         167 opal/util/error.c             opal_string_copy(strerrbuf, tmp, buflen);
strerrbuf         172 opal/util/error.c             len =  snprintf(strerrbuf, buflen, "%s", ue_msg);
strerrbuf         183 opal/util/error.c         len =  snprintf(strerrbuf, buflen, "%s", errmsg);
strerrbuf          73 opal/util/error.h OPAL_DECLSPEC int opal_strerror_r(int errnum, char *strerrbuf, size_t buflen);