Home | History | Annotate | Download | only in make-3.81

Lines Matching defs:temp_fd

2790       int temp_fd;
2797 *batch_filename_ptr = create_batch_file (fbuf, unixy_shell, &temp_fd);
2804 _setmode (temp_fd, _O_TEXT);
2805 batch = _fdopen (temp_fd, "wt");