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            1808 lib/unistd.in.h _GL_FUNCDECL_RPL (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1)));
pipe2            1809 lib/unistd.in.h _GL_CXXALIAS_RPL (pipe2, int, (int fd[2], int flags));
pipe2            1811 lib/unistd.in.h _GL_FUNCDECL_SYS (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1)));
pipe2            1812 lib/unistd.in.h _GL_CXXALIAS_SYS (pipe2, int, (int fd[2], int flags));
pipe2            1815 lib/unistd.in.h _GL_CXXALIASWARN (pipe2);
pipe2            1820 lib/unistd.in.h _GL_WARN_ON_USE (pipe2, "pipe2 is unportable - "
pipe2             492 src/android.c    if (pipe2 (select_pipe, O_CLOEXEC) < 0)
pipe2            1278 src/android.c        if (pipe2 (pipefd, O_CLOEXEC) < 0)
pipe2            2559 src/sysdep.c     return pipe2 (fd, O_BINARY | O_CLOEXEC);
pipe2             219 src/w32.h      extern int pipe2 (int *, int);