Searched defs:pipe2 (Results 1 - 4 of 4) sorted by relevance

/external/bison/lib/
H A Dunistd--.h30 # undef pipe2 macro
31 # define pipe2 pipe2_safer macro
H A Dpipe2.c40 pipe2 (int fd[2], int flags) function
50 # undef pipe2 macro
58 int result = pipe2 (fd, flags);
/external/bison/darwin-lib/
H A Dunistd.h1439 <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); variable
1452 # undef pipe2 macro
1454 _GL_WARN_ON_USE (pipe2, "pipe2 i
[all...]
/external/bison/linux-lib/
H A Dunistd.h1439 <http://www.kernel.org/doc/man-pages/online/pages/man2/pipe2.2.html>. */
1442 # define pipe2 rpl_pipe2 macro
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); variable
1452 # undef pipe2 macro
1454 _GL_WARN_ON_USE (pipe2, "pipe2 i
[all...]

Completed in 517 milliseconds