Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Ddir.c1007 DirLookupAbs(CachedDir *dir, const char *name, const char *cp) in DirLookupAbs() function
1144 ((file = DirLookupAbs(cur, name, base)) != NULL)) in FindFileAbsolute()
1151 if ((file = DirLookupAbs(dir, name, base)) != NULL) in FindFileAbsolute()
1156 ((file = DirLookupAbs(cur, name, base)) != NULL)) in FindFileAbsolute()