Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Ddir.c1001 DirLookupSubdir(CachedDir *dir, const char *name) in DirLookupSubdir() function
1092 if ((file = DirLookupSubdir(dot, name)) != NULL) in FindFileRelative()
1096 (file = DirLookupSubdir(cur, name)) != NULL) in FindFileRelative()
1109 if ((file = DirLookupSubdir(dir, name)) != NULL) in FindFileRelative()
1116 if ((file = DirLookupSubdir(dot, name)) != NULL) in FindFileRelative()
1120 (file = DirLookupSubdir(cur, name)) != NULL) in FindFileRelative()