Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Ddir.c1024 DirLookupAbs(CachedDir *dir, const char *name, const char *cp) in DirLookupAbs() function
1161 ((file = DirLookupAbs(cur, name, base)) != NULL)) in FindFileAbsolute()
1168 if ((file = DirLookupAbs(dir, name, base)) != NULL) in FindFileAbsolute()
1173 ((file = DirLookupAbs(cur, name, base)) != NULL)) in FindFileAbsolute()