Lines Matching defs:matches
919 // Finds all the matches of |key| in the given context. Returns the result in
1006 /* if the spec in question matches no stem or has the same
1008 * specified or if the mode matches the file mode then we do
1011 // Don't check the stem if we want to find partial matches.
1037 // Continue to find all the matches.
1069 struct spec **matches = lookup_all(rec, key, type, partial, NULL);
1070 if (!matches) {
1073 struct spec *result = matches[0];
1074 free(matches);
1136 struct spec **matches = lookup_all(rec, key, 0, true, &total_matches);
1137 if (!matches) {
1145 char* regex_str = matches[i]->regex_str;
1146 mode_t mode = matches[i]->mode;
1147 char* ctx_raw = matches[i]->lr.ctx_raw;
1158 free(matches);
1335 "Warning! No matches for (%s, %s, %s)\n",
1341 "Warning! No matches for (%s, %s)\n",