Searched defs:new_fd (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/
H A Dutils.c397 const int new_fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644); local
398 if (new_fd == -1)
400 if (new_fd != target_fd) {
401 if (dup2(new_fd, target_fd) == -1)
404 close(new_fd);
/bind-9.11.3/lib/isc/win32/
H A Dsocket.c2433 SOCKET new_fd; local
2441 new_fd = socket(parent->pf, SOCK_STREAM, IPPROTO_TCP);
2446 nsock->fd = new_fd;

Completed in 15 milliseconds