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

/freebsd-10.1-release/usr.bin/make/
H A Dsuff.c173 * SuffSuffIsSuffix --
185 SuffSuffIsSuffix(const Suff *s, char *str) function
649 cp = SuffSuffIsSuffix(s, transform->name);
1260 if (SuffSuffIsSuffix(Lst_Datum(ln), child->name) != NULL)
1582 if (SuffSuffIsSuffix(Lst_Datum(ln), gn->name) != NULL)
1683 if (SuffSuffIsSuffix(Lst_Datum(ln), gn->name) != NULL)
/freebsd-10.1-release/contrib/bmake/
H A Dsuff.c172 * for SuffSuffIsSuffix
216 static char *SuffSuffIsSuffix(const Suff *, const SuffixCmpData *);
273 * SuffSuffIsSuffix --
290 SuffSuffIsSuffix(const Suff *s, const SuffixCmpData *sd) function
312 * Predicate form of SuffSuffIsSuffix. Passed as the callback function
326 return(!SuffSuffIsSuffix(s, sd));
859 cp = SuffSuffIsSuffix(s, &sd);

Completed in 52 milliseconds