Home | History | Annotate | Download | only in libop

Lines Matching defs:fp

224 	FILE * fp = fopen(file, "r");
226 if (!fp) {
235 line = op_get_line(fp);
256 line = op_get_line(fp);
260 fclose(fp);
431 FILE * fp = fopen(file, "r");
434 if (!fp) {
442 line = op_get_line(fp);
528 line = op_get_line(fp);
532 fclose(fp);
733 static char const * get_mapping(u32 nr, FILE * fp)
747 line = op_get_line(fp);
797 line = op_get_line(fp);
817 FILE * fp = open_event_mapping_file(cpu_name);
830 if (!fp) {
834 map = get_mapping(nr, fp);
841 if (fp)
842 fclose(fp);