Searched refs:Dir_FindFileNoDoti (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/usr.bin/make/ |
| H A D | dir.h | 105 #define Dir_FindFileNoDoti(n, e, p) Dir_FindFileComplexi(n, e, p, false) macro 107 #define Dir_FindFileNoDot(n, p) Dir_FindFileNoDoti(n, strchr(n, '\0'), p)
|
| H A D | parse.c | 1095 fullname = Dir_FindFileNoDoti(file, efile, systemIncludePath); in resolve_include_filename()
|