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

/freebsd-13-stable/contrib/bmake/
H A Ddir.c1047 DirFindDot(const char *name, const char *base) function
1241 if (!seenDotLast && (file = DirFindDot(name, base)) != NULL)
1252 if (seenDotLast && (file = DirFindDot(name, base)) != NULL)

Completed in 101 milliseconds