Searched refs:from_out_fd (Results 1 – 1 of 1) sorted by relevance
173 …int from_out_fd = open(tmp_file_name[0], O_RDONLY, S_IRUSR); /* pipe from bison … in end_of_output_subpipe() local188 if (from_out_fd < 0) in end_of_output_subpipe()190 if (dup2(from_out_fd, STDIN_FILENO) < 0) in end_of_output_subpipe()192 remove_tmp_file(from_out_fd, tmp_file_name[0]); in end_of_output_subpipe()195 close(from_out_fd); in end_of_output_subpipe()