pipe              290 lib-src/seccomp-filter.c   RULE (SCMP_ACT_ALLOW, SCMP_SYS (pipe));
pipe              106 lib/pipe2.c      if (pipe (fd) < 0)
pipe             1723 lib/unistd.in.h _GL_FUNCDECL_SYS (pipe, int, (int fd[2]) _GL_ARG_NONNULL ((1)));
pipe             1725 lib/unistd.in.h _GL_CXXALIAS_SYS (pipe, int, (int fd[2]));
pipe             1726 lib/unistd.in.h _GL_CXXALIASWARN (pipe);
pipe             1730 lib/unistd.in.h _GL_WARN_ON_USE (pipe, "pipe is unportable - "
pipe             2434 src/sysdep.c     return pipe (fd);