dash_line 44 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c static const char *dash_line = "--------------------------------------------------------------------------\n"; dash_line 100 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c len = want_error_header ? 2 * strlen(dash_line) : 0; dash_line 120 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c strcat(*outstring, dash_line); dash_line 130 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c strcat(*outstring, dash_line); dash_line 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); dash_line 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); dash_line 48 opal/util/show_help.c static const char *dash_line = "--------------------------------------------------------------------------\n"; dash_line 105 opal/util/show_help.c len = want_error_header ? 2 * strlen(dash_line) : 0; dash_line 125 opal/util/show_help.c strcat(*outstring, dash_line); dash_line 135 opal/util/show_help.c strcat(*outstring, dash_line); dash_line 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); dash_line 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);