Searched refs:tmpf (Results 1 – 2 of 2) sorted by relevance
71 FILE *tmpf; in open_core_sysfs_file() local76 tmpf = fopen(fullpath, mode); in open_core_sysfs_file()77 *f = tmpf; in open_core_sysfs_file()78 if (tmpf == NULL) in open_core_sysfs_file()
248 struct dt_file *f, *tmpf; in destroy_dir() local251 list_for_each_entry_safe(f, tmpf, &d->files, node.list) { in destroy_dir()