Searched refs:image_file (Results 1 – 2 of 2) sorted by relevance
1573 FILE *image_file; in xml_insert_text_file() local1576 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()
3364 FILE *image_file; in cm_image() local3371 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()