fileno 45 opal/mca/backtrace/execinfo/backtrace_execinfo.c fd = fileno(file); fileno 34 opal/mca/backtrace/printstack/backtrace_printstack.c fd = fileno(file); fileno 244 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c int flags, fd = fileno(stdin); fileno 865 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c fd = fileno(stdin); fileno 642 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c fd = fileno(stdin); fileno 886 opal/mca/pmix/pmix4x/pmix/src/util/output.c if (0 > write(fileno(stdout), out, (int)strlen(out))) { fileno 896 opal/mca/pmix/pmix4x/pmix/src/util/output.c fileno(stderr) : default_stderr_fd, fileno 986 opal/util/output.c write(fileno(stdout), out, (int)strlen(out)); fileno 993 opal/util/output.c fileno(stderr) : default_stderr_fd, fileno 135 opal/util/stacktrace.c opal_stacktrace_output_fileno = fileno(stderr); fileno 415 opal/util/stacktrace.c if( fileno(stdout) != opal_stacktrace_output_fileno && fileno 416 opal/util/stacktrace.c fileno(stderr) != opal_stacktrace_output_fileno ) { fileno 465 opal/util/stacktrace.c opal_stacktrace_output_fileno = fileno(stderr); fileno 471 opal/util/stacktrace.c if( fileno(stdout) != opal_stacktrace_output_fileno && fileno 472 opal/util/stacktrace.c fileno(stderr) != opal_stacktrace_output_fileno ) { fileno 552 opal/util/stacktrace.c opal_stacktrace_output_fileno = fileno(stdout); fileno 555 opal/util/stacktrace.c opal_stacktrace_output_fileno = fileno(stderr); fileno 585 opal/util/stacktrace.c opal_stacktrace_output_fileno = fileno(stderr); fileno 119 orte/mca/iof/base/iof_base_frame.c xmlfd = fileno(orte_xml_fp); fileno 288 orte/mca/iof/base/iof_base_frame.c int xmlfd = fileno(orte_xml_fp); fileno 171 orte/mca/iof/base/iof_base_setup.c ret = dup2(opts->p_stdout[1], fileno(stdout)); fileno 176 orte/mca/iof/base/iof_base_setup.c ret = dup2(opts->p_stdout[1], fileno(stderr)); fileno 183 orte/mca/iof/base/iof_base_setup.c if(opts->p_stdout[1] != fileno(stdout)) { fileno 184 orte/mca/iof/base/iof_base_setup.c ret = dup2(opts->p_stdout[1], fileno(stdout)); fileno 189 orte/mca/iof/base/iof_base_setup.c ret = dup2(opts->p_stdout[1], fileno(stderr)); fileno 198 orte/mca/iof/base/iof_base_setup.c if(opts->p_stdin[0] != fileno(stdin)) { fileno 199 orte/mca/iof/base/iof_base_setup.c ret = dup2(opts->p_stdin[0], fileno(stdin)); fileno 210 orte/mca/iof/base/iof_base_setup.c if(fd != fileno(stdin)) { fileno 211 orte/mca/iof/base/iof_base_setup.c dup2(fd, fileno(stdin)); fileno 216 orte/mca/iof/base/iof_base_setup.c if(opts->p_stderr[1] != fileno(stderr)) { fileno 218 orte/mca/iof/base/iof_base_setup.c ret = dup2(opts->p_stderr[1], fileno(stderr)); fileno 330 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_adddup2(&factions, fileno(stdout), opts->p_stdout[1]); fileno 332 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_adddup2(&factions, fileno(stderr), opts->p_stdout[1]); fileno 335 orte/mca/odls/pspawn/odls_pspawn.c if (opts->p_stdout[1] != fileno(stdout)) { fileno 336 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_adddup2(&factions, fileno(stdout), opts->p_stdout[1]); fileno 339 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_adddup2(&factions, fileno(stderr), opts->p_stdout[1]); fileno 343 orte/mca/odls/pspawn/odls_pspawn.c if (opts->p_stdin[0] != fileno(stdin)) { fileno 344 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_adddup2(&factions, fileno(stdin), opts->p_stdin[0]); fileno 347 orte/mca/odls/pspawn/odls_pspawn.c if (opts->p_stderr[1] != fileno(stderr) && !orte_iof_base.redirect_app_stderr_to_stdout) { fileno 348 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_adddup2(&factions, fileno(stderr), opts->p_stderr[1]); fileno 35 orte/test/system/pspawn.c posix_spawn_file_actions_addclose(&factions, fileno(stdin));