STDOUT_FILENO     431 lib/common/utils.c     close(STDOUT_FILENO);
STDOUT_FILENO     335 lib/services/services_linux.c     if (op->opaque->stdout_fd > STDOUT_FILENO) {
STDOUT_FILENO    1252 lib/services/services_linux.c             if (STDOUT_FILENO != stdout_fd[1]) {
STDOUT_FILENO    1253 lib/services/services_linux.c                 if (dup2(stdout_fd[1], STDOUT_FILENO) != STDOUT_FILENO) {
STDOUT_FILENO     159 maint/gnulib/lib/error.c   stdout_fd = STDOUT_FILENO;
STDOUT_FILENO     202 maint/gnulib/lib/execute.c         (HANDLE) _get_osfhandle (null_stdout ? nulloutfd : STDOUT_FILENO);
STDOUT_FILENO     283 maint/gnulib/lib/execute.c                                                           STDOUT_FILENO,
STDOUT_FILENO      76 maint/gnulib/lib/freopen-safer.c       if (dup2 (STDOUT_FILENO, STDOUT_FILENO) != STDOUT_FILENO)
STDOUT_FILENO      79 maint/gnulib/lib/freopen-safer.c     case STDOUT_FILENO:
STDOUT_FILENO      89 maint/gnulib/lib/freopen-safer.c   else if (protect_out && !protect_fd (STDOUT_FILENO))
STDOUT_FILENO      99 maint/gnulib/lib/freopen-safer.c     close (STDOUT_FILENO);
STDOUT_FILENO      66 maint/gnulib/lib/popen.c   int cloexec1 = fcntl (STDOUT_FILENO, F_GETFD);
STDOUT_FILENO      87 maint/gnulib/lib/popen.c       if (open ("/dev/null", O_RDONLY) != STDOUT_FILENO
STDOUT_FILENO      88 maint/gnulib/lib/popen.c           || fcntl (STDOUT_FILENO, F_SETFD,
STDOUT_FILENO      89 maint/gnulib/lib/popen.c                     fcntl (STDOUT_FILENO, F_GETFD) | FD_CLOEXEC) == -1)
STDOUT_FILENO      98 maint/gnulib/lib/popen.c     close (STDOUT_FILENO);
STDOUT_FILENO     280 maint/gnulib/lib/spawn-pipe.c                                  prog_stdout == NULL ? STDOUT_FILENO : stdoutfd);
STDOUT_FILENO     358 maint/gnulib/lib/spawn-pipe.c     orig_stdout = dup_safer_noinherit (STDOUT_FILENO);
STDOUT_FILENO     367 maint/gnulib/lib/spawn-pipe.c       && (!pipe_stdout || dup2 (ifd[1], STDOUT_FILENO) >= 0)
STDOUT_FILENO     382 maint/gnulib/lib/spawn-pipe.c               && (stdoutfd == STDOUT_FILENO
STDOUT_FILENO     383 maint/gnulib/lib/spawn-pipe.c                   || (dup2 (stdoutfd, STDOUT_FILENO) >= 0
STDOUT_FILENO     415 maint/gnulib/lib/spawn-pipe.c     undup_safer_noinherit (orig_stdout, STDOUT_FILENO);
STDOUT_FILENO     487 maint/gnulib/lib/spawn-pipe.c                                                           ifd[1], STDOUT_FILENO))
STDOUT_FILENO     517 maint/gnulib/lib/spawn-pipe.c                                                           STDOUT_FILENO,
STDOUT_FILENO     243 maint/gnulib/lib/unistd.in.h #ifndef STDOUT_FILENO
STDOUT_FILENO     107 maint/gnulib/tests/test-dprintf-posix2.c           if (dprintf (STDOUT_FILENO, "%011000d\n", 17) == -1
STDOUT_FILENO     157 maint/gnulib/tests/test-execute-child.c       return !is_device (STDOUT_FILENO);
STDOUT_FILENO     317 maint/gnulib/tests/test-execute-main.c         ASSERT (dup2 (STDOUT_FILENO, 10) >= 0);
STDOUT_FILENO     327 maint/gnulib/tests/test-execute-main.c         ASSERT (fcntl (STDOUT_FILENO, F_DUPFD, 10) >= 0);
STDOUT_FILENO     337 maint/gnulib/tests/test-execute-main.c         ASSERT (fcntl (STDOUT_FILENO, F_DUPFD_CLOEXEC, 10) >= 0);
STDOUT_FILENO     444 maint/gnulib/tests/test-execute-main.c         ASSERT (dup2 (STDOUT_FILENO, 11) >= 0);
STDOUT_FILENO      41 maint/gnulib/tests/test-fdopen.c       if (! fdopen (STDOUT_FILENO, "w"))
STDOUT_FILENO      64 maint/gnulib/tests/test-freopen-safer.c   ASSERT (STDOUT_FILENO == fileno (stdout));
STDOUT_FILENO      73 maint/gnulib/tests/test-freopen-safer.c   ASSERT (STDOUT_FILENO == fileno (stdout));
STDOUT_FILENO      82 maint/gnulib/tests/test-freopen-safer.c   ASSERT (close (STDOUT_FILENO) == 0);
STDOUT_FILENO      61 maint/gnulib/tests/test-libtextstyle.c           && isatty (STDOUT_FILENO)
STDOUT_FILENO      80 maint/gnulib/tests/test-libtextstyle.c      : styled_ostream_create (STDOUT_FILENO, "(stdout)", TTYCTL_AUTO,
STDOUT_FILENO      40 maint/gnulib/tests/test-nonblocking-pipe-child.c   close (STDOUT_FILENO);
STDOUT_FILENO      64 maint/gnulib/tests/test-nonblocking-pipe-main.c   if (fd[1] != STDOUT_FILENO)
STDOUT_FILENO      66 maint/gnulib/tests/test-nonblocking-pipe-main.c       ASSERT (dup2 (fd[1], STDOUT_FILENO) >= 0);
STDOUT_FILENO      72 maint/gnulib/tests/test-nonblocking-pipe-main.c     ASSERT (set_nonblocking_flag (STDOUT_FILENO, true) >= 0);
STDOUT_FILENO     104 maint/gnulib/tests/test-nonblocking-pipe-main.c     main_writer_loop (test, PIPE_DATA_BLOCK_SIZE, STDOUT_FILENO, false);
STDOUT_FILENO      60 maint/gnulib/tests/test-pipe-filter-gi2-main.c   full_write (STDOUT_FILENO, data_read, num_bytes_read);
STDOUT_FILENO      30 maint/gnulib/tests/test-pipe-filter-ii2-child.c   set_binary_mode (STDOUT_FILENO, O_BINARY);
STDOUT_FILENO      82 maint/gnulib/tests/test-pipe-filter-ii2-main.c   full_write (STDOUT_FILENO, data_read, num_bytes_read);
STDOUT_FILENO      92 maint/gnulib/tests/test-pipe-filter-ii2-main.c   set_binary_mode (STDOUT_FILENO, O_BINARY);
STDOUT_FILENO      76 maint/gnulib/tests/test-popen.h           ASSERT (dup2 (STDOUT_FILENO, STDOUT_FILENO) == -1);
STDOUT_FILENO      88 maint/gnulib/tests/test-popen.h           ASSERT (dup2 (STDOUT_FILENO, STDOUT_FILENO) == -1);
STDOUT_FILENO      91 maint/gnulib/tests/test-posix_spawn-chdir.c           (err = posix_spawn_file_actions_adddup2 (&actions, ifd[1], STDOUT_FILENO)) != 0
STDOUT_FILENO     112 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c           (err = posix_spawn_file_actions_adddup2 (&actions, ifd[1], STDOUT_FILENO)) != 0
STDOUT_FILENO     100 maint/gnulib/tests/test-posix_spawn-fchdir.c           (err = posix_spawn_file_actions_adddup2 (&actions, ifd[1], STDOUT_FILENO)) != 0
STDOUT_FILENO      69 maint/gnulib/tests/test-posix_spawn-open2.c           (err = posix_spawn_file_actions_addopen (&actions, STDOUT_FILENO, DATA_FILENAME, O_RDWR | O_APPEND, 0600)) != 0
STDOUT_FILENO      49 maint/gnulib/tests/test-posix_spawn-script.c   ASSERT (posix_spawn_file_actions_addopen (&actions, STDOUT_FILENO,
STDOUT_FILENO      49 maint/gnulib/tests/test-posix_spawnp-script.c   ASSERT (posix_spawn_file_actions_addopen (&actions, STDOUT_FILENO,
STDOUT_FILENO     120 maint/gnulib/tests/test-spawn-pipe-child.c   ASSERT (write (STDOUT_FILENO, buffer, 1) == 1);
STDOUT_FILENO      71 maint/gnulib/tests/test-term-style-control-hello.c   full_write (STDOUT_FILENO, set_underline_off,
STDOUT_FILENO      73 maint/gnulib/tests/test-term-style-control-hello.c   full_write (STDOUT_FILENO, set_background_color_default,
STDOUT_FILENO      82 maint/gnulib/tests/test-term-style-control-hello.c     full_write (STDOUT_FILENO, set_underline_on,
STDOUT_FILENO      85 maint/gnulib/tests/test-term-style-control-hello.c     full_write (STDOUT_FILENO, set_background_color_cyan,
STDOUT_FILENO     106 maint/gnulib/tests/test-term-style-control-hello.c   activate_term_style_controller (&controller, &user_data, STDOUT_FILENO,
STDOUT_FILENO      72 maint/gnulib/tests/test-term-style-control-yes.c   full_write (STDOUT_FILENO, set_underline_off,
STDOUT_FILENO      74 maint/gnulib/tests/test-term-style-control-yes.c   full_write (STDOUT_FILENO, set_foreground_color_default,
STDOUT_FILENO      84 maint/gnulib/tests/test-term-style-control-yes.c       full_write (STDOUT_FILENO, set_underline_on,
STDOUT_FILENO      86 maint/gnulib/tests/test-term-style-control-yes.c       full_write (STDOUT_FILENO, set_foreground_color_red,
STDOUT_FILENO     107 maint/gnulib/tests/test-term-style-control-yes.c   activate_term_style_controller (&controller, &user_data, STDOUT_FILENO,
STDOUT_FILENO      34 maint/gnulib/tests/test-unistd.c        && (STDIN_FILENO + STDOUT_FILENO + STDERR_FILENO == 3))
STDOUT_FILENO     802 tools/cibadmin.c                     if (/*acl_eval_auto*/ isatty(STDOUT_FILENO)) {
STDOUT_FILENO     512 tools/crm_simulate.c         dup2(STDOUT_FILENO, STDERR_FILENO);