pipe2             291 lib-src/seccomp-filter.c   RULE (SCMP_ACT_ALLOW, SCMP_SYS (pipe2));
pipe2              57 lib/pipe2.c            int result = pipe2 (fd, flags);
pipe2            1749 lib/unistd.in.h _GL_FUNCDECL_RPL (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1)));
pipe2            1750 lib/unistd.in.h _GL_CXXALIAS_RPL (pipe2, int, (int fd[2], int flags));
pipe2            1752 lib/unistd.in.h _GL_FUNCDECL_SYS (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1)));
pipe2            1753 lib/unistd.in.h _GL_CXXALIAS_SYS (pipe2, int, (int fd[2], int flags));
pipe2            1755 lib/unistd.in.h _GL_CXXALIASWARN (pipe2);
pipe2            1759 lib/unistd.in.h _GL_WARN_ON_USE (pipe2, "pipe2 is unportable - "
pipe2            2436 src/sysdep.c     return pipe2 (fd, O_BINARY | O_CLOEXEC);
pipe2             219 src/w32.h      extern int pipe2 (int *, int);