pipe              164 lib/services/services_linux.c     if (pipe(data->pipe_fd) == -1) {
pipe             1186 lib/services/services_linux.c     if (pipe(stdout_fd) < 0) {
pipe             1194 lib/services/services_linux.c     if (pipe(stderr_fd) < 0) {
pipe             1206 lib/services/services_linux.c         if (pipe(stdin_fd) < 0) {
pipe               98 maint/gnulib/lib/isapipe.c       int pipe_result = pipe (fd_pair);
pipe               33 maint/gnulib/lib/pipe-safer.c   if (pipe (fd) == 0)
pipe              107 maint/gnulib/lib/pipe2.c   if (pipe (fd) < 0)
pipe             1706 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_SYS (pipe, int, (int fd[2]) _GL_ARG_NONNULL ((1)));
pipe             1708 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (pipe, int, (int fd[2]));
pipe             1709 maint/gnulib/lib/unistd.in.h _GL_CXXALIASWARN (pipe);
pipe             1713 maint/gnulib/lib/unistd.in.h _GL_WARN_ON_USE (pipe, "pipe is unportable - "
pipe               79 maint/gnulib/tests/test-isatty.c     ASSERT (pipe (fd) == 0);
pipe               54 maint/gnulib/tests/test-nonblocking-pipe-main.c   ASSERT (pipe (fd) >= 0);
pipe               61 maint/gnulib/tests/test-nonblocking.c   ASSERT (pipe (fd_pipe) == 0);
pipe               22 maint/gnulib/tests/test-pipe.c SIGNATURE_CHECK (pipe, int, (int[2]));
pipe               96 maint/gnulib/tests/test-pipe.c   ASSERT (pipe (fd) >= 0);
pipe              362 maint/gnulib/tests/test-poll.c   ASSERT (pipe (fd) >= 0);
pipe               71 maint/gnulib/tests/test-posix_spawn-chdir.c   if (pipe (ifd) < 0 || (ifd[0] = fd_safer (ifd[0])) < 0)
pipe               70 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c   if (pipe (ofd) < 0 || (ofd[1] = fd_safer (ofd[1])) < 0)
pipe               92 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c   if (pipe (ifd) < 0 || (ifd[0] = fd_safer (ifd[0])) < 0)
pipe               80 maint/gnulib/tests/test-posix_spawn-fchdir.c   if (pipe (ifd) < 0 || (ifd[0] = fd_safer (ifd[0])) < 0)
pipe              439 maint/gnulib/tests/test-select.h   ASSERT (pipe (fd) == 0);
pipe              198 maint/gnulib/tests/test-unistd-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::pipe, int, (int[2]));