fd_out 719 lib/common/xml_io.c xmlOutputBuffer *fd_out = xmlOutputBufferCreateFd(fd, NULL); fd_out 720 lib/common/xml_io.c pcmk__mem_assert(fd_out); fd_out 721 lib/common/xml_io.c xmlNodeDumpOutput(fd_out, cur->doc, cur, 0, pcmk__xml_fmt_pretty, NULL); fd_out 723 lib/common/xml_io.c success = xmlOutputBufferWrite(fd_out, sizeof("\n") - 1, "\n") != -1; fd_out 725 lib/common/xml_io.c success = xmlOutputBufferClose(fd_out) != -1 && success; fd_out 412 maint/gnulib/tests/test-execute-main.c int fd_out = open (BASE ".tmp", O_WRONLY | O_APPEND); fd_out 413 maint/gnulib/tests/test-execute-main.c ASSERT (fd_out >= 0 && fd_out < 10); fd_out 419 maint/gnulib/tests/test-execute-main.c ASSERT (dup2 (fd_out, 11) >= 0); fd_out 420 maint/gnulib/tests/test-execute-main.c close (fd_out); fd_out 421 maint/gnulib/tests/test-execute-main.c fd_out = 11; fd_out 433 maint/gnulib/tests/test-execute-main.c close (fd_out); fd_out 445 maint/gnulib/tests/test-execute-main.c int fd_out = 11; fd_out 457 maint/gnulib/tests/test-execute-main.c close (fd_out);