Searched refs:movefd (Results 1 – 2 of 2) sorted by relevance
904 static int movefd P((int,int));906 movefd(old, new) in movefd() function933 return movefd(newfd, fd);947 if ((old != -1 && close(new) != 0) || (0 <= old && movefd(old,new) < 0))
489 movefd(pip[1], 1); in find_curdir()