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

/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmakeinfo.c3373 FILE *image_file;
3380 image_file = fopen (txtname, "r");
3381 if (image_file == NULL)
3386 image_file = fopen (txtpath, "r");
3389 if (image_file != NULL
3422 if (image_file != NULL)
3434 while ((ch = getc (image_file)) != EOF)
3447 if (fclose (image_file) != 0)
3359 FILE *image_file; local
H A Dxml.c1573 FILE *image_file;
1576 image_file = fopen (fullname, "r");
1577 if (image_file)
1594 while ((ch = getc (image_file)) != EOF)
1603 if (fclose (image_file) != 0)
1571 FILE *image_file; local

Completed in 50 milliseconds