Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/make/
Ddir.h129 #define Dir_FindFilei(n, e, p) Dir_FindFileComplexi(n, e, p, true) macro
131 #define Dir_FindFile(n, p) Dir_FindFilei(n, strchr(n, '\0'), p)
Dcond.c296 path = Dir_FindFilei(arg->s, arg->e, dirSearchPath); in CondDoExists()
Ddir.c477 dirpath = Dir_FindFilei(word, slash+1, path); in DirExpandWildi()