Searched defs:new_fd (Results 1 – 7 of 7) sorted by relevance
/minix3/external/bsd/kyua-cli/dist/utils/process/ |
H A D | child.cpp | 99 safe_dup(const int old_fd, const int new_fd) in safe_dup()
|
/minix3/external/bsd/atf/dist/atf-c/ |
H A D | utils.c | 364 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 D | utils.c | 366 const int new_fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644); in atf_utils_redirect() local
|
/minix3/minix/servers/vfs/ |
H A D | misc.c | 121 int fd, new_fd, fl, r = OK, fcntl_req, fcntl_argx; in do_fcntl() local
|
/minix3/external/bsd/libevent/dist/ |
H A D | listener.c | 399 evutil_socket_t new_fd = accept(fd, (struct sockaddr*)&ss, &socklen); in listener_read_cb() local
|
/minix3/minix/usr.bin/mined/ |
H A D | mined2.c | 752 register int new_fd; /* Filedescriptor to copy file */ in WB() local
|
/minix3/external/bsd/bind/dist/lib/isc/win32/ |
H A D | socket.c | 2424 SOCKET new_fd; in restart_accept() local
|