Home
last modified time | relevance | path

Searched refs:movefd (Results 1 – 1 of 1) sorted by relevance

/NextBSD/gnu/usr.bin/rcs/lib/
HDrcsutil.c898 static int movefd P((int,int));
900 movefd(old, new) in movefd() function
927 return movefd(newfd, fd);
941 if ((old != -1 && close(new) != 0) || (0 <= old && movefd(old,new) < 0))