orte_xml_fp       214 orte/mca/ess/hnp/ess_hnp_module.c         fprintf(orte_xml_fp, "<mpirun>\n");
orte_xml_fp       215 orte/mca/ess/hnp/ess_hnp_module.c         fflush(orte_xml_fp);
orte_xml_fp       793 orte/mca/ess/hnp/ess_hnp_module.c         fprintf(orte_xml_fp, "</mpirun>\n");
orte_xml_fp       794 orte/mca/ess/hnp/ess_hnp_module.c         fflush(orte_xml_fp);
orte_xml_fp       795 orte/mca/ess/hnp/ess_hnp_module.c         if (stdout != orte_xml_fp) {
orte_xml_fp       796 orte/mca/ess/hnp/ess_hnp_module.c             fclose(orte_xml_fp);
orte_xml_fp       117 orte/mca/iof/base/iof_base_frame.c             if (NULL != orte_xml_fp) {
orte_xml_fp       119 orte/mca/iof/base/iof_base_frame.c                 xmlfd = fileno(orte_xml_fp);
orte_xml_fp       287 orte/mca/iof/base/iof_base_frame.c     if (ORTE_PROC_IS_HNP && NULL != orte_xml_fp) {
orte_xml_fp       288 orte/mca/iof/base/iof_base_frame.c         int xmlfd = fileno(orte_xml_fp);
orte_xml_fp        99 orte/mca/ras/base/ras_base_allocate.c         fprintf(orte_xml_fp, "%s</allocation>\n", tmp);
orte_xml_fp       100 orte/mca/ras/base/ras_base_allocate.c         fflush(orte_xml_fp);
orte_xml_fp       588 orte/mca/rmaps/base/rmaps_base_map_job.c             fprintf(orte_xml_fp, "%s\n", output);
orte_xml_fp       589 orte/mca/rmaps/base/rmaps_base_map_job.c             fflush(orte_xml_fp);
orte_xml_fp       196 orte/runtime/orte_globals.c FILE *orte_xml_fp = NULL;
orte_xml_fp        66 orte/runtime/orte_globals.h ORTE_DECLSPEC extern FILE *orte_xml_fp;   /* instantiated in orte/runtime/orte_globals.c */
orte_xml_fp       468 orte/runtime/orte_mca_params.c         if (ORTE_PROC_IS_HNP && NULL == orte_xml_fp) {
orte_xml_fp       470 orte/runtime/orte_mca_params.c             orte_xml_fp = fopen(orte_xml_file, "w");
orte_xml_fp       471 orte/runtime/orte_mca_params.c             if (NULL == orte_xml_fp) {
orte_xml_fp       481 orte/runtime/orte_mca_params.c         orte_xml_fp = stdout;
orte_xml_fp       103 orte/runtime/orte_quit.c                     fprintf(orte_xml_fp, "<stderr>");
orte_xml_fp       105 orte/runtime/orte_quit.c                 fprintf(orte_xml_fp, "%d total process%s failed to start",
orte_xml_fp       108 orte/runtime/orte_quit.c                     fprintf(orte_xml_fp, "&#010;</stderr>");
orte_xml_fp       110 orte/runtime/orte_quit.c                 fprintf(orte_xml_fp, "\n");
orte_xml_fp       114 orte/runtime/orte_quit.c                     fprintf(orte_xml_fp, "<stderr>");
orte_xml_fp       116 orte/runtime/orte_quit.c                 fprintf(orte_xml_fp, "%d total process%s aborted",
orte_xml_fp       119 orte/runtime/orte_quit.c                     fprintf(orte_xml_fp, "&#010;</stderr>");
orte_xml_fp       121 orte/runtime/orte_quit.c                 fprintf(orte_xml_fp, "\n");
orte_xml_fp       125 orte/runtime/orte_quit.c                     fprintf(orte_xml_fp, "<stderr>");
orte_xml_fp       127 orte/runtime/orte_quit.c                 fprintf(orte_xml_fp, "%d total process%s killed (some possibly by %s during cleanup)",
orte_xml_fp       130 orte/runtime/orte_quit.c                     fprintf(orte_xml_fp, "&#010;</stderr>");
orte_xml_fp       132 orte/runtime/orte_quit.c                 fprintf(orte_xml_fp, "\n");
orte_xml_fp       359 orte/util/show_help.c                 fprintf(orte_xml_fp, "%s", output);
orte_xml_fp       371 orte/util/show_help.c                     fprintf(orte_xml_fp, "<stderr>Set MCA parameter \"orte_base_help_aggregate\" to 0 to see all help / error messages</stderr>\n");
orte_xml_fp       372 orte/util/show_help.c                     fflush(orte_xml_fp);
orte_xml_fp       450 orte/util/show_help.c             fprintf(orte_xml_fp, "%s", tmp);
orte_xml_fp       451 orte/util/show_help.c             fflush(orte_xml_fp);