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

/freebsd-13-stable/contrib/bmake/
H A Ddir.c1012 DirLookupAbs(CachedDir *dir, const char *name, const char *cp) function
1144 * This is signified by DirLookupAbs() returning an empty
1150 ((file = DirLookupAbs(cur, name, base)) != NULL))
1157 if ((file = DirLookupAbs(dir, name, base)) != NULL)
1162 ((file = DirLookupAbs(cur, name, base)) != NULL))

Completed in 54 milliseconds