Searched refs:temp_fd (Results 1 – 1 of 1) sorted by relevance
2780 int temp_fd; in construct_command_argv_internal() local2787 *batch_filename_ptr = create_batch_file (fbuf, unixy_shell, &temp_fd); in construct_command_argv_internal()2794 _setmode (temp_fd, _O_TEXT); in construct_command_argv_internal()2795 batch = _fdopen (temp_fd, "wt"); in construct_command_argv_internal()