Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/autofs/
H A Dpopen.c85 int error, i, nullfd, outfds[2]; in auto_popen() local
92 error = pipe(outfds); in auto_popen()
124 dup2(outfds[1], STDOUT_FILENO); in auto_popen()
127 close(outfds[0]); in auto_popen()
128 close(outfds[1]); in auto_popen()
140 cur->outfp = fdopen(outfds[0], "r"); in auto_popen()
142 close(outfds[1]); in auto_popen()