orte_iof_base     275 orte/mca/iof/base/base.h ORTE_DECLSPEC extern orte_iof_base_t orte_iof_base;
orte_iof_base      62 orte/mca/iof/base/iof_base_frame.c orte_iof_base_t orte_iof_base = {0};
orte_iof_base      67 orte/mca/iof/base/iof_base_frame.c     orte_iof_base.output_limit = (size_t) INT_MAX;
orte_iof_base      73 orte/mca/iof/base/iof_base_frame.c                                  &orte_iof_base.output_limit);
orte_iof_base      76 orte/mca/iof/base/iof_base_frame.c     orte_iof_base.redirect_app_stderr_to_stdout = false;
orte_iof_base      82 orte/mca/iof/base/iof_base_frame.c                                  &orte_iof_base.redirect_app_stderr_to_stdout);
orte_iof_base      95 orte/mca/iof/base/iof_base_frame.c         if (NULL != orte_iof_base.iof_write_stdout) {
orte_iof_base      96 orte/mca/iof/base/iof_base_frame.c             OBJ_RELEASE(orte_iof_base.iof_write_stdout);
orte_iof_base      98 orte/mca/iof/base/iof_base_frame.c         if (!orte_xml_output && NULL != orte_iof_base.iof_write_stderr) {
orte_iof_base      99 orte/mca/iof/base/iof_base_frame.c             OBJ_RELEASE(orte_iof_base.iof_write_stderr);
orte_iof_base     124 orte/mca/iof/base/iof_base_frame.c             ORTE_IOF_SINK_DEFINE(&orte_iof_base.iof_write_stdout, ORTE_PROC_MY_NAME,
orte_iof_base     131 orte/mca/iof/base/iof_base_frame.c             ORTE_IOF_SINK_DEFINE(&orte_iof_base.iof_write_stdout, ORTE_PROC_MY_NAME,
orte_iof_base     134 orte/mca/iof/base/iof_base_frame.c             ORTE_IOF_SINK_DEFINE(&orte_iof_base.iof_write_stderr, ORTE_PROC_MY_NAME,
orte_iof_base     327 orte/mca/iof/base/iof_base_output.c                 if (orte_iof_base.output_limit < opal_list_get_size(&wev->outputs)) {
orte_iof_base     350 orte/mca/iof/base/iof_base_output.c             if (orte_iof_base.output_limit < opal_list_get_size(&wev->outputs)) {
orte_iof_base     117 orte/mca/iof/base/iof_base_setup.c     if( !orte_iof_base.redirect_app_stderr_to_stdout ) {
orte_iof_base     145 orte/mca/iof/base/iof_base_setup.c     if( !orte_iof_base.redirect_app_stderr_to_stdout ) {
orte_iof_base     175 orte/mca/iof/base/iof_base_setup.c         if( orte_iof_base.redirect_app_stderr_to_stdout ) {
orte_iof_base     188 orte/mca/iof/base/iof_base_setup.c             if( orte_iof_base.redirect_app_stderr_to_stdout ) {
orte_iof_base     217 orte/mca/iof/base/iof_base_setup.c         if( !orte_iof_base.redirect_app_stderr_to_stdout ) {
orte_iof_base     265 orte/mca/iof/base/iof_base_setup.c     if( !orte_iof_base.redirect_app_stderr_to_stdout ) {
orte_iof_base     210 orte/mca/iof/hnp/iof_hnp.c             (orte_iof_base.redirect_app_stderr_to_stdout || NULL != proct->revstderr)) {
orte_iof_base     225 orte/mca/iof/hnp/iof_hnp.c             if (!orte_iof_base.redirect_app_stderr_to_stdout) {
orte_iof_base     463 orte/mca/iof/hnp/iof_hnp.c     wev = orte_iof_base.iof_write_stdout->wev;
orte_iof_base     480 orte/mca/iof/hnp/iof_hnp.c         wev = orte_iof_base.iof_write_stderr->wev;
orte_iof_base     649 orte/mca/iof/hnp/iof_hnp.c         orte_iof_base_write_output(peer, source_tag, (const unsigned char*)msg, strlen(msg), orte_iof_base.iof_write_stdout->wev);
orte_iof_base     651 orte/mca/iof/hnp/iof_hnp.c         orte_iof_base_write_output(peer, source_tag, (const unsigned char*)msg, strlen(msg), orte_iof_base.iof_write_stderr->wev);
orte_iof_base     319 orte/mca/iof/hnp/iof_hnp_read.c                     orte_iof_base_write_output(&proct->name, rev->tag, data, numbytes, orte_iof_base.iof_write_stdout->wev);
orte_iof_base     321 orte/mca/iof/hnp/iof_hnp_read.c                     orte_iof_base_write_output(&proct->name, rev->tag, data, numbytes, orte_iof_base.iof_write_stderr->wev);
orte_iof_base     327 orte/mca/iof/hnp/iof_hnp_read.c                 orte_iof_base_write_output(&proct->name, rev->tag, data, numbytes, orte_iof_base.iof_write_stdout->wev);
orte_iof_base     329 orte/mca/iof/hnp/iof_hnp_read.c                 orte_iof_base_write_output(&proct->name, rev->tag, data, numbytes, orte_iof_base.iof_write_stderr->wev);
orte_iof_base     277 orte/mca/iof/hnp/iof_hnp_receive.c             orte_iof_base_write_output(&origin, stream, data, numbytes, orte_iof_base.iof_write_stdout->wev);
orte_iof_base     279 orte/mca/iof/hnp/iof_hnp_receive.c             orte_iof_base_write_output(&origin, stream, data, numbytes, orte_iof_base.iof_write_stderr->wev);
orte_iof_base     201 orte/mca/iof/orted/iof_orted.c         (orte_iof_base.redirect_app_stderr_to_stdout || NULL != proct->revstderr)) {
orte_iof_base     203 orte/mca/iof/orted/iof_orted.c         if (!orte_iof_base.redirect_app_stderr_to_stdout) {
orte_iof_base     237 orte/mca/iof/tool/iof_tool.c     wev = orte_iof_base.iof_write_stdout->wev;
orte_iof_base     253 orte/mca/iof/tool/iof_tool.c     OBJ_RELEASE(orte_iof_base.iof_write_stdout);
orte_iof_base     256 orte/mca/iof/tool/iof_tool.c         wev = orte_iof_base.iof_write_stderr->wev;
orte_iof_base     272 orte/mca/iof/tool/iof_tool.c         OBJ_RELEASE(orte_iof_base.iof_write_stderr);
orte_iof_base     287 orte/mca/iof/tool/iof_tool.c         orte_iof_base_write_output(peer, source_tag, (const unsigned char*)msg, strlen(msg), orte_iof_base.iof_write_stdout->wev);
orte_iof_base     289 orte/mca/iof/tool/iof_tool.c         orte_iof_base_write_output(peer, source_tag, (const unsigned char*)msg, strlen(msg), orte_iof_base.iof_write_stderr->wev);
orte_iof_base     102 orte/mca/iof/tool/iof_tool_receive.c             orte_iof_base_write_output(&origin, stream, data, numbytes, orte_iof_base.iof_write_stdout->wev);
orte_iof_base     104 orte/mca/iof/tool/iof_tool_receive.c             orte_iof_base_write_output(&origin, stream, data, numbytes, orte_iof_base.iof_write_stderr->wev);
orte_iof_base     468 orte/mca/odls/alps/odls_alps_module.c     if( !orte_iof_base.redirect_app_stderr_to_stdout ) {
orte_iof_base     475 orte/mca/odls/default/odls_default_module.c     if( !orte_iof_base.redirect_app_stderr_to_stdout ) {
orte_iof_base     307 orte/mca/odls/pspawn/odls_pspawn.c     if( !orte_iof_base.redirect_app_stderr_to_stdout ) {
orte_iof_base     331 orte/mca/odls/pspawn/odls_pspawn.c         if (orte_iof_base.redirect_app_stderr_to_stdout) {
orte_iof_base     338 orte/mca/odls/pspawn/odls_pspawn.c         if (orte_iof_base.redirect_app_stderr_to_stdout) {
orte_iof_base     347 orte/mca/odls/pspawn/odls_pspawn.c     if (opts->p_stderr[1] != fileno(stderr) && !orte_iof_base.redirect_app_stderr_to_stdout) {
orte_iof_base     361 orte/mca/odls/pspawn/odls_pspawn.c     if( !orte_iof_base.redirect_app_stderr_to_stdout ) {