Searched refs:Dir_FindFilei (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/usr.bin/make/ |
| D | dir.h | 129 #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)
|
| D | cond.c | 296 path = Dir_FindFilei(arg->s, arg->e, dirSearchPath); in CondDoExists()
|
| D | dir.c | 477 dirpath = Dir_FindFilei(word, slash+1, path); in DirExpandWildi()
|