pipe2 34 maint/gnulib/lib/pipe2-safer.c if (pipe2 (fd, flags) == 0) pipe2 58 maint/gnulib/lib/pipe2.c int result = pipe2 (fd, flags); pipe2 1732 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_RPL (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); pipe2 1733 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_RPL (pipe2, int, (int fd[2], int flags)); pipe2 1735 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_SYS (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); pipe2 1736 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (pipe2, int, (int fd[2], int flags)); pipe2 1738 maint/gnulib/lib/unistd.in.h _GL_CXXALIASWARN (pipe2); pipe2 1742 maint/gnulib/lib/unistd.in.h _GL_WARN_ON_USE (pipe2, "pipe2 is unportable - " pipe2 75 maint/gnulib/tests/test-nonblocking.c ASSERT (pipe2 (fd_pipe, O_NONBLOCK) == 0); pipe2 22 maint/gnulib/tests/test-pipe2.c SIGNATURE_CHECK (pipe2, int, (int[2], int)); pipe2 115 maint/gnulib/tests/test-pipe2.c ASSERT (pipe2 (fd, o_flags) >= 0); pipe2 202 maint/gnulib/tests/test-unistd-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::pipe2, int, (int[2], int)); pipe2 102 tools/ipmiservicelogd.c rc = pipe2(pipefd, 0);