Searched defs:newfd (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Dprocess.cpp89 safe_dup(const int oldfd, const int newfd) argument
91 if (oldfd != newfd) {
92 if (dup2(oldfd, newfd) == -1) {
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dprocess.c310 safe_dup(const int oldfd, const int newfd) argument
314 if (oldfd != newfd) {
315 if (dup2(oldfd, newfd) == -1) {
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c2665 int newfd, tmp; local
2666 newfd = fcntl(sock->fd, F_DUPFD, manager->reserved);
2670 sock->fd = newfd;
2673 int newfd, tmp; local
2674 newfd = fcntl(sock->fd, F_DUPFD, 20);
2678 sock->fd = newfd;
3592 int newfd, tmp; local
3593 newfd = fcntl(fd, F_DUPFD, 20);
3597 fd = newfd;

Completed in 37 milliseconds