stdin 244 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c int flags, fd = fileno(stdin); stdin 865 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c fd = fileno(stdin); stdin 642 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c fd = fileno(stdin); stdin 198 orte/mca/iof/base/iof_base_setup.c if(opts->p_stdin[0] != fileno(stdin)) { stdin 199 orte/mca/iof/base/iof_base_setup.c ret = dup2(opts->p_stdin[0], fileno(stdin)); stdin 210 orte/mca/iof/base/iof_base_setup.c if(fd != fileno(stdin)) { stdin 211 orte/mca/iof/base/iof_base_setup.c dup2(fd, fileno(stdin)); stdin 343 orte/mca/odls/pspawn/odls_pspawn.c if (opts->p_stdin[0] != fileno(stdin)) { stdin 344 orte/mca/odls/pspawn/odls_pspawn.c posix_spawn_file_actions_adddup2(&factions, fileno(stdin), opts->p_stdin[0]); stdin 44 orte/test/mpi/read_write.c while (NULL != fgets(line, sizeof(line), stdin)) { stdin 32 orte/test/system/mapper.c while (fgets(text, sizeof(text), stdin)) { stdin 35 orte/test/system/pspawn.c posix_spawn_file_actions_addclose(&factions, fileno(stdin)); stdin 38 orte/test/system/reducer.c while (fgets(text, sizeof(text), stdin)) {