Searched refs:new_f (Results 1 – 2 of 2) sorted by relevance
269 FILE *old_f, *new_f; in compare_file() local276 new_f = fopen(newfn, "r"); in compare_file()277 if (!new_f) { in compare_file()284 newcp = fgets(newbuf, sizeof(newbuf), new_f); in compare_file()295 fclose(new_f); in compare_file()
37 def new_f(*args, **kwargs): function39 return new_f