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

/freebsd-11-stable/contrib/bmake/
H A Ddir.c257 static char *DirFindDot(Boolean, const char *, const char *);
1069 * DirFindDot --
1081 DirFindDot(Boolean hasSlash MAKE_ATTR_UNUSED, const char *name, const char *cp) function
1198 (file = DirFindDot(hasSlash, name, cp)) != NULL) {
1214 (file = DirFindDot(hasSlash, name, cp)) != NULL) {

Completed in 160 milliseconds