Searched refs:from_out_fd (Results 1 – 1 of 1) sorted by relevance
181 …int from_out_fd = open(tmp_file_name[0], O_RDONLY, S_IRUSR); /* pipe from bison … in end_of_output_subpipe() local196 if (from_out_fd < 0) in end_of_output_subpipe()198 if (dup2(from_out_fd, STDIN_FILENO) < 0) in end_of_output_subpipe()200 remove_tmp_file(from_out_fd, tmp_file_name[0]); in end_of_output_subpipe()203 close(from_out_fd); in end_of_output_subpipe()