Home
last modified time | relevance | path

Searched defs:dup2 (Results 1 – 3 of 3) sorted by relevance

/csrg-svn/local/X11R5/mit/config/
H A Dimakemdep.h99 #define dup2(fd1,fd2) ((fd1 == fd2) ? fd1 : (close(fd2), \ macro
/csrg-svn/sys/kern/
H A Dkern_descrip.c94 dup2(p, uap, retval) in dup2() function
/csrg-svn/contrib/emacs-18.57/src/
H A Dsysdep.c2374 dup2 (oldd, newd) in dup2() function