Home | History | Annotate | Download | only in darwin-lib

Lines Matching defs:pipe2

1439    <http://www.kernel.org/doc/man-pages/online/pages/man2/pipe2.2.html>.  */
1442 # define pipe2 rpl_pipe2
1444 _GL_FUNCDECL_RPL (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1)));
1445 _GL_CXXALIAS_RPL (pipe2, int, (int fd[2], int flags));
1447 _GL_FUNCDECL_SYS (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1)));
1448 _GL_CXXALIAS_SYS (pipe2, int, (int fd[2], int flags));
1450 _GL_CXXALIASWARN (pipe2);
1452 # undef pipe2
1454 _GL_WARN_ON_USE (pipe2, "pipe2 is unportable - "
1455 "use gnulib module pipe2 for portability");