Home
last modified time | relevance | path

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

/external/bison/lib/
Dspawn-pipe.c132 int stdoutfd; in create_pipe() local
165 stdoutfd = -1; in create_pipe()
181 || ((stdoutfd = open (prog_stdout, O_WRONLY, 0)) >= 0 in create_pipe()
182 && (stdoutfd == STDOUT_FILENO in create_pipe()
183 || (dup2 (stdoutfd, STDOUT_FILENO) >= 0 in create_pipe()
184 && close (stdoutfd) >= 0))))) in create_pipe()
213 if (stdoutfd >= 0) in create_pipe()
214 close (stdoutfd); in create_pipe()