Home
last modified time | relevance | path

Searched refs:__daemon2_detach_pipe (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/net/
H A Dh_dns_server.c176 int __daemon2_detach_pipe[2]; variable
191 r = pipe(__daemon2_detach_pipe); in daemon2_fork()
194 if (__daemon2_detach_pipe[1] <= STDERR_FILENO && in daemon2_fork()
196 (void)dup2(fd, __daemon2_detach_pipe[0]); in daemon2_fork()
197 (void)dup2(fd, __daemon2_detach_pipe[1]); in daemon2_fork()
210 close(__daemon2_detach_pipe[0]); in daemon2_fork()
215 (void) close(__daemon2_detach_pipe[1]); in daemon2_fork()
219 r = read(__daemon2_detach_pipe[0], &dummy, 1); in daemon2_fork()
253 r = write(__daemon2_detach_pipe[1], "", 1); in daemon2_detach()
267 (void) close(__daemon2_detach_pipe[1]); in daemon2_detach()