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

/sssd/src/util/
H A Dstring_utils.c27 const char match,
39 if (*p == match) {
25 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...]

Completed in 34 milliseconds