HomeSort by relevance Sort by last modified time
    Searched full:from_out_fd (Results 1 - 1 of 1) sorted by null

  /external/bison/djgpp/
subpipe.c 181 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 88 milliseconds