Searched refs:try_include (Results 1 – 1 of 1) sorted by relevance
| /illumos-gate/usr/src/tools/smatch/src/ |
| H A D | pre-process.c | 903 static int try_include(const char *path, const char *filename, int flen, struct token **where, cons… in try_include() function 932 if (!try_include(path, filename, flen, list, pptr)) in do_include_path() 1075 try_include("", include_name, strlen(include_name), list, includepath); in use_best_guess_header_file() 1104 if (try_include("", filename, flen, list, includepath)) in handle_include_path()
|