Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Ddir.c984 DirLookupSubdir(CachedDir *dir, const char *name) in DirLookupSubdir() function
1075 if ((file = DirLookupSubdir(dot, name)) != NULL) in FindFileRelative()
1079 (file = DirLookupSubdir(cur, name)) != NULL) in FindFileRelative()
1092 if ((file = DirLookupSubdir(dir, name)) != NULL) in FindFileRelative()
1099 if ((file = DirLookupSubdir(dot, name)) != NULL) in FindFileRelative()
1103 (file = DirLookupSubdir(cur, name)) != NULL) in FindFileRelative()