Searched refs:Dir_FindFileComplexi (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/usr.bin/make/ |
| H A D | dir.h | 103 extern char *Dir_FindFileComplexi(const char *, const char *, Lst, bool); 104 #define Dir_FindFilei(n, e, p) Dir_FindFileComplexi(n, e, p, true) 105 #define Dir_FindFileNoDoti(n, e, p) Dir_FindFileComplexi(n, e, p, false)
|
| H A D | dir.c | 412 Dir_FindFileComplexi(const char *name, const char *ename, Lst path, in Dir_FindFileComplexi() function
|