topic             745 opal/mca/btl/usnic/btl_usnic_cagent.c         char *topic;
topic             749 opal/mca/btl/usnic/btl_usnic_cagent.c             topic = "connectivity error: small ok, large bad";
topic             753 opal/mca/btl/usnic/btl_usnic_cagent.c             topic = "connectivity error: small bad, large ok";
topic             757 opal/mca/btl/usnic/btl_usnic_cagent.c             topic = "connectivity error: small bad, large bad";
topic             764 opal/mca/btl/usnic/btl_usnic_cagent.c         opal_show_help("help-mpi-btl-usnic.txt", topic, true,
topic              51 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c static int pmix_show_vhelp_internal(const char *filename, const char *topic,
topic              53 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c static int pmix_show_help_internal(const char *filename, const char *topic,
topic             140 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c static int open_file(const char *base, const char *topic)
topic             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);
topic             208 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c static int find_topic(const char *base, const char *topic)
topic             224 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c             ret = strcmp(tmp + 1, topic);
topic             235 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c             pmix_output(output_stream, "%sSorry!  You were supposed to get help about:\n    %s\nfrom the file:\n    %s\nBut I couldn't find that topic in the file.  Sorry!\n%s", dash_line, topic, base, dash_line);
topic             277 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c static int load_array(char ***array, const char *filename, const char *topic)
topic             281 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c     if (PMIX_SUCCESS != (ret = open_file(filename, topic))) {
topic             285 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c     ret = find_topic(filename, topic);
topic             300 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c char *pmix_show_help_vstring(const char *filename, const char *topic,
topic             307 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c     if (PMIX_SUCCESS != (rc = load_array(&array, filename, topic))) {
topic             326 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c char *pmix_show_help_string(const char *filename, const char *topic,
topic             333 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c     output = pmix_show_help_vstring(filename, topic, want_error_handler,
topic             340 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c static int pmix_show_vhelp_internal(const char *filename, const char *topic,
topic             346 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c     output = pmix_show_help_vstring(filename, topic, want_error_header,
topic             358 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c static int pmix_show_help_internal(const char *filename, const char *topic,
topic             366 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c     rc = pmix_show_vhelp(filename, topic, want_error_header, arglist);
topic             138 opal/mca/pmix/pmix4x/pmix/src/util/show_help.h typedef int (*pmix_show_help_fn_t)(const char *filename, const char *topic,
topic             146 opal/mca/pmix/pmix4x/pmix/src/util/show_help.h typedef int (*pmix_show_vhelp_fn_t)(const char *filename, const char *topic,
topic             155 opal/mca/pmix/pmix4x/pmix/src/util/show_help.h                                         const char *topic,
topic             163 opal/mca/pmix/pmix4x/pmix/src/util/show_help.h                                          const char *topic,
topic              55 opal/util/show_help.c static int opal_show_vhelp_internal(const char *filename, const char *topic,
topic              57 opal/util/show_help.c static int opal_show_help_internal(const char *filename, const char *topic,
topic             145 opal/util/show_help.c static int open_file(const char *base, const char *topic)
topic             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);
topic             209 opal/util/show_help.c static int find_topic(const char *base, const char *topic)
topic             225 opal/util/show_help.c             ret = strcmp(tmp + 1, topic);
topic             236 opal/util/show_help.c             opal_output(output_stream, "%sSorry!  You were supposed to get help about:\n    %s\nfrom the file:\n    %s\nBut I couldn't find that topic in the file.  Sorry!\n%s", dash_line, topic, base, dash_line);
topic             278 opal/util/show_help.c static int load_array(char ***array, const char *filename, const char *topic)
topic             282 opal/util/show_help.c     if (OPAL_SUCCESS != (ret = open_file(filename, topic))) {
topic             286 opal/util/show_help.c     ret = find_topic(filename, topic);
topic             301 opal/util/show_help.c char *opal_show_help_vstring(const char *filename, const char *topic,
topic             308 opal/util/show_help.c     if (OPAL_SUCCESS != (rc = load_array(&array, filename, topic))) {
topic             325 opal/util/show_help.c char *opal_show_help_string(const char *filename, const char *topic,
topic             332 opal/util/show_help.c     output = opal_show_help_vstring(filename, topic, want_error_handler,
topic             339 opal/util/show_help.c static int opal_show_vhelp_internal(const char *filename, const char *topic,
topic             345 opal/util/show_help.c     output = opal_show_help_vstring(filename, topic, want_error_header,
topic             357 opal/util/show_help.c static int opal_show_help_internal(const char *filename, const char *topic,
topic             365 opal/util/show_help.c     rc = opal_show_vhelp(filename, topic, want_error_header, arglist);
topic             130 opal/util/show_help.h typedef int (*opal_show_help_fn_t)(const char *filename, const char *topic,
topic             138 opal/util/show_help.h typedef int (*opal_show_vhelp_fn_t)(const char *filename, const char *topic,
topic             147 opal/util/show_help.h                                           const char *topic,
topic             155 opal/util/show_help.h                                           const char *topic,
topic             151 orte/mca/odls/alps/odls_alps_module.c                                  const char *file, const char *topic, ...)
topic             229 orte/mca/odls/alps/odls_alps_module.c                           const char *topic, va_list ap)
topic             234 orte/mca/odls/alps/odls_alps_module.c     if (NULL == file || NULL == topic) {
topic             238 orte/mca/odls/alps/odls_alps_module.c     str = opal_show_help_vstring(file, topic, true, ap);
topic             245 orte/mca/odls/alps/odls_alps_module.c     msg->topic_str_len = (int) strlen(topic);
topic             261 orte/mca/odls/alps/odls_alps_module.c         OPAL_SUCCESS != (ret = opal_fd_write(fd, msg->topic_str_len, topic))) {
topic             278 orte/mca/odls/alps/odls_alps_module.c                                  const char *file, const char *topic, ...)
topic             287 orte/mca/odls/alps/odls_alps_module.c     va_start(ap, topic);
topic             288 orte/mca/odls/alps/odls_alps_module.c     write_help_msg(fd, &msg, file, topic, ap);
topic             462 orte/mca/odls/alps/odls_alps_module.c     char file[ORTE_ODLS_MAX_FILE_LEN + 1], topic[ORTE_ODLS_MAX_TOPIC_LEN + 1], *str = NULL;
topic             520 orte/mca/odls/alps/odls_alps_module.c             rc = opal_fd_read(read_fd, msg.topic_str_len, topic);
topic             531 orte/mca/odls/alps/odls_alps_module.c             topic[msg.topic_str_len] = '\0';
topic             551 orte/mca/odls/alps/odls_alps_module.c             orte_show_help_norender(file, topic, false, str);
topic             150 orte/mca/odls/default/odls_default_module.c                                  const char *file, const char *topic, ...)
topic             231 orte/mca/odls/default/odls_default_module.c                           const char *topic, va_list ap)
topic             236 orte/mca/odls/default/odls_default_module.c     if (NULL == file || NULL == topic) {
topic             240 orte/mca/odls/default/odls_default_module.c     str = opal_show_help_vstring(file, topic, true, ap);
topic             247 orte/mca/odls/default/odls_default_module.c     msg->topic_str_len = (int) strlen(topic);
topic             263 orte/mca/odls/default/odls_default_module.c         OPAL_SUCCESS != (ret = opal_fd_write(fd, msg->topic_str_len, topic))) {
topic             280 orte/mca/odls/default/odls_default_module.c                                  const char *file, const char *topic, ...)
topic             289 orte/mca/odls/default/odls_default_module.c     va_start(ap, topic);
topic             290 orte/mca/odls/default/odls_default_module.c     write_help_msg(fd, &msg, file, topic, ap);
topic             469 orte/mca/odls/default/odls_default_module.c     char file[ORTE_ODLS_MAX_FILE_LEN + 1], topic[ORTE_ODLS_MAX_TOPIC_LEN + 1], *str = NULL;
topic             527 orte/mca/odls/default/odls_default_module.c             rc = opal_fd_read(read_fd, msg.topic_str_len, topic);
topic             538 orte/mca/odls/default/odls_default_module.c             topic[msg.topic_str_len] = '\0';
topic             558 orte/mca/odls/default/odls_default_module.c             orte_show_help_norender(file, topic, false, str);
topic              73 orte/mca/rtc/base/base.h                                                     const char *topic, ...);
topic              79 orte/mca/rtc/base/base.h                                                       const char *topic, ...);
topic              60 orte/mca/rtc/base/rtc_base_stubs.c                           const char *topic, va_list ap)
topic              65 orte/mca/rtc/base/rtc_base_stubs.c     if (NULL == file || NULL == topic) {
topic              69 orte/mca/rtc/base/rtc_base_stubs.c     str = opal_show_help_vstring(file, topic, true, ap);
topic              76 orte/mca/rtc/base/rtc_base_stubs.c     msg->topic_str_len = (int) strlen(topic);
topic              92 orte/mca/rtc/base/rtc_base_stubs.c         OPAL_SUCCESS != (ret = opal_fd_write(fd, msg->topic_str_len, topic))) {
topic             106 orte/mca/rtc/base/rtc_base_stubs.c                                       const char *topic, ...)
topic             116 orte/mca/rtc/base/rtc_base_stubs.c     va_start(ap, topic);
topic             117 orte/mca/rtc/base/rtc_base_stubs.c     ret = write_help_msg(fd, &msg, file, topic, ap);
topic             124 orte/mca/rtc/base/rtc_base_stubs.c                                         const char *file, const char *topic, ...)
topic             133 orte/mca/rtc/base/rtc_base_stubs.c     va_start(ap, topic);
topic             134 orte/mca/rtc/base/rtc_base_stubs.c     write_help_msg(fd, &msg, file, topic, ap);
topic             307 orte/util/show_help.c static int get_tli(const char *filename, const char *topic,
topic             318 orte/util/show_help.c             ORTE_SUCCESS == match((*tli)->tli_topic, topic)) {
topic             329 orte/util/show_help.c     (*tli)->tli_topic = strdup(topic);
topic             385 orte/util/show_help.c static int show_help(const char *filename, const char *topic,
topic             396 orte/util/show_help.c         rc = get_tli(filename, topic, &tli);
topic             489 orte/util/show_help.c     char *filename=NULL, *topic=NULL;
topic             507 orte/util/show_help.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &topic, &n, OPAL_STRING))) {
topic             528 orte/util/show_help.c     rc = show_help(filename, topic, output, sender);
topic             537 orte/util/show_help.c     if (NULL != topic) {
topic             538 orte/util/show_help.c         free(topic);
topic             594 orte/util/show_help.c int orte_show_help(const char *filename, const char *topic,
topic             606 orte/util/show_help.c     output = opal_show_help_vstring(filename, topic, want_error_header,
topic             615 orte/util/show_help.c     rc = orte_show_help_norender(filename, topic, want_error_header, output);
topic             626 orte/util/show_help.c int orte_show_help_norender(const char *filename, const char *topic,
topic             659 orte/util/show_help.c         rc = show_help(filename, topic, output, ORTE_PROC_MY_NAME);
topic             665 orte/util/show_help.c             rc = show_help(filename, topic, output, ORTE_PROC_MY_NAME);
topic             679 orte/util/show_help.c         rc = show_help(filename, topic, output, ORTE_PROC_MY_NAME);
topic             688 orte/util/show_help.c         opal_dss.pack(buf, &topic, 1, OPAL_STRING);
topic             729 orte/util/show_help.c                 rc = show_help(filename, topic, output, ORTE_PROC_MY_NAME);
topic             739 orte/util/show_help.c int orte_show_help_suppress(const char *filename, const char *topic)
topic             761 orte/util/show_help.c         rc = show_help(filename, topic, NULL, ORTE_PROC_MY_NAME);
topic             776 orte/util/show_help.c             rc = show_help(filename, topic, NULL, ORTE_PROC_MY_NAME);
topic             785 orte/util/show_help.c             opal_dss.pack(buf, &topic, 1, OPAL_STRING);
topic             795 orte/util/show_help.c                 show_help(filename, topic, NULL, ORTE_PROC_MY_NAME);
topic              80 orte/util/show_help.h ORTE_DECLSPEC int orte_show_help(const char *filename, const char *topic,
topic              88 orte/util/show_help.h                                           const char *topic,
topic             102 orte/util/show_help.h                                           const char *topic);