Home
last modified time | relevance | path

Searched refs:Dir_FindFileComplexi (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.bin/make/
H A Ddir.h103 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 Ddir.c412 Dir_FindFileComplexi(const char *name, const char *ename, Lst path, in Dir_FindFileComplexi() function