Home
last modified time | relevance | path

Searched defs:new_fd (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/kyua-cli/dist/utils/process/
H A Dchild.cpp99 safe_dup(const int old_fd, const int new_fd) in safe_dup()
/minix3/external/bsd/atf/dist/atf-c/
H A Dutils.c364 const int new_fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644); in atf_utils_redirect() local
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c/
H A Dutils.c366 const int new_fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644); in atf_utils_redirect() local
/minix3/minix/servers/vfs/
H A Dmisc.c121 int fd, new_fd, fl, r = OK, fcntl_req, fcntl_argx; in do_fcntl() local
/minix3/external/bsd/libevent/dist/
H A Dlistener.c399 evutil_socket_t new_fd = accept(fd, (struct sockaddr*)&ss, &socklen); in listener_read_cb() local
/minix3/minix/usr.bin/mined/
H A Dmined2.c752 register int new_fd; /* Filedescriptor to copy file */ in WB() local
/minix3/external/bsd/bind/dist/lib/isc/win32/
H A Dsocket.c2424 SOCKET new_fd; in restart_accept() local