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