Lines Matching full:pipe2
1127 <http://www.kernel.org/doc/man-pages/online/pages/man2/pipe2.2.html>. */
1130 # define pipe2 rpl_pipe2
1132 _GL_FUNCDECL_RPL (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1)));
1133 _GL_CXXALIAS_RPL (pipe2, int, (int fd[2], int flags));
1135 _GL_FUNCDECL_SYS (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1)));
1136 _GL_CXXALIAS_SYS (pipe2, int, (int fd[2], int flags));
1138 _GL_CXXALIASWARN (pipe2);
1140 # undef pipe2
1142 _GL_WARN_ON_USE (pipe2, "pipe2 is unportable - "
1143 "use gnulib module pipe2 for portability");