Home
last modified time | relevance | path

Searched refs:Dir_FindFilei (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/make/
H A Ddir.h104 #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 Ddirexpand.c140 dirpath = Dir_FindFilei(word, slash+1, path); in DirExpandWildi()
H A Dparse.c1128 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 Dcond.c299 path = Dir_FindFilei(arg->s, arg->e, defaultPath); in CondDoExists()