Home
last modified time | relevance | path

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

/freebsd/usr.sbin/autofs/
H A Dpopen.c79 int error, i, nullfd, outfds[2]; in auto_popen() local
86 error = pipe(outfds); in auto_popen()
118 dup2(outfds[1], STDOUT_FILENO); in auto_popen()
121 close(outfds[0]); in auto_popen()
122 close(outfds[1]); in auto_popen()
134 cur->outfp = fdopen(outfds[0], "r"); in auto_popen()
136 close(outfds[1]); in auto_popen()