Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/libcpp/
H A Dfiles.c153 static bool find_file_in_dir (cpp_reader *pfile, _cpp_file *file,
311 find_file_in_dir (cpp_reader *pfile, _cpp_file *file, bool *invalid_pch) in find_file_in_dir() function
419 if (find_file_in_dir (pfile, file, &invalid_pch)) in _cpp_find_file()
H A DChangeLog784 (_cpp_find_file): ...do it here, before calling find_file_in_dir.