Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bmake/
HDstr.h73 typedef struct StrMatchResult { struct
76 } StrMatchResult; argument
344 StrMatchResult Str_Match(const char *, const char *);
HDstr.c321 StrMatchResult
324 StrMatchResult res = { NULL, false }; in Str_Match()
HDcond.c301 StrMatchResult res = Str_Match(ln->datum, targetPattern); in FuncMake()
HDdir.c671 StrMatchResult res = Str_Match(base, pattern); in DirMatchFiles()
HDvar.c2811 StrMatchResult res; in ModifyWord_Match()