Home
last modified time | relevance | path

Searched refs:fdin (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/soltools/mkdepend/
H A Dmain.c661 FILE *fdin, *fdout; local
686 if ((fdin = fopen(makefile, "r")) == NULL)
691 fclose(fdin);
696 if ((fdin = fopen(backup, "r")) == NULL)
702 while (!found && fgets(buf, BUFSIZ, fdin)) {
713 while (fgets(buf, BUFSIZ, fdin)) {
723 fclose(fdin);

Completed in 16 milliseconds