Searched refs:movefd (Results 1 – 1 of 1) sorted by relevance
898 static int movefd P((int,int));900 movefd(old, new) in movefd() function927 return movefd(newfd, fd);941 if ((old != -1 && close(new) != 0) || (0 <= old && movefd(old,new) < 0))