p_stderr          118 orte/mca/iof/base/iof_base_setup.c         if (pipe(opts->p_stderr) < 0) {
p_stderr          146 orte/mca/iof/base/iof_base_setup.c         close(opts->p_stderr[0]);
p_stderr          216 orte/mca/iof/base/iof_base_setup.c     if(opts->p_stderr[1] != fileno(stderr)) {
p_stderr          218 orte/mca/iof/base/iof_base_setup.c             ret = dup2(opts->p_stderr[1], fileno(stderr));
p_stderr          220 orte/mca/iof/base/iof_base_setup.c             close(opts->p_stderr[1]);
p_stderr          266 orte/mca/iof/base/iof_base_setup.c         ret = orte_iof.push(name, ORTE_IOF_STDERR, opts->p_stderr[0]);
p_stderr           37 orte/mca/iof/base/iof_base_setup.h     int p_stderr[2];
p_stderr          469 orte/mca/odls/alps/odls_alps_module.c         close(cd->opts.p_stderr[1]);
p_stderr          476 orte/mca/odls/default/odls_default_module.c         close(cd->opts.p_stderr[1]);
p_stderr          308 orte/mca/odls/pspawn/odls_pspawn.c         posix_spawn_file_actions_addclose(&factions, opts->p_stderr[0]);
p_stderr          347 orte/mca/odls/pspawn/odls_pspawn.c     if (opts->p_stderr[1] != fileno(stderr) && !orte_iof_base.redirect_app_stderr_to_stdout) {
p_stderr          348 orte/mca/odls/pspawn/odls_pspawn.c         posix_spawn_file_actions_adddup2(&factions, fileno(stderr), opts->p_stderr[1]);
p_stderr          362 orte/mca/odls/pspawn/odls_pspawn.c         close(cd->opts.p_stderr[1]);