Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Dcond.c151 static int CondStrMatch(const void *, const void *);
370 CondStrMatch(const void *string, const void *pattern) in CondStrMatch() function
391 return Lst_Find(create, arg, CondStrMatch) != NULL; in CondDoMake()