Searched refs:nulloutfd (Results 1 - 1 of 1) sorted by relevance

/external/bison/lib/
H A Dspawn-pipe.c130 int nulloutfd; local
163 nulloutfd = -1;
169 || ((nulloutfd = open ("NUL", O_RDWR, 0)) >= 0
170 && (nulloutfd == STDERR_FILENO
171 || (dup2 (nulloutfd, STDERR_FILENO) >= 0
172 && close (nulloutfd) >= 0))))
215 if (nulloutfd >= 0)
216 close (nulloutfd);

Completed in 90 milliseconds