Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dxml.c1573 FILE *image_file; in xml_insert_text_file() local
1576 image_file = fopen (fullname, "r"); in xml_insert_text_file()
1577 if (image_file) in xml_insert_text_file()
1594 while ((ch = getc (image_file)) != EOF) in xml_insert_text_file()
1603 if (fclose (image_file) != 0) in xml_insert_text_file()
H A Dmakeinfo.c3364 FILE *image_file; in cm_image() local
3371 image_file = fopen (txtname, "r"); in cm_image()
3372 if (image_file == NULL) in cm_image()
3377 image_file = fopen (txtpath, "r"); in cm_image()
3380 if (image_file != NULL in cm_image()
3413 if (image_file != NULL) in cm_image()
3425 while ((ch = getc (image_file)) != EOF) in cm_image()
3438 if (fclose (image_file) != 0) in cm_image()