p_stdin 112 orte/mca/iof/base/iof_base_setup.c if (pipe(opts->p_stdin) < 0) { p_stdin 142 orte/mca/iof/base/iof_base_setup.c close(opts->p_stdin[1]); p_stdin 198 orte/mca/iof/base/iof_base_setup.c if(opts->p_stdin[0] != fileno(stdin)) { p_stdin 199 orte/mca/iof/base/iof_base_setup.c ret = dup2(opts->p_stdin[0], fileno(stdin)); p_stdin 203 orte/mca/iof/base/iof_base_setup.c close(opts->p_stdin[0]); p_stdin 251 orte/mca/iof/base/iof_base_setup.c ret = orte_iof.pull(name, ORTE_IOF_STDIN, opts->p_stdin[1]); p_stdin 35 orte/mca/iof/base/iof_base_setup.h int p_stdin[2]; p_stdin 465 orte/mca/odls/alps/odls_alps_module.c close(cd->opts.p_stdin[0]); p_stdin 472 orte/mca/odls/default/odls_default_module.c close(cd->opts.p_stdin[0]); p_stdin 304 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_addclose(&factions, opts->p_stdin[1]); p_stdin 343 orte/mca/odls/pspawn/odls_pspawn.c if (opts->p_stdin[0] != fileno(stdin)) { p_stdin 344 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_adddup2(&factions, fileno(stdin), opts->p_stdin[0]); p_stdin 358 orte/mca/odls/pspawn/odls_pspawn.c close(cd->opts.p_stdin[0]);