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

/freebsd-10.2-release/contrib/bmake/
H A Ddir.c256 static char *DirFindDot(Boolean, const char *, const char *);
996 * DirFindDot --
1008 DirFindDot(Boolean hasSlash MAKE_ATTR_UNUSED, const char *name, const char *cp) function
1125 (file = DirFindDot(hasSlash, name, cp)) != NULL) {
1141 (file = DirFindDot(hasSlash, name, cp)) != NULL) {

Completed in 115 milliseconds