Searched refs:ref_file (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | files.c | 876 _cpp_file *ref_file; in has_unique_contents() local 882 ref_file = make_cpp_file (pfile, f->dir, f->name); in has_unique_contents() 883 ref_file->path = f->path; in has_unique_contents() 887 ref_file = f; in has_unique_contents() 889 bool same_file_p = (read_file (pfile, ref_file, loc) in has_unique_contents() 891 && ref_file->st.st_size == file->st.st_size in has_unique_contents() 892 && !memcmp (ref_file->buffer, file->buffer, in has_unique_contents() 897 ref_file->path = 0; in has_unique_contents() 898 destroy_cpp_file (ref_file); in has_unique_contents()
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | files.cc | 876 _cpp_file *ref_file; in has_unique_contents() local 882 ref_file = make_cpp_file (f->dir, f->name); in has_unique_contents() 883 ref_file->path = f->path; in has_unique_contents() 887 ref_file = f; in has_unique_contents() 889 bool same_file_p = (read_file (pfile, ref_file, loc) in has_unique_contents() 891 && ref_file->st.st_size == file->st.st_size in has_unique_contents() 892 && !memcmp (ref_file->buffer, file->buffer, in has_unique_contents() 897 ref_file->path = 0; in has_unique_contents() 898 destroy_cpp_file (ref_file); in has_unique_contents()
|