Lines Matching defs:match
75 "'_' matches anything. '~' negates the match. E.g. \n"
129 static DEFINE_string2(match, m, nullptr,
133 "^ requires the start of the name to match\n"
134 "$ requires the end of the name to match\n"
135 "^ and $ requires an exact match\n"
136 "If a name does not match any list entry,\n"
1078 static bool match(const char* needle, const char* haystack) {
1080 return !match(needle + 1, haystack);
1091 if (match(FLAGS_skip[i+0], sink) &&
1092 match(FLAGS_skip[i+1], src) &&
1093 match(FLAGS_skip[i+2], srcOptions) &&
1094 match(FLAGS_skip[i+3], name)) {