Home
last modified time | relevance | path

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

/NextBSD/contrib/bmake/
HDdir.c254 static char *DirLookup(Path *, const char *, const char *, Boolean);
864 DirLookup(Path *p, const char *name MAKE_ATTR_UNUSED, const char *cp, in DirLookup() function
1134 if ((file = DirLookup(p, name, cp, hasSlash)) != NULL) { in Dir_FindFile()