Searched refs:DirLookupAbs (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/bmake/ |
| H A D | dir.c | 258 static char *DirLookupAbs(Path *, const char *, const char *); 1029 DirLookupAbs(Path *p, const char *name, const char *cp) in DirLookupAbs() function 1318 if (!hasLastDot && cur && ((file = DirLookupAbs(cur, name, cp)) in Dir_FindFile() 1332 if ((file = DirLookupAbs(p, name, cp)) != NULL) { in Dir_FindFile() 1343 if (hasLastDot && cur && ((file = DirLookupAbs(cur, name, cp)) in Dir_FindFile()
|