Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Ddir.c256 static char *DirLookupSubdir(Path *, const char *);
979 DirLookupSubdir(Path *p, const char *name) in DirLookupSubdir() function
1258 if ((file = DirLookupSubdir(dot, name)) != NULL) in Dir_FindFile()
1261 if (cur && (file = DirLookupSubdir(cur, name)) != NULL) in Dir_FindFile()
1275 if ((file = DirLookupSubdir(p, name)) != NULL) { in Dir_FindFile()
1285 if ((file = DirLookupSubdir(dot, name)) != NULL) in Dir_FindFile()
1288 if (cur && (file = DirLookupSubdir(cur, name)) != NULL) in Dir_FindFile()