Searched refs:fdout (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/makedepend/dist/
H A Dmain.c725 FILE *fdin, *fdout; local in function:redirect
767 if ((fdout = freopen(makefile, "w", stdout)) == NULL)
773 fputs(buf, fdout);
779 puts(line); /* same as fputs(fdout); but with newline */
783 fputs(buf, fdout);
787 fflush(fdout);
791 fchmod(fileno(fdout), st.st_mode);

Completed in 2 milliseconds