factions 227 orte/mca/odls/pspawn/odls_pspawn.c static int close_open_file_descriptors(posix_spawn_file_actions_t *factions) factions 252 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_addclose(factions, fd); factions 267 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_t factions; factions 288 orte/mca/odls/pspawn/odls_pspawn.c rc = posix_spawn_file_actions_init(&factions); factions 295 orte/mca/odls/pspawn/odls_pspawn.c if (ORTE_SUCCESS != close_open_file_descriptors(&factions)) { factions 296 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_destroy(&factions); factions 304 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_addclose(&factions, opts->p_stdin[1]); factions 306 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_addclose(&factions, opts->p_stdout[0]); factions 308 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_addclose(&factions, opts->p_stderr[0]); factions 330 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_adddup2(&factions, fileno(stdout), opts->p_stdout[1]); factions 332 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_adddup2(&factions, fileno(stderr), opts->p_stdout[1]); factions 336 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_adddup2(&factions, fileno(stdout), opts->p_stdout[1]); factions 339 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_adddup2(&factions, fileno(stderr), opts->p_stdout[1]); factions 344 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_adddup2(&factions, fileno(stdin), opts->p_stdin[0]); factions 348 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_adddup2(&factions, fileno(stderr), opts->p_stderr[1]); factions 352 orte/mca/odls/pspawn/odls_pspawn.c rc = posix_spawn(&pid, cd->app->app, &factions, &attrs, cd->argv, cd->env); factions 353 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_destroy(&factions); factions 21 orte/test/system/pspawn.c posix_spawn_file_actions_t factions; factions 30 orte/test/system/pspawn.c rc = posix_spawn_file_actions_init(&factions); factions 35 orte/test/system/pspawn.c posix_spawn_file_actions_addclose(&factions, fileno(stdin)); factions 40 orte/test/system/pspawn.c posix_spawn_file_actions_destroy(&factions);