Home | History | Annotate | Download | only in sed

Lines Matching refs:output_fd

808       int input_fd, output_fd;
812 output_fd = fileno (output_file.fp);
814 input->out_file_name, output_fd,
817 if (fchown (output_fd, input->st.st_uid, input->st.st_gid) == -1)
818 fchown (output_fd, -1, input->st.st_gid);