Searched refs:find_file_in_dir (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | files.c | 173 static bool find_file_in_dir (cpp_reader *pfile, _cpp_file *file, 389 find_file_in_dir (cpp_reader *pfile, _cpp_file *file, bool *invalid_pch, in find_file_in_dir() function 554 if (find_file_in_dir (pfile, file, &invalid_pch, loc)) in _cpp_find_file()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | files.cc | 173 static bool find_file_in_dir (cpp_reader *pfile, _cpp_file *file, 389 find_file_in_dir (cpp_reader *pfile, _cpp_file *file, bool *invalid_pch, in find_file_in_dir() function 549 if (find_file_in_dir (pfile, file, &invalid_pch, loc)) in _cpp_find_file()
|
H A D | ChangeLog | 2618 * files.c (find_file_in_dir): Add "loc" param and pass it to 2621 cpp_error to cpp_error_at, and pass it to find_file_in_dir and 3835 * files.c (find_file_in_dir): Add parens around &&. 3855 * files.c (find_file_in_dir): Always try to shorten for DOS 4142 * files.c (find_file_in_dir): Call maybe_shorter_path() only if 4382 (find_file_in_dir): Use it. 5329 * files.c (find_file_in_dir): Add cast from void* to char*. 6184 (find_file_in_dir): Before trying to open the file, look up the 7069 (_cpp_find_file): ...do it here, before calling find_file_in_dir.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2003 | 3174 (find_file_in_dir): Likewise. 11995 (open_file_in_dir): Rename find_file_in_dir. Handle errors
|
H A D | ChangeLog-2004 | 39447 * cppfiles.c (find_file_in_dir): Update to use construct
|