Searched refs:image_file (Results 1 – 2 of 2) sorted by relevance
1571 FILE *image_file; in xml_insert_text_file() local1574 image_file = fopen (fullname, "r"); in xml_insert_text_file()1575 if (image_file) in xml_insert_text_file()1592 while ((ch = getc (image_file)) != EOF) in xml_insert_text_file()1601 if (fclose (image_file) != 0) in xml_insert_text_file()
3372 FILE *image_file; in cm_image() local3379 image_file = fopen (txtname, "r"); in cm_image()3380 if (image_file == NULL) in cm_image()3385 image_file = fopen (txtpath, "r"); in cm_image()3388 if (image_file != NULL in cm_image()3421 if (image_file != NULL) in cm_image()3433 while ((ch = getc (image_file)) != EOF) in cm_image()3446 if (fclose (image_file) != 0) in cm_image()