Home | History | Annotate | Download | only in lib

Lines Matching refs:dup3

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 - "
388 "use gnulib module dup3 for portability");