output_stream     428 opal/dss/dss.h typedef int (*opal_dss_dump_fn_t)(int output_stream, void *src, opal_data_type_t type);
output_stream      23 opal/dss/dss_dump.c int opal_dss_dump(int output_stream, void *src, opal_data_type_t type)
output_stream      32 opal/dss/dss_dump.c     opal_output(output_stream, "%s", sptr);
output_stream     230 opal/dss/dss_internal.h int opal_dss_dump(int output_stream, void *src, opal_data_type_t type);
output_stream      45 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c static int output_stream = -1;
output_stream      66 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c     output_stream = pmix_output_open(&lds);
output_stream      75 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c     pmix_output_close(output_stream);
output_stream      76 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c     output_stream = -1;
output_stream     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);
output_stream     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);
output_stream     351 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c         pmix_output(output_stream, "%s", output);
output_stream      49 opal/util/show_help.c static int output_stream = -1;
output_stream      71 opal/util/show_help.c     output_stream = opal_output_open(&lds);
output_stream      82 opal/util/show_help.c     opal_output_close(output_stream);
output_stream      83 opal/util/show_help.c     output_stream = -1;
output_stream     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);
output_stream     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);
output_stream     350 opal/util/show_help.c         opal_output(output_stream, "%s", output);