HomeSort by relevance Sort by last modified time
    Searched full:nulloutfd (Results 1 - 1 of 1) sorted by null

  /external/bison/lib/
spawn-pipe.c 130 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 145 milliseconds