HomeSort by relevance Sort by last modified time
    Searched refs:dup3 (Results 1 - 4 of 4) sorted by null

  /external/bison/darwin-lib/
unistd.h 684 <http://www.kernel.org/doc/man-pages/online/pages/man2/dup3.2.html>. */
687 # define dup3 rpl_dup3
689 _GL_FUNCDECL_RPL (dup3, int, (int oldfd, int newfd, int flags));
690 _GL_CXXALIAS_RPL (dup3, int, (int oldfd, int newfd, int flags));
692 _GL_FUNCDECL_SYS (dup3, int, (int oldfd, int newfd, int flags));
693 _GL_CXXALIAS_SYS (dup3, int, (int oldfd, int newfd, int flags));
695 _GL_CXXALIASWARN (dup3);
697 # undef dup3 macro
699 _GL_WARN_ON_USE (dup3, "dup3 is unportable -
    [all...]
  /external/bison/lib/
unistd.in.h 372 <http://www.kernel.org/doc/man-pages/online/pages/man2/dup3.2.html>. */
375 # define dup3 rpl_dup3
377 _GL_FUNCDECL_RPL (dup3, int, (int oldfd, int newfd, int flags));
378 _GL_CXXALIAS_RPL (dup3, int, (int oldfd, int newfd, int flags));
380 _GL_FUNCDECL_SYS (dup3, int, (int oldfd, int newfd, int flags));
381 _GL_CXXALIAS_SYS (dup3, int, (int oldfd, int newfd, int flags));
383 _GL_CXXALIASWARN (dup3);
385 # undef dup3
387 _GL_WARN_ON_USE (dup3, "dup3 is unportable -
    [all...]
  /external/bison/linux-lib/
unistd.h 684 <http://www.kernel.org/doc/man-pages/online/pages/man2/dup3.2.html>. */
687 # define dup3 rpl_dup3
689 _GL_FUNCDECL_RPL (dup3, int, (int oldfd, int newfd, int flags));
690 _GL_CXXALIAS_RPL (dup3, int, (int oldfd, int newfd, int flags));
692 _GL_FUNCDECL_SYS (dup3, int, (int oldfd, int newfd, int flags));
693 _GL_CXXALIAS_SYS (dup3, int, (int oldfd, int newfd, int flags));
695 _GL_CXXALIASWARN (dup3);
697 # undef dup3 macro
699 _GL_WARN_ON_USE (dup3, "dup3 is unportable -
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]

Completed in 743 milliseconds