Home
last modified time | relevance | path

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

/external/bison/djgpp/
Dsubpipe.c115 int from_in_fd; /* pipe from bison to m4. */ in create_subpipe() local
151 from_in_fd = open(tmp_file_name[0], O_WRONLY | O_CREAT | O_TRUNC, S_IWUSR); in create_subpipe()
152 if (from_in_fd < 0) in create_subpipe()
154 if (dup2(from_in_fd, STDOUT_FILENO) < 0) in create_subpipe()
156 remove_tmp_file(from_in_fd, tmp_file_name[0]); in create_subpipe()
159 close(from_in_fd); in create_subpipe()