Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsutil.c904 static int movefd P((int,int));
906 movefd(old, new) in movefd() function
933 return movefd(newfd, fd);
947 if ((old != -1 && close(new) != 0) || (0 <= old && movefd(old,new) < 0))
/netbsd-src/bin/sh/
H A Dcd.c489 movefd(pip[1], 1); in find_curdir()