Searched refs:inst_file_fp (Results 1 – 1 of 1) sorted by relevance
3729 FILE *inst_file_fp = NULL; in flush_path_to_inst() local3775 if ((inst_file_fp = fopen(inst_file, "r")) == NULL) { in flush_path_to_inst()3811 while ((c = getc(inst_file_fp)) != EOF) { in flush_path_to_inst()3847 if (inst_file_fp != NULL) { in flush_path_to_inst()3848 if (fclose(inst_file_fp) == EOF) { in flush_path_to_inst()