Home
last modified time | relevance | path

Searched refs:find_file_in_dir (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c173 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 Dfiles.cc173 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 DChangeLog2618 * 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 DChangeLog-20033174 (find_file_in_dir): Likewise.
11995 (open_file_in_dir): Rename find_file_in_dir. Handle errors
H A DChangeLog-200439447 * cppfiles.c (find_file_in_dir): Update to use construct