Searched defs:match (Results 1 - 3 of 3) sorted by relevance
| /sssd-io/src/util/ |
| H A D | string_utils.c | 27 const char match, 39 if (*p == match) { 25 sss_replace_char(TALLOC_CTX *mem_ctx, const char *in, const char match, const char sub) argument
|
| H A D | usertools.c | 385 struct sss_domain_info *dom, *match = NULL; local 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 [all...] |
| /sssd-io/src/lib/certmap/ |
| H A D | sss_certmap.c | 543 bool match = false; local 555 match = (regexec(®exp, tmp_str, 0, NULL, 0) == 0); 558 match = (item->val != NULL 561 if (!match) { 567 return match; 575 bool match = false; local 583 match = (item->bin_val != NULL && item->bin_val_len != 0 586 if (!match) { 592 return match; 601 bool match local 670 bool match = false; local [all...] |
Completed in 199 milliseconds