Searched refs:DirLookupSubdir (Results 1 – 1 of 1) sorted by relevance
256 static char *DirLookupSubdir(Path *, const char *);979 DirLookupSubdir(Path *p, const char *name) in DirLookupSubdir() function1258 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()