Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Ddir.c1034 DirFindDot(const char *name, const char *base) in DirFindDot() function
1209 if (!seenDotLast && (file = DirFindDot(name, base)) != NULL) in FindFile()
1220 if (seenDotLast && (file = DirFindDot(name, base)) != NULL) in FindFile()