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

/external/bison/djgpp/
H A Dsubpipe.c181 int from_out_fd = open(tmp_file_name[0], O_RDONLY, S_IRUSR); /* pipe from bison to m4. */ local
196 if (from_out_fd < 0)
198 if (dup2(from_out_fd, STDIN_FILENO) < 0)
200 remove_tmp_file(from_out_fd, tmp_file_name[0]);
203 close(from_out_fd);

Completed in 268 milliseconds