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

  /external/bison/lib/
spawn-pipe.c 131 int stdinfd; local
164 stdinfd = -1;
175 || ((stdinfd = open (prog_stdin, O_RDONLY, 0)) >= 0
176 && (stdinfd == STDIN_FILENO
177 || (dup2 (stdinfd, STDIN_FILENO) >= 0
178 && close (stdinfd) >= 0))))
211 if (stdinfd >= 0)
212 close (stdinfd);

Completed in 324 milliseconds