Searched refs:newfd (Results 1 – 2 of 2) sorted by relevance
379 int newfd; in copyfd() local381 newfd = fcntl(from, F_DUPFD, to); in copyfd()382 if (newfd < 0) { in copyfd()388 return newfd; in copyfd()
274 int newfd; in redup_clean_fd() local285 newfd = fcntl(fd, F_DUPFD, 3); in redup_clean_fd()286 if (newfd < 0) { in redup_clean_fd()294 return newfd; in redup_clean_fd()