Searched defs:match (Results 1 - 3 of 3) sorted by relevance

/sssd-io/src/util/
H A Dstring_utils.c27 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 Dusertools.c385 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 Dsss_certmap.c543 bool match = false; local
555 match = (regexec(&regexp, 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 9 milliseconds