Searched refs:Dir_FindFilei (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/usr.bin/make/ |
| H A D | dir.h | 104 #define Dir_FindFilei(n, e, p) Dir_FindFileComplexi(n, e, p, true) macro 106 #define Dir_FindFile(n, p) Dir_FindFilei(n, strchr(n, '\0'), p)
|
| H A D | direxpand.c | 140 dirpath = Dir_FindFilei(word, slash+1, path); in DirExpandWildi()
|
| H A D | parse.c | 1128 fullname = Dir_FindFilei(file, efile, userIncludePath); in resolve_include_filename() 1131 fullname = Dir_FindFilei(file, efile, defaultPath); in resolve_include_filename() 1140 return Dir_FindFilei(file, efile, systemIncludePath); in resolve_include_filename()
|
| H A D | cond.c | 299 path = Dir_FindFilei(arg->s, arg->e, defaultPath); in CondDoExists()
|