p_stdout           97 orte/mca/iof/base/iof_base_setup.c         ret = opal_openpty(&(opts->p_stdout[0]), &(opts->p_stdout[1]),
p_stdout          106 orte/mca/iof/base/iof_base_setup.c         if (pipe(opts->p_stdout) < 0) {
p_stdout          144 orte/mca/iof/base/iof_base_setup.c     close(opts->p_stdout[0]);
p_stdout          155 orte/mca/iof/base/iof_base_setup.c         if (tcgetattr(opts->p_stdout[1], &term_attrs) < 0) {
p_stdout          168 orte/mca/iof/base/iof_base_setup.c         if (tcsetattr(opts->p_stdout[1], TCSANOW, &term_attrs) == -1) {
p_stdout          171 orte/mca/iof/base/iof_base_setup.c         ret = dup2(opts->p_stdout[1], fileno(stdout));
p_stdout          176 orte/mca/iof/base/iof_base_setup.c             ret = dup2(opts->p_stdout[1], fileno(stderr));
p_stdout          181 orte/mca/iof/base/iof_base_setup.c         close(opts->p_stdout[1]);
p_stdout          183 orte/mca/iof/base/iof_base_setup.c         if(opts->p_stdout[1] != fileno(stdout)) {
p_stdout          184 orte/mca/iof/base/iof_base_setup.c             ret = dup2(opts->p_stdout[1], fileno(stdout));
p_stdout          189 orte/mca/iof/base/iof_base_setup.c                 ret = dup2(opts->p_stdout[1], fileno(stderr));
p_stdout          194 orte/mca/iof/base/iof_base_setup.c             close(opts->p_stdout[1]);
p_stdout          259 orte/mca/iof/base/iof_base_setup.c     ret = orte_iof.push(name, ORTE_IOF_STDOUT, opts->p_stdout[0]);
p_stdout           36 orte/mca/iof/base/iof_base_setup.h     int p_stdout[2];
p_stdout          467 orte/mca/odls/alps/odls_alps_module.c     close(cd->opts.p_stdout[1]);
p_stdout          474 orte/mca/odls/default/odls_default_module.c     close(cd->opts.p_stdout[1]);
p_stdout          306 orte/mca/odls/pspawn/odls_pspawn.c     posix_spawn_file_actions_addclose(&factions, opts->p_stdout[0]);
p_stdout          314 orte/mca/odls/pspawn/odls_pspawn.c         if (tcgetattr(opts->p_stdout[1], &term_attrs) < 0) {
p_stdout          327 orte/mca/odls/pspawn/odls_pspawn.c         if (tcsetattr(opts->p_stdout[1], TCSANOW, &term_attrs) == -1) {
p_stdout          330 orte/mca/odls/pspawn/odls_pspawn.c         posix_spawn_file_actions_adddup2(&factions, fileno(stdout), opts->p_stdout[1]);
p_stdout          332 orte/mca/odls/pspawn/odls_pspawn.c             posix_spawn_file_actions_adddup2(&factions, fileno(stderr), opts->p_stdout[1]);
p_stdout          335 orte/mca/odls/pspawn/odls_pspawn.c         if (opts->p_stdout[1] != fileno(stdout)) {
p_stdout          336 orte/mca/odls/pspawn/odls_pspawn.c             posix_spawn_file_actions_adddup2(&factions, fileno(stdout), opts->p_stdout[1]);
p_stdout          339 orte/mca/odls/pspawn/odls_pspawn.c             posix_spawn_file_actions_adddup2(&factions, fileno(stderr), opts->p_stdout[1]);
p_stdout          360 orte/mca/odls/pspawn/odls_pspawn.c     close(cd->opts.p_stdout[1]);