redir.c | 136 STATIC int copyfd(int, int, int, int); 204 copyfd(rl->into, rl->orig, rl->cloexec, 1); 452 else if (copyfd(redir->ndup.dupfd, fd, 480 if (copyfd(f, fd, cloexec, 1) < 0) { 637 copyfd(int from, int to, int cloexec, int move) function in typeref:typename:STATIC int 693 if (copyfd(from, to, 0, 1) != to) {
|