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

Lines Matching refs:dup3

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
699 _GL_WARN_ON_USE (dup3, "dup3 is unportable - "
700 "use gnulib module dup3 for portability");