Lines Matching defs:match
385 struct sss_domain_info *dom, *match = NULL;
418 * If a domain was returned, then it must match the name of the
423 match = match_any_domain_or_subdomain_name (dom, dmatch);
424 if (match != NULL) {
427 orig, match->name, nmatch);
428 rdomain = talloc_strdup(tmp_ctx, match->name);
441 /* EINVAL is returned when name doesn't match */
461 match = match_any_domain_or_subdomain_name(dom, rdomain);
462 if (match != NULL) {
466 if (match == NULL) {
491 "name '%s' did not match any domain's expression\n", orig);