HomeSort by: relevance | last modified time | path
    Searched defs:image_file (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/texinfo/dist/makeinfo/
xml.c 1575 FILE *image_file;
1578 image_file = fopen (fullname, "r");
1579 if (image_file)
1596 while ((ch = getc (image_file)) != EOF)
1605 if (fclose (image_file) != 0)
1573 FILE *image_file; local
makeinfo.c 3378 FILE *image_file;
3385 image_file = fopen (txtname, "r");
3386 if (image_file == NULL)
3391 image_file = fopen (txtpath, "r");
3394 if (image_file != NULL
3427 if (image_file != NULL)
3439 while ((ch = getc (image_file)) != EOF)
3452 if (fclose (image_file) != 0)
3364 FILE *image_file; local

Completed in 29 milliseconds